Home
last modified time | relevance | path

Searched defs:safeList (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts98 private safeList: JsTyping.SafeList | undefined; property in ts.server.typingsInstaller.TypingsInstaller
/third_party/typescript/src/services/
Dshims.ts1162 private safeList: JsTyping.SafeList | undefined; property in CoreServicesShimObject
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts1536 const safeList = new Map(getEntries({ jquery: "jquery", chroma: "chroma-js" })); constant
/third_party/typescript/lib/
DtypingsInstaller.js131922 …function discoverTypings(host, log, fileNames, projectRootPath, safeList, packageNameToTypingLocat… argument