| /third_party/typescript/src/testRunner/unittests/ |
| D | reuseProgramStructure.ts | 585 const program2 = updateProgram(program, program.getRootFileNames(), options, f => { 592 const program3 = updateProgram(program2, program2.getRootFileNames(), options, f => { 694 const program2 = updateProgram(program1, program1.getRootFileNames(), options, f => { 723 const program3 = updateProgram(program2, program2.getRootFileNames(), options, f => { 748 const program4 = updateProgram(program3, program3.getRootFileNames(), options, f => { 772 const program5 = updateProgram(program4, program4.getRootFileNames(), options, f => { 789 const program6 = updateProgram(program5, program5.getRootFileNames(), options, f => { 813 const program7 = updateProgram(program6, program6.getRootFileNames(), options, f => {
|
| D | builder.ts | 126 … return updateProgram(program, program.getRootFileNames(), program.getCompilerOptions(), files => {
|
| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | helpers.ts | 320 baseline.push(`Program root files: ${JSON.stringify(program.getRootFileNames())}`);
|
| /third_party/typescript/src/server/ |
| D | project.ts | 2158 …static getRootFileNames(dependencySelection: PackageJsonAutoImportPreference, hostProject: Project… method in ts.server.AutoImportProviderProject 2298 …const rootNames = this.getRootFileNames(dependencySelection, hostProject, moduleResolutionHost, co… 2344 rootFileNames = AutoImportProviderProject.getRootFileNames(
|
| /third_party/typescript/src/compiler/ |
| D | watch.ts | 367 …const fileName = getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getCu…
|
| D | program.ts | 764 if (!arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) return false; 1302 getRootFileNames: () => rootNames, 1715 const oldRootNames = oldProgram.getRootFileNames();
|
| D | builder.ts | 835 state.program!.getRootFileNames().forEach(f => {
|
| D | types.ts | 4427 getRootFileNames(): readonly string[];
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2274 getRootFileNames(): readonly string[]; method
|
| D | typescriptServices.d.ts | 2274 getRootFileNames(): readonly string[]; method
|
| D | tsserverlibrary.d.ts | 2274 getRootFileNames(): readonly string[]; method
|
| D | typingsInstaller.js | 121284 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) 121748 getRootFileNames: function () { return rootNames; }, method 122128 var oldRootNames = oldProgram.getRootFileNames(); 125510 state.program.getRootFileNames().forEach(function (f) { 128328 …var fileName = ts.getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getC…
|
| D | tsc.js | 100610 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) 100999 getRootFileNames: function () { return rootNames; }, method 101316 var oldRootNames = oldProgram.getRootFileNames(); 104233 state.program.getRootFileNames().forEach(function (f) { 106686 …var fileName = ts.getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getC…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2274 getRootFileNames(): readonly string[]; method
|
| D | tsserverlibrary.d.ts | 2274 getRootFileNames(): readonly string[]; method
|