Home
last modified time | relevance | path

Searched refs:TypingSafeListLocation (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/jsTyping/
Dshared.ts29 export const TypingSafeListLocation = "--typingSafeListLocation"; constant
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts230 const typingSafeListLocation = findArgument(Arguments.TypingSafeListLocation);
/third_party/typescript/src/tsserver/
DnodeServer.ts484 args.push(Arguments.TypingSafeListLocation, this.typingSafeListLocation);
794 … const typingSafeListLocation = findArgument(Arguments.TypingSafeListLocation)!; // TODO: GH#18217
/third_party/typescript/lib/
DtypingsInstaller.js131606 Arguments.TypingSafeListLocation = "--typingSafeListLocation";
132676 … var typingSafeListLocation = server.findArgument(server.Arguments.TypingSafeListLocation);