We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9140c3 commit 343590aCopy full SHA for 343590a
lib/ast-node-types.js
@@ -21,6 +21,7 @@ module.exports = {
21
ArrayExpression: "ArrayExpression",
22
ArrayPattern: "ArrayPattern",
23
ArrowFunctionExpression: "ArrowFunctionExpression",
24
+ AwaitExpression: "AwaitExpression",
25
BlockStatement: "BlockStatement",
26
BinaryExpression: "BinaryExpression",
27
BreakStatement: "BreakStatement",
0 commit comments