Home
last modified time | relevance | path

Searched defs:globalTypingsCacheLocation (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/server/
DtypingsCache.ts15 readonly globalTypingsCacheLocation: string | undefined; property
25 globalTypingsCacheLocation: undefined! // TODO: GH#18217 constant
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts229 const globalTypingsCacheLocation = findArgument(Arguments.GlobalCacheLocation); constant
/third_party/typescript/src/harness/
DharnessLanguageService.ts1006 …typingsInstaller: { ...ts.server.nullTypingsInstaller, globalTypingsCacheLocation: "/Library/Cache… constant
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts797 …const globalTypingsCacheLocation = host.getGlobalTypingsCacheLocation && host.getGlobalTypingsCach… constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts6 globalTypingsCacheLocation?: string; property
1944 const globalTypingsCacheLocation = "/tmp"; constant
/third_party/typescript/lib/
Dtsserverlibrary.d.ts10518 readonly globalTypingsCacheLocation: string | undefined; property
DtypingsInstaller.js132675 function getTypesRegistryFileLocation(globalTypingsCacheLocation) { argument
132680 …function NodeTypingsInstaller(globalTypingsCacheLocation, typingSafeListLocation, typesMapLocation… argument
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10518 readonly globalTypingsCacheLocation: string | undefined; property