Home
last modified time | relevance | path

Searched refs:scriptInfoToDetach (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/server/
Dproject.ts1304 const scriptInfoToDetach = this.projectService.getScriptInfo(uncheckedFileName); constant
1305 if (scriptInfoToDetach) {
1306 scriptInfoToDetach.detachFromProject(this);
1308 this.resolutionCache.removeResolutionsOfFile(scriptInfoToDetach.path);
/third_party/typescript/lib/
Dtsserverlibrary.js154939 var scriptInfoToDetach = this.projectService.getScriptInfo(uncheckedFileName);
154940 if (scriptInfoToDetach) {
154941 scriptInfoToDetach.detachFromProject(this);
154943 this.resolutionCache.removeResolutionsOfFile(scriptInfoToDetach.path);
Dtsserver.js154745 var scriptInfoToDetach = this.projectService.getScriptInfo(uncheckedFileName);
154746 if (scriptInfoToDetach) {
154747 scriptInfoToDetach.detachFromProject(this);
154749 this.resolutionCache.removeResolutionsOfFile(scriptInfoToDetach.path);