Home
last modified time | relevance | path

Searched refs:getRootFileNames (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts585 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 => {
Dbuilder.ts126 … return updateProgram(program, program.getRootFileNames(), program.getCompilerOptions(), files => {
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dhelpers.ts320 baseline.push(`Program root files: ${JSON.stringify(program.getRootFileNames())}`);
/third_party/typescript/src/server/
Dproject.ts2158 …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/
Dwatch.ts367 …const fileName = getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getCu…
Dprogram.ts764 if (!arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) return false;
1302 getRootFileNames: () => rootNames,
1715 const oldRootNames = oldProgram.getRootFileNames();
Dbuilder.ts835 state.program!.getRootFileNames().forEach(f => {
Dtypes.ts4427 getRootFileNames(): readonly string[];
/third_party/typescript/lib/
Dtypescript.d.ts2274 getRootFileNames(): readonly string[]; method
DtypescriptServices.d.ts2274 getRootFileNames(): readonly string[]; method
Dtsserverlibrary.d.ts2274 getRootFileNames(): readonly string[]; method
DtypingsInstaller.js121284 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…
Dtsc.js100610 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/
Dtypescript.d.ts2274 getRootFileNames(): readonly string[]; method
Dtsserverlibrary.d.ts2274 getRootFileNames(): readonly string[]; method