Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit d772b0a

Browse files
committed
Add BigIntLiteral as a node type
1 parent 65f8cb0 commit d772b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

visitor-keys.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = Evk.unionWith({
2323
CallExpression: ["callee", "typeParameters", "arguments"],
2424

2525
// Additional Nodes.
26+
BigIntLiteral: [],
2627
ClassProperty: ["decorators", "key", "typeAnnotation", "value"],
2728
Decorator: ["expression"],
2829
TSAbstractClassProperty: ["decorators", "key", "typeAnnotation", "value"],

0 commit comments

Comments
 (0)