add SequenceExpression and UnaryExpression builders
This commit is contained in:
parent
9ef826b53e
commit
43ee3b77f3
@ -13,6 +13,8 @@
|
|||||||
"ObjectExpression": ["properties"],
|
"ObjectExpression": ["properties"],
|
||||||
"Property": ["kind", "key", "value"],
|
"Property": ["kind", "key", "value"],
|
||||||
"ReturnStatement": ["argument"],
|
"ReturnStatement": ["argument"],
|
||||||
|
"SequenceExpression": ["expressions"],
|
||||||
|
"UnaryExpression": ["operator", "argument", "prefix"],
|
||||||
"VariableDeclaration": ["kind", "declarations"],
|
"VariableDeclaration": ["kind", "declarations"],
|
||||||
"VariableDeclarator": ["id", "init"]
|
"VariableDeclarator": ["id", "init"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user