8000 fix: add missing AST token types (#20172) · eslint/eslint@09e04fc · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 09e04fc

Browse files
authored
fix: add missing AST token types (#20172)
1 parent 5c97a04 commit 09e04fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ export namespace AST {
4747
| "Boolean"
4848
| "Null"
4949
| "Identifier"
50+
| "PrivateIdentifier"
5051
| "Keyword"
5152
| "Punctuator"
5253
| "JSXIdentifier"
5354
| "JSXText"
5455
| "Numeric"
5556
| "String"
57+
| "Template"
5658
| "RegularExpression";
5759

5860
interface Token {

0 commit comments

Comments
 (0)
0