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:
parent
f278f84f36
commit
a8b72a85db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user