Skip to content

Commit

Permalink
Add missing tokTypes to type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 authored and marijnh committed Feb 12, 2022
1 parent a4a5510 commit c081b30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acorn/dist/acorn.d.ts
Expand Up @@ -137,8 +137,10 @@ declare namespace acorn {
colon: TokenType
dot: TokenType
question: TokenType
questionDot: TokenType
arrow: TokenType
template: TokenType
invalidTemplate: TokenType
ellipsis: TokenType
backQuote: TokenType
dollarBraceL: TokenType
Expand All @@ -159,6 +161,7 @@ declare namespace acorn {
star: TokenType
slash: TokenType
starstar: TokenType
coalesce: TokenType
_break: TokenType
_case: TokenType
_catch: TokenType
Expand Down

0 comments on commit c081b30

Please sign in to comment.