Home
last modified time | relevance | path

Searched refs:rootFileNames (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js29 function watch(rootFileNames: string[], options: ts.CompilerOptions) {
33 rootFileNames.forEach(fileName => {
39 getScriptFileNames: () => rootFileNames,
59 rootFileNames.forEach(fileName => {
131 function watch(rootFileNames, options) {
134 rootFileNames.forEach(function (fileName) {
139 getScriptFileNames: function () { return rootFileNames; },
156 rootFileNames.forEach(function (fileName) {
/third_party/typescript/tests/cases/compiler/
DAPISample_watcher.ts32 function watch(rootFileNames: string[], options: ts.CompilerOptions) {
36 rootFileNames.forEach(fileName => {
42 getScriptFileNames: () => rootFileNames,
62 rootFileNames.forEach(fileName => {
/third_party/typescript/src/compiler/
DwatchPublic.ts300 …let { rootFiles: rootFileNames, options: compilerOptions, watchOptions, projectReferences } = host;
319 Debug.assert(!rootFileNames);
458 …if (isProgramUptoDate(getCurrentProgram(), rootFileNames, compilerOptions, path => getSourceVersio…
491 writeLog(` roots: ${JSON.stringify(rootFileNames)}`);
502 …builderProgram = createProgram(rootFileNames, compilerOptions, compilerHost, builderProgram, confi…
528 rootFileNames = files;
727rootFileNames = getFileNamesFromConfigSpecs(compilerOptions.configFile!.configFileSpecs!, getNorma…
728 …if (updateErrorForNoInputFiles(rootFileNames, getNormalizedAbsolutePath(configFileName, currentDir…
766 rootFileNames = configFileParseResult.fileNames;
923 program: getCurrentBuilderProgram() || rootFileNames,
Dprogram.ts751 rootFileNames: string[],
764 if (!arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) return false;
/third_party/typescript/src/server/
Dproject.ts1941 getNoDtsResolutionProject(rootFileNames: readonly string[]): Project {
1948 rootFileNames.map(toNormalizedPath),
2306 private rootFileNames: string[] | undefined; property in ts.server.AutoImportProviderProject
2327 this.rootFileNames = initialRootNames;
2334 return !some(this.rootFileNames);
2342 let rootFileNames = this.rootFileNames;
2343 if (!rootFileNames) {
2344 rootFileNames = AutoImportProviderProject.getRootFileNames(
2351 this.projectService.setFileNamesOfAutoImportProviderProject(this, rootFileNames);
2352 this.rootFileNames = rootFileNames;
[all …]
/third_party/typescript/src/services/
Dservices.ts1315 const rootFileNames = host.getScriptFileNames().slice(); constant
1391 …if (isProgramUptoDate(program, rootFileNames, newSettings, (_path, fileName) => host.getScriptVers…
1407 rootNames: rootFileNames,
/third_party/typescript/lib/
DtypingsInstaller.js121279 …function isProgramUptoDate(program, rootFileNames, newOptions, getSourceVersion, fileExists, hasIn… argument
121284 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames))
128732 …var rootFileNames = host.rootFiles, compilerOptions = host.options, watchOptions = host.watchOptio…
128749 ts.Debug.assert(!rootFileNames);
128890 …if (ts.isProgramUptoDate(getCurrentProgram(), rootFileNames, compilerOptions, function (path) { re…
128919 writeLog(" roots: ".concat(JSON.stringify(rootFileNames)));
128930 …builderProgram = createProgram(rootFileNames, compilerOptions, compilerHost, builderProgram, confi…
128954 rootFileNames = files;
129134rootFileNames = ts.getFileNamesFromConfigSpecs(compilerOptions.configFile.configFileSpecs, ts.getN…
129135 …if (ts.updateErrorForNoInputFiles(rootFileNames, ts.getNormalizedAbsolutePath(configFileName, curr…
[all …]
Dtsc.js100607 …function isProgramUptoDate(program, rootFileNames, newOptions, getSourceVersion, fileExists, hasIn… argument
100610 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames))
107056 …var rootFileNames = host.rootFiles, compilerOptions = host.options, watchOptions = host.watchOptio…
107072 ts.Debug.assert(!rootFileNames);
107205 …if (ts.isProgramUptoDate(getCurrentProgram(), rootFileNames, compilerOptions, function (path) { re…
107233 writeLog(" roots: ".concat(JSON.stringify(rootFileNames)));
107244 …builderProgram = createProgram(rootFileNames, compilerOptions, compilerHost, builderProgram, confi…
107262 rootFileNames = files;
107426rootFileNames = ts.getFileNamesFromConfigSpecs(compilerOptions.configFile.configFileSpecs, ts.getN…
107427 …if (ts.updateErrorForNoInputFiles(rootFileNames, ts.getNormalizedAbsolutePath(configFileName, curr…
[all …]
Dtsserverlibrary.d.ts10677 private rootFileNames;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10677 private rootFileNames;