Home
last modified time | relevance | path

Searched refs:otherFiles (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/testRunner/
DcompilerRunner.ts156 private otherFiles: Compiler.TestFile[]; property in Harness.CompilerTest
214 this.otherFiles = [];
220 this.otherFiles.push(this.createHarnessTestFile(unit, rootDir));
237 this.otherFiles,
259 this.tsConfigFiles.concat(this.toBeCompiled, this.otherFiles),
291 this.otherFiles,
319 …this.toBeCompiled.concat(this.otherFiles).filter(file => !!this.result.program!.getSourceFile(file…
DrwcRunner.ts22 let otherFiles: Harness.Compiler.TestFile[] = [];
38 otherFiles = [];
102 otherFiles.push(getHarnessCompilerInputUnit(fileRead.path));
126 otherFiles,
181 …const baselineFiles = tsconfigFiles.concat(inputFiles, otherFiles).filter(f => !Harness.isDefaultL…
197 …inputFiles, otherFiles, compilerResult, /*harnessSettings*/ undefined!, compilerOptions, currentDi…
/third_party/typescript/src/testRunner/unittests/services/
DorganizeImports.ts922 …stOrganizeExports(testName: string, testFile: TestFSWithWatch.File, ...otherFiles: TestFSWithWatch…
923 testOrganizeImports(`${testName}.exports`, testFile, ...otherFiles);
926 …stOrganizeImports(testName: string, testFile: TestFSWithWatch.File, ...otherFiles: TestFSWithWatch…
927 … it(testName, () => runBaseline(`organizeImports/${testName}.ts`, testFile, ...otherFiles));
930 …n runBaseline(baselinePath: string, testFile: TestFSWithWatch.File, ...otherFiles: TestFSWithWatch…
932 const languageService = makeLanguageService(testFile, ...otherFiles);
/third_party/typescript/src/harness/
DharnessIO.ts391 otherFiles: TestFile[],
432 const docs = inputFiles.concat(otherFiles).map(documents.TextDocument.fromTestFile);
452 otherFiles: readonly TestFile[],
476 ts.forEach(otherFiles, file => addDtsFile(file, declOtherFiles));
883 …tsConfigFiles: readonly TestFile[], toBeCompiled: readonly TestFile[], otherFiles: readonly TestFi…
890 const tsSources = otherFiles.concat(toBeCompiled);
922 … toBeCompiled, otherFiles, result, harnessSettings, options, /*currentDirectory*/ undefined
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1421 …eDirective: string, primary: boolean, initialFile: File, targetFile: File, ...otherFiles: File[]) {
1422 …createModuleResolutionHost(hasDirectoryExists, ...[initialFile, targetFile].concat(...otherFiles));
1429 …eDirective: string, primary: boolean, initialFile: File, targetFile: File, ...otherFiles: File[]) {
1430 …irectoryExists*/ false, typesRoot, typeDirective, primary, initialFile, targetFile, ...otherFiles);
/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts545 const otherFiles = [packageJson]; constant
546 const host = createServerHost(projectFiles.concat(otherFiles));
/third_party/typescript/src/server/
DeditorServices.ts1703 const otherFiles: string[] = []; constant
1706 (isRootOfInferredProject ? inferredRoots : otherFiles).push(info.fileName);
1720 …pen files: RootsOfInferredProjects: ${inferredRoots} OtherOpenFiles: ${otherFiles} Status: ${statu…
/third_party/typescript/src/compiler/
Dchecker.ts3709 const otherFiles = host.getSourceFiles();
3710 for (const file of otherFiles) {
/third_party/typescript/lib/
Dtsserver.js47192 var otherFiles = host.getSourceFiles();
47193 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {
156889 var otherFiles = [];
156892 (isRootOfInferredProject ? inferredRoots : otherFiles).push(info.fileName);
156903 …es: RootsOfInferredProjects: " + inferredRoots + " OtherOpenFiles: " + otherFiles + " Status: " + …
Dtsserverlibrary.js47386 var otherFiles = host.getSourceFiles();
47387 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {
157083 var otherFiles = [];
157086 (isRootOfInferredProject ? inferredRoots : otherFiles).push(info.fileName);
157097 …es: RootsOfInferredProjects: " + inferredRoots + " OtherOpenFiles: " + otherFiles + " Status: " + …
DtypingsInstaller.js47181 var otherFiles = host.getSourceFiles();
47182 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {
Dtsc.js38677 var otherFiles = host.getSourceFiles();
38678 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {
DtypescriptServices.js47386 var otherFiles = host.getSourceFiles();
47387 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {
Dtypescript.js47386 var otherFiles = host.getSourceFiles();
47387 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {