Home
last modified time | relevance | path

Searched defs:packageNameToTypingLocation (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts94 private readonly packageNameToTypingLocation = new Map<string, JsTyping.CachedTyping>(); property in ts.server.typingsInstaller.TypingsInstaller
/third_party/typescript/src/services/
Dshims.ts30packageNameToTypingLocation: ESMap<string, JsTyping.CachedTyping>; // The map of package nam… property
/third_party/typescript/lib/
DtypingsInstaller.js131862 …scoverTypings(host, log, fileNames, projectRootPath, safeList, packageNameToTypingLocation, typeAc… argument