add jsx elements to traversal visitor keys
This commit is contained in:
parent
0efeed3d5e
commit
112932f9ee
@ -72,5 +72,15 @@
|
|||||||
"VoidTypeAnnotation": [],
|
"VoidTypeAnnotation": [],
|
||||||
"WhileStatement": ["test", "body"],
|
"WhileStatement": ["test", "body"],
|
||||||
"WithStatement": ["object", "body"],
|
"WithStatement": ["object", "body"],
|
||||||
|
"XJSIdentifier": [],
|
||||||
|
"XJSNamespacedName": ["namespace", "name"],
|
||||||
|
"XJSMemberExpression": ["object", "property"],
|
||||||
|
"XJSEmptyExpression": [],
|
||||||
|
"XJSExpressionContainer": ["expression"],
|
||||||
|
"XJSElement": ["openingElement", "closingElement", "children"],
|
||||||
|
"XJSClosingElement": ["name"],
|
||||||
|
"XJSOpeningElement": ["name", "attributes"],
|
||||||
|
"XJSAttribute": ["name", "value"],
|
||||||
|
"XJSText": [],
|
||||||
"YieldExpression": ["argument"]
|
"YieldExpression": ["argument"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user