From c081b30a2acaf4f8b261160274c3c63e41630e4b Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sat, 12 Feb 2022 13:58:15 +0800 Subject: [PATCH] Add missing tokTypes to type definitions --- acorn/dist/acorn.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acorn/dist/acorn.d.ts b/acorn/dist/acorn.d.ts index fdc960dd4..140f6ed12 100644 --- a/acorn/dist/acorn.d.ts +++ b/acorn/dist/acorn.d.ts @@ -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 @@ -159,6 +161,7 @@ declare namespace acorn { star: TokenType slash: TokenType starstar: TokenType + coalesce: TokenType _break: TokenType _case: TokenType _catch: TokenType