/third_party/typescript/src/testRunner/ |
D | compilerRunner.ts | 156 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…
|
D | rwcRunner.ts | 22 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/ |
D | organizeImports.ts | 922 …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/ |
D | harnessIO.ts | 391 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/ |
D | moduleResolution.ts | 1421 …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/ |
D | cachingFileSystemInformation.ts | 545 const otherFiles = [packageJson]; constant 546 const host = createServerHost(projectFiles.concat(otherFiles));
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 1703 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/ |
D | checker.ts | 3709 const otherFiles = host.getSourceFiles(); 3710 for (const file of otherFiles) {
|
/third_party/typescript/lib/ |
D | tsserver.js | 47192 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: " + …
|
D | tsserverlibrary.js | 47386 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: " + …
|
D | typingsInstaller.js | 47181 var otherFiles = host.getSourceFiles(); 47182 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {
|
D | tsc.js | 38677 var otherFiles = host.getSourceFiles(); 38678 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {
|
D | typescriptServices.js | 47386 var otherFiles = host.getSourceFiles(); 47387 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {
|
D | typescript.js | 47386 var otherFiles = host.getSourceFiles(); 47387 for (var _b = 0, otherFiles_1 = otherFiles; _b < otherFiles_1.length; _b++) {
|