| /third_party/typescript/src/testRunner/unittests/ |
| D | reuseProgramStructure.ts | 559 const program2 = updateProgram(program, program.getRootFileNames(), options, f => { 566 const program3 = updateProgram(program2, program2.getRootFileNames(), options, f => { 665 const program2 = updateProgram(program1, program1.getRootFileNames(), options, f => { 694 const program3 = updateProgram(program2, program2.getRootFileNames(), options, f => { 719 const program4 = updateProgram(program3, program3.getRootFileNames(), options, f => { 743 const program5 = updateProgram(program4, program4.getRootFileNames(), options, f => { 760 const program6 = updateProgram(program5, program5.getRootFileNames(), options, f => { 784 const program7 = updateProgram(program6, program6.getRootFileNames(), options, f => {
|
| D | builder.ts | 126 … return updateProgram(program, program.getRootFileNames(), program.getCompilerOptions(), files => {
|
| /third_party/typescript/src/linter/ |
| D | TSDiagnostics.ts | 83 …const withInversedOptions = compile(program.getRootFileNames(), compilerOptions, host, inversedOpt…
|
| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | helpers.ts | 31 checkArray(`Program rootFileNames`, program.getRootFileNames(), expectedFiles); 447 baseline.push(`Program root files: ${JSON.stringify(program.getRootFileNames())}`);
|
| /third_party/typescript/src/server/ |
| D | project.ts | 1932 …static getRootFileNames(dependencySelection: PackageJsonAutoImportPreference, hostProject: Project… method in ts.server.AutoImportProviderProject 1992 …const rootNames = this.getRootFileNames(dependencySelection, hostProject, moduleResolutionHost, co… 2036 rootFileNames = AutoImportProviderProject.getRootFileNames(
|
| /third_party/typescript/src/compiler/ |
| D | watch.ts | 238 …const fileName = getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getCu…
|
| D | program.ts | 667 if (!arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 1043 getRootFileNames: () => rootNames, 1411 const oldRootNames = oldProgram.getRootFileNames();
|
| D | types.ts | 3823 getRootFileNames(): readonly string[];
|
| /third_party/typescript/src/services/ |
| D | services.ts | 1017 public getRootFileNames(): string[] { method in HostCache 1327 const rootFileNames = hostCache.getRootFileNames();
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2074 getRootFileNames(): readonly string[]; method
|
| D | typescriptServices.d.ts | 2074 getRootFileNames(): readonly string[]; method
|
| D | tsserverlibrary.d.ts | 2074 getRootFileNames(): readonly string[]; method
|
| D | tsserverlibrary.js | 106823 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 107138 getRootFileNames: function () { return rootNames; }, method 107470 var oldRootNames = oldProgram.getRootFileNames(); 112701 …var fileName = ts.getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getC… 149827 HostCache.prototype.getRootFileNames = function () { method in HostCache 150098 var rootFileNames = hostCache.getRootFileNames(); 155495 …AutoImportProviderProject.getRootFileNames = function (dependencySelection, hostProject, moduleRes… function 155539 …var rootNames = this.getRootFileNames(dependencySelection, hostProject, moduleResolutionHost, comp… 155555 …rootFileNames = AutoImportProviderProject.getRootFileNames(this.hostProject.includePackageJsonAuto…
|
| D | tsserver.js | 106629 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 106944 getRootFileNames: function () { return rootNames; }, method 107276 var oldRootNames = oldProgram.getRootFileNames(); 112507 …var fileName = ts.getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getC… 149258 HostCache.prototype.getRootFileNames = function () { method in HostCache 149529 var rootFileNames = hostCache.getRootFileNames(); 155301 …AutoImportProviderProject.getRootFileNames = function (dependencySelection, hostProject, moduleRes… function 155345 …var rootNames = this.getRootFileNames(dependencySelection, hostProject, moduleResolutionHost, comp… 155361 …rootFileNames = AutoImportProviderProject.getRootFileNames(this.hostProject.includePackageJsonAuto…
|
| D | typescript.js | 106823 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 107138 getRootFileNames: function () { return rootNames; }, method 107470 var oldRootNames = oldProgram.getRootFileNames(); 112701 …var fileName = ts.getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getC… 149827 HostCache.prototype.getRootFileNames = function () { method in HostCache 150098 var rootFileNames = hostCache.getRootFileNames();
|
| D | typescriptServices.js | 106823 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 107138 getRootFileNames: function () { return rootNames; }, method 107470 var oldRootNames = oldProgram.getRootFileNames(); 112701 …var fileName = ts.getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getC… 149827 HostCache.prototype.getRootFileNames = function () { method in HostCache 150098 var rootFileNames = hostCache.getRootFileNames();
|
| D | tsc.js | 87574 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 87832 getRootFileNames: function () { return rootNames; }, method 88107 var oldRootNames = oldProgram.getRootFileNames(); 92608 …var fileName = ts.getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getC…
|
| D | typingsInstaller.js | 106618 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 106933 getRootFileNames: function () { return rootNames; }, method 107265 var oldRootNames = oldProgram.getRootFileNames(); 112496 …var fileName = ts.getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getC…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2085 getRootFileNames(): readonly string[]; method
|
| D | tsserverlibrary.d.ts | 2085 getRootFileNames(): readonly string[]; method
|