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

Add JsxExpression and JsxAttribute to syntax

This commit is contained in:
joshvera 2017-08-22 12:29:03 -04:00
parent 859bb66e44
commit dc9e949d1f

View File

@ -127,6 +127,8 @@ type Syntax = '[
, Language.TypeScript.Syntax.JsxOpeningElement
, Language.TypeScript.Syntax.JsxText
, Language.TypeScript.Syntax.JsxClosingElement
, Language.TypeScript.Syntax.JsxExpression
, Language.TypeScript.Syntax.JsxAttribute
, Language.TypeScript.Syntax.SequenceExpression
, Type.Visibility
, []