Home
last modified time | relevance | path

Searched refs:nextProjectPath (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
DtsbuildPublic.ts1612 const nextProjectPath = toResolvedConfigFilePath(state, nextProject); constant
1613 if (state.projectPendingBuild.has(nextProjectPath)) continue;
1615 const nextProjectConfig = parseConfigFile(state, nextProject, nextProjectPath);
1623 const status = state.projectStatus.get(nextProjectPath);
1629 state.projectStatus.set(nextProjectPath, {
1645 state.projectStatus.set(nextProjectPath, {
1655 clearProjectStatus(state, nextProjectPath);
1660 addProjToQueue(state, nextProjectPath, ConfigFileProgramReloadLevel.None);
/third_party/typescript/lib/
Dtsc.js94447 var nextProjectPath = toResolvedConfigFilePath(state, nextProject);
94448 if (state.projectPendingBuild.has(nextProjectPath))
94450 var nextProjectConfig = parseConfigFile(state, nextProject, nextProjectPath);
94458 var status = state.projectStatus.get(nextProjectPath);
94464 state.projectStatus.set(nextProjectPath, {
94478 state.projectStatus.set(nextProjectPath, {
94487 clearProjectStatus(state, nextProjectPath);
94492 addProjToQueue(state, nextProjectPath, ts.ConfigFileProgramReloadLevel.None);
DtypingsInstaller.js114501 var nextProjectPath = toResolvedConfigFilePath(state, nextProject);
114502 if (state.projectPendingBuild.has(nextProjectPath))
114504 var nextProjectConfig = parseConfigFile(state, nextProject, nextProjectPath);
114515 var status = state.projectStatus.get(nextProjectPath);
114521 state.projectStatus.set(nextProjectPath, {
114536 state.projectStatus.set(nextProjectPath, {
114545 clearProjectStatus(state, nextProjectPath);
114550 addProjToQueue(state, nextProjectPath, ts.ConfigFileProgramReloadLevel.None);
Dtypescript.js114706 var nextProjectPath = toResolvedConfigFilePath(state, nextProject);
114707 if (state.projectPendingBuild.has(nextProjectPath))
114709 var nextProjectConfig = parseConfigFile(state, nextProject, nextProjectPath);
114720 var status = state.projectStatus.get(nextProjectPath);
114726 state.projectStatus.set(nextProjectPath, {
114741 state.projectStatus.set(nextProjectPath, {
114750 clearProjectStatus(state, nextProjectPath);
114755 addProjToQueue(state, nextProjectPath, ts.ConfigFileProgramReloadLevel.None);
DtypescriptServices.js114706 var nextProjectPath = toResolvedConfigFilePath(state, nextProject);
114707 if (state.projectPendingBuild.has(nextProjectPath))
114709 var nextProjectConfig = parseConfigFile(state, nextProject, nextProjectPath);
114720 var status = state.projectStatus.get(nextProjectPath);
114726 state.projectStatus.set(nextProjectPath, {
114741 state.projectStatus.set(nextProjectPath, {
114750 clearProjectStatus(state, nextProjectPath);
114755 addProjToQueue(state, nextProjectPath, ts.ConfigFileProgramReloadLevel.None);
Dtsserverlibrary.js114706 var nextProjectPath = toResolvedConfigFilePath(state, nextProject);
114707 if (state.projectPendingBuild.has(nextProjectPath))
114709 var nextProjectConfig = parseConfigFile(state, nextProject, nextProjectPath);
114720 var status = state.projectStatus.get(nextProjectPath);
114726 state.projectStatus.set(nextProjectPath, {
114741 state.projectStatus.set(nextProjectPath, {
114750 clearProjectStatus(state, nextProjectPath);
114755 addProjToQueue(state, nextProjectPath, ts.ConfigFileProgramReloadLevel.None);
Dtsserver.js114512 var nextProjectPath = toResolvedConfigFilePath(state, nextProject);
114513 if (state.projectPendingBuild.has(nextProjectPath))
114515 var nextProjectConfig = parseConfigFile(state, nextProject, nextProjectPath);
114526 var status = state.projectStatus.get(nextProjectPath);
114532 state.projectStatus.set(nextProjectPath, {
114547 state.projectStatus.set(nextProjectPath, {
114556 clearProjectStatus(state, nextProjectPath);
114561 addProjToQueue(state, nextProjectPath, ts.ConfigFileProgramReloadLevel.None);