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