1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00

Add type sig

This commit is contained in:
Timothy Clem 2018-03-05 19:31:49 -08:00
parent f278f84f36
commit a8b72a85db

View File

@ -364,6 +364,7 @@ jsxChild = choice [ jsxElement', jsxExpression', jsxText ]
jsxSelfClosingElement :: Assignment
jsxSelfClosingElement = makeTerm <$> symbol Grammar.JsxSelfClosingElement <*> children (TypeScript.Syntax.JsxSelfClosingElement <$> term jsxElementName <*> manyTerm jsxAttribute')
jsxAttribute' :: Assignment
jsxAttribute' = jsxAttribute <|> jsxExpression'
jsxOpeningElement' :: Assignment