We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c532b6 commit 4a0d082Copy full SHA for 4a0d082
src/middleware.ts
@@ -47,11 +47,11 @@ export declare class AcornParseClass extends Parser {
47
scopeStack: any[];
48
inModule: any;
49
undefinedExports: any;
50
- lastTokEndLoc: any;
51
- lastTokStartLoc: any;
+ lastTokEndLoc: Position;
+ lastTokStartLoc: Position;
52
context: any[];
53
- endLoc: any;
54
- startLoc: any;
+ endLoc: Position;
+ startLoc: Position;
55
potentialArrowInForAwait: boolean;
56
type: TokenType & Record<string, any>;
57
start: number;
0 commit comments