Skip to content

Commit 343590a

Browse files
Fix: add AwaitExpression to espree.Syntax (fixes #331) (#332)
1 parent b9140c3 commit 343590a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ast-node-types.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
ArrayExpression: "ArrayExpression",
2222
ArrayPattern: "ArrayPattern",
2323
ArrowFunctionExpression: "ArrowFunctionExpression",
24+
AwaitExpression: "AwaitExpression",
2425
BlockStatement: "BlockStatement",
2526
BinaryExpression: "BinaryExpression",
2627
BreakStatement: "BreakStatement",

0 commit comments

Comments
 (0)