Home
last modified time | relevance | path

Searched refs:inModule (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DspellingUncheckedJS.symbols2 export var inModule = 1
3 >inModule : Symbol(inModule, Decl(spellingUncheckedJS.js, 0, 10))
DspellingUncheckedJS.types2 export var inModule = 1
3 >inModule : number
/third_party/typescript/tests/cases/conformance/salsa/
DspellingUncheckedJS.ts4 export var inModule = 1 variable
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js561 this.inModule = options.sourceType === "module";
562 this.strict = this.inModule || this.strictDirective(this.pos);
612 … return (this.inModule && this.options.ecmaVersion >= 13) || this.options.allowAwaitOutsideFunction
828 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 &&
Dacorn.mjs555 this.inModule = options.sourceType === "module";
556 this.strict = this.inModule || this.strictDirective(this.pos);
606 return (this.inModule && this.options.ecmaVersion >= 13) || this.options.allowAwaitOutsideFunction
822 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 &&
/third_party/typescript/tests/baselines/reference/user/
Dacorn.log1018 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…