Home
last modified time | relevance | path

Searched refs:declFile (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdeclFileWithErrorsInInputDeclarationFile.symbols2 ///<reference path="declFile.d.ts"/>
5 >M.C : Symbol(M.C, Decl(declFile.d.ts, 4, 24))
6 >M : Symbol(M, Decl(declFile.d.ts, 0, 0))
7 >C : Symbol(M.C, Decl(declFile.d.ts, 4, 24))
9 === tests/cases/compiler/declFile.d.ts ===
11 >M : Symbol(M, Decl(declFile.d.ts, 0, 0))
14 >x : Symbol(x, Decl(declFile.d.ts, 1, 15))
17 >f : Symbol(f, Decl(declFile.d.ts, 1, 18))
20 >N : Symbol(N, Decl(declFile.d.ts, 2, 25))
23 >C : Symbol(C, Decl(declFile.d.ts, 4, 24))
DdeclFileWithErrorsInInputDeclarationFileWithOut.symbols2 ///<reference path="declFile.d.ts"/>
5 >M.C : Symbol(M.C, Decl(declFile.d.ts, 4, 24))
6 >M : Symbol(M, Decl(declFile.d.ts, 0, 0))
7 >C : Symbol(M.C, Decl(declFile.d.ts, 4, 24))
9 === tests/cases/compiler/declFile.d.ts ===
11 >M : Symbol(M, Decl(declFile.d.ts, 0, 0))
14 >x : Symbol(x, Decl(declFile.d.ts, 1, 15))
17 >f : Symbol(f, Decl(declFile.d.ts, 1, 18))
20 >N : Symbol(N, Decl(declFile.d.ts, 2, 25))
23 >C : Symbol(C, Decl(declFile.d.ts, 4, 24))
DdeclFileWithErrorsInInputDeclarationFile.errors.txt1 tests/cases/compiler/declFile.d.ts(2,5): error TS1038: A 'declare' modifier cannot be used in an al…
2 tests/cases/compiler/declFile.d.ts(3,5): error TS1038: A 'declare' modifier cannot be used in an al…
3 tests/cases/compiler/declFile.d.ts(5,5): error TS1038: A 'declare' modifier cannot be used in an al…
4 tests/cases/compiler/declFile.d.ts(7,5): error TS1038: A 'declare' modifier cannot be used in an al…
8 ///<reference path="declFile.d.ts"/>
11 ==== tests/cases/compiler/declFile.d.ts (4 errors) ====
DdeclFileWithErrorsInInputDeclarationFileWithOut.errors.txt1 tests/cases/compiler/declFile.d.ts(2,5): error TS1038: A 'declare' modifier cannot be used in an al…
2 tests/cases/compiler/declFile.d.ts(3,5): error TS1038: A 'declare' modifier cannot be used in an al…
3 tests/cases/compiler/declFile.d.ts(5,5): error TS1038: A 'declare' modifier cannot be used in an al…
4 tests/cases/compiler/declFile.d.ts(7,5): error TS1038: A 'declare' modifier cannot be used in an al…
8 ///<reference path="declFile.d.ts"/>
11 ==== tests/cases/compiler/declFile.d.ts (4 errors) ====
DdeclFileWithErrorsInInputDeclarationFileWithOut.types2 ///<reference path="declFile.d.ts"/>
10 === tests/cases/compiler/declFile.d.ts ===
DdeclFileWithErrorsInInputDeclarationFile.types2 ///<reference path="declFile.d.ts"/>
10 === tests/cases/compiler/declFile.d.ts ===
/third_party/typescript/src/testRunner/unittests/tscWatch/
DnodeNextWatch.ts37 const declFile: File = { constant
41 …return createWatchedSystem([configFile, file1, declFile, packageFile, { ...libFile, path: "/a/lib/…
/third_party/typescript/src/harness/
DharnessIO.ts491 const declFile = findResultCodeFile(file.unitName); constant
492 …if (declFile && !findUnit(declFile.file, declInputFiles) && !findUnit(declFile.file, declOtherFile…
493 … dtsFiles.push({ unitName: declFile.file, content: Utils.removeByteOrderMark(declFile.text) });
915 result.dts.forEach(declFile => {
916 jsCode += fileOutput(declFile, harnessSettings);
/third_party/typescript/src/compiler/
Dchecker.ts44668 const declFile = getSourceFileOfNode(d); constant
44669 if (declFile === importTarget) {
/third_party/typescript/lib/
DtypingsInstaller.js91401 var declFile = ts.getSourceFileOfNode(d);
91402 if (declFile === importTarget) {
Dtsc.js77094 var declFile = ts.getSourceFileOfNode(d);
77095 if (declFile === importTarget) {