fix up JSXElement alias keys
This commit is contained in:
parent
2ec5390b63
commit
bef315efd6
@ -48,7 +48,6 @@
|
|||||||
"AssignmentPattern": ["Pattern"],
|
"AssignmentPattern": ["Pattern"],
|
||||||
|
|
||||||
"Property": ["UserWhitespacable"],
|
"Property": ["UserWhitespacable"],
|
||||||
"JSXElement": ["UserWhitespacable", "Expression"],
|
|
||||||
|
|
||||||
"ArrayExpression": ["Expression"],
|
"ArrayExpression": ["Expression"],
|
||||||
"AssignmentExpression": ["Expression"],
|
"AssignmentExpression": ["Expression"],
|
||||||
@ -74,7 +73,7 @@
|
|||||||
|
|
||||||
"JSXAttribute": ["JSX"],
|
"JSXAttribute": ["JSX"],
|
||||||
"JSXClosingElement": ["JSX"],
|
"JSXClosingElement": ["JSX"],
|
||||||
"JSXElement": ["JSX"],
|
"JSXElement": ["JSX", "Expression"],
|
||||||
"JSXEmptyExpression": ["JSX"],
|
"JSXEmptyExpression": ["JSX"],
|
||||||
"JSXExpressionContainer": ["JSX"],
|
"JSXExpressionContainer": ["JSX"],
|
||||||
"JSXIdentifier": ["JSX"],
|
"JSXIdentifier": ["JSX"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user