Home
last modified time | relevance | path

Searched defs:packageJsonInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DpackageJsonInfo.ts33 let packageJsonInfo = projectService.packageJsonCache.getInDirectory("/" as Path)!; variable
73 const packageJsonInfo = projectService.packageJsonCache.getInDirectory("/" as Path)!; constant
90 const packageJsonInfo = projectService.packageJsonCache.getInDirectory("/" as Path)!; constant
/third_party/typescript/src/server/
DpackageJsonCache.ts45 const packageJsonInfo = Debug.checkDefined(createPackageJsonInfo(fileName, host.host)); constant