Searched defs:safeList (Results 1 – 4 of 4) sorted by relevance
98 private safeList: JsTyping.SafeList | undefined; property in ts.server.typingsInstaller.TypingsInstaller
1162 private safeList: JsTyping.SafeList | undefined; property in CoreServicesShimObject
1536 const safeList = new Map(getEntries({ jquery: "jquery", chroma: "chroma-js" })); constant
131922 …function discoverTypings(host, log, fileNames, projectRootPath, safeList, packageNameToTypingLocat… argument