Searched refs:inModule (Results 1 – 6 of 6) sorted by relevance
2 export var inModule = 13 >inModule : Symbol(inModule, Decl(spellingUncheckedJS.js, 0, 10))
2 export var inModule = 13 >inModule : number
4 export var inModule = 1 variable
561 this.inModule = options.sourceType === "module";562 this.strict = this.inModule || this.strictDirective(this.pos);612 … return (this.inModule && this.options.ecmaVersion >= 13) || this.options.allowAwaitOutsideFunction828 if (this.inModule)941 if (!this.inModule)3601 return (scope.flags & SCOPE_FUNCTION) || !this.inModule && (scope.flags & SCOPE_TOP)3610 if (this.inModule && (scope.flags & SCOPE_TOP))3631 if (this.inModule && (scope$3.flags & SCOPE_TOP))5345 if (next === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 &&5366 … if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 &&
555 this.inModule = options.sourceType === "module";556 this.strict = this.inModule || this.strictDirective(this.pos);606 return (this.inModule && this.options.ecmaVersion >= 13) || this.options.allowAwaitOutsideFunction822 if (this.inModule)935 if (!this.inModule)3595 return (scope.flags & SCOPE_FUNCTION) || !this.inModule && (scope.flags & SCOPE_TOP)3604 if (this.inModule && (scope.flags & SCOPE_TOP))3625 if (this.inModule && (scope$3.flags & SCOPE_TOP))5339 if (next === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 &&5360 if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 &&
1018 node_modules/acorn/dist/acorn.es.js(1196,36): error TS2339: Property 'inModule' does not exist on t…1283 node_modules/acorn/dist/acorn.js(1202,36): error TS2339: Property 'inModule' does not exist on type…