Home
last modified time | relevance | path

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

/third_party/typescript/src/jsTyping/
Dshared.ts35 export const NpmLocation = "--npmLocation"; constant
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts102 …is.log.writeLine(`NPM location: ${this.npmPath} (explicit '${Arguments.NpmLocation}' ${npmLocation…
232 const npmLocation = findArgument(Arguments.NpmLocation);
/third_party/typescript/src/tsserver/
DnodeServer.ts490 args.push(Arguments.NpmLocation, this.npmLocation);
796 const npmLocation = findArgument(Arguments.NpmLocation);
/third_party/typescript/lib/
DtypingsInstaller.js131612 Arguments.NpmLocation = "--npmLocation";
132555 …ation: ".concat(_this.npmPath, " (explicit '").concat(server.Arguments.NpmLocation, "' ").concat(n…
132678 var npmLocation = server.findArgument(server.Arguments.NpmLocation);