Home
last modified time | relevance | path

Searched refs:firstNonAmbientExternalModuleSourceFile (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts3194 …const firstNonAmbientExternalModuleSourceFile = find(files, f => isExternalModule(f) && !f.isDecla… constant
3211 …else if (firstNonAmbientExternalModuleSourceFile && languageVersion < ScriptTarget.ES2015 && optio…
3213 …const span = getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternalM…
3214 …programDiagnostics.add(createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start, s…
3222 else if (options.module === undefined && firstNonAmbientExternalModuleSourceFile) {
3223 …const span = getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternalM…
3224 …programDiagnostics.add(createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start, s…
/third_party/typescript/lib/
Dtsc.js89451 …var firstNonAmbientExternalModuleSourceFile = ts.find(files, function (f) { return ts.isExternalMo…
89465 …else if (firstNonAmbientExternalModuleSourceFile && languageVersion < 2 && options.module === ts.M…
89466 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
89467 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
89473 else if (options.module === undefined && firstNonAmbientExternalModuleSourceFile) {
89474 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
89475 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
DtypingsInstaller.js108790 …var firstNonAmbientExternalModuleSourceFile = ts.find(files, function (f) { return ts.isExternalMo…
108804 …else if (firstNonAmbientExternalModuleSourceFile && languageVersion < 2 /* ES2015 */ && options.mo…
108806 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
108807 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
108814 else if (options.module === undefined && firstNonAmbientExternalModuleSourceFile) {
108815 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
108816 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
Dtypescript.js108995 …var firstNonAmbientExternalModuleSourceFile = ts.find(files, function (f) { return ts.isExternalMo…
109009 …else if (firstNonAmbientExternalModuleSourceFile && languageVersion < 2 /* ES2015 */ && options.mo…
109011 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
109012 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
109019 else if (options.module === undefined && firstNonAmbientExternalModuleSourceFile) {
109020 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
109021 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
DtypescriptServices.js108995 …var firstNonAmbientExternalModuleSourceFile = ts.find(files, function (f) { return ts.isExternalMo…
109009 …else if (firstNonAmbientExternalModuleSourceFile && languageVersion < 2 /* ES2015 */ && options.mo…
109011 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
109012 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
109019 else if (options.module === undefined && firstNonAmbientExternalModuleSourceFile) {
109020 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
109021 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
Dtsserverlibrary.js108995 …var firstNonAmbientExternalModuleSourceFile = ts.find(files, function (f) { return ts.isExternalMo…
109009 …else if (firstNonAmbientExternalModuleSourceFile && languageVersion < 2 /* ES2015 */ && options.mo…
109011 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
109012 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
109019 else if (options.module === undefined && firstNonAmbientExternalModuleSourceFile) {
109020 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
109021 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
Dtsserver.js108801 …var firstNonAmbientExternalModuleSourceFile = ts.find(files, function (f) { return ts.isExternalMo…
108815 …else if (firstNonAmbientExternalModuleSourceFile && languageVersion < 2 /* ES2015 */ && options.mo…
108817 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
108818 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…
108825 else if (options.module === undefined && firstNonAmbientExternalModuleSourceFile) {
108826 …var span = ts.getErrorSpanForNode(firstNonAmbientExternalModuleSourceFile, firstNonAmbientExternal…
108827 …programDiagnostics.add(ts.createFileDiagnostic(firstNonAmbientExternalModuleSourceFile, span.start…