Skip to content

Commit 53a2aa2

Browse files
committed
drop properties belonging on Acorn instead
1 parent cf6f335 commit 53a2aa2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

index.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ export class AcornJsxParser extends acorn.Parser {
2626
tokContexts: typeof tokContexts
2727
};
2828

29-
pos: number;
30-
start: number;
31-
input: string;
32-
lineStart: number;
33-
type: acorn.TokenType;
34-
exprAllowed: boolean;
35-
context: acorn.TokContext[];
36-
3729
jsx_readToken(): string;
3830
jsx_readNewLine(normalizeCRLF: boolean): void;
3931
jsx_readString(quote: number): void;

0 commit comments

Comments
 (0)