Home
last modified time | relevance | path

Searched refs:typesMapLocation (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts86 …globalTypingsCacheLocation: string, typingSafeListLocation: string, typesMapLocation: string, npmL…
91typesMapLocation ? toPath(typesMapLocation, "", createGetCanonicalFileName(sys.useCaseSensitiveFil…
231 const typesMapLocation = findArgument(Arguments.TypesMapLocation); constant
247 …ingsInstaller(globalTypingsCacheLocation!, typingSafeListLocation!, typesMapLocation!, npmLocation…
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts114 private readonly typesMapLocation: Path, property in ts.server.typingsInstaller.TypingsInstaller
121 …ation '${globalCachePath}', safe file path '${safeListPath}', types map path ${typesMapLocation}`);
198 if (this.typesMapLocation) {
199 … const safeListFromMap = JsTyping.loadTypesMap(this.installTypingHost, this.typesMapLocation);
201 … this.log.writeLine(`Loaded safelist from types map file '${this.typesMapLocation}'`);
205 … this.log.writeLine(`Failed to load safelist from types map file '${this.typesMapLocation}'`);
/third_party/typescript/src/tsserver/
DnodeServer.ts530 readonly typesMapLocation: string,
576 if (this.typesMapLocation) {
577 args.push(Arguments.TypesMapLocation, this.typesMapLocation);
777 …ger, host, getGlobalTypingsCacheLocation(), typingSafeListLocation, typesMapLocation, npmLocation,…
788 typesMapLocation,
854 …const typesMapLocation = findArgument(Arguments.TypesMapLocation) || combinePaths(getDirectoryPath… constant
/third_party/typescript/src/server/
DeditorServices.ts419 typesMapLocation?: string; property
755 public readonly typesMapLocation: string | undefined;
791typesMapLocation = (opts.typesMapLocation === undefined) ? combinePaths(getDirectoryPath(this.getE…
815 if (this.typesMapLocation) {
896 const fileContent = this.host.readFile(this.typesMapLocation!); // TODO: GH#18217
898 … this.logger.info(`Provided types map file "${this.typesMapLocation}" doesn't exist`);
Dsession.ts712 typesMapLocation?: string; property
775 typesMapLocation: opts.typesMapLocation, constant
/third_party/typescript/src/testRunner/unittests/tsserver/
Dhelpers.ts396 typesMapLocation: customTypesMap.path,
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts9888 typesMapLocation?: string; property
9968 readonly typesMapLocation: string | undefined;
10197 typesMapLocation?: string; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9761 typesMapLocation?: string; property
9841 readonly typesMapLocation: string | undefined;
10070 typesMapLocation?: string; property
DtypingsInstaller.js115325 … TypingsInstaller(installTypingHost, globalCachePath, safeListPath, typesMapLocation, throttleLimi… argument
115331 this.typesMapLocation = typesMapLocation;
115346 … globalCachePath + "', safe file path '" + safeListPath + "', types map path " + typesMapLocation);
115405 if (this.typesMapLocation) {
115406 … var safeListFromMap = ts.JsTyping.loadTypesMap(this.installTypingHost, this.typesMapLocation);
115408 … this.log.writeLine("Loaded safelist from types map file '" + this.typesMapLocation + "'");
115412 … this.log.writeLine("Failed to load safelist from types map file '" + this.typesMapLocation + "'");
115802 …ypingsInstaller(globalTypingsCacheLocation, typingSafeListLocation, typesMapLocation, npmLocation,… argument
115803 …CanonicalFileName(ts.sys.useCaseSensitiveFileNames)), typesMapLocation ? ts.toPath(typesMapLocatio…
115932 var typesMapLocation = server.findArgument(server.Arguments.TypesMapLocation);
[all …]
Dtsserver.js156092typesMapLocation = (opts.typesMapLocation === undefined) ? ts.combinePaths(ts.getDirectoryPath(thi…
156114 if (this.typesMapLocation) {
156182 var fileContent = this.host.readFile(this.typesMapLocation); // TODO: GH#18217
156184 … this.logger.info("Provided types map file \"" + this.typesMapLocation + "\" doesn't exist");
159952 typesMapLocation: opts.typesMapLocation, property
163860 …, logger, host, globalTypingsCacheLocation, typingSafeListLocation, typesMapLocation, npmLocation,… argument
163866 this.typesMapLocation = typesMapLocation;
163913 if (this.typesMapLocation) {
163914 args.push(server.Arguments.TypesMapLocation, this.typesMapLocation);
164097 …ger, host, getGlobalTypingsCacheLocation(), typingSafeListLocation, typesMapLocation, npmLocation,…
[all …]
Dtsserverlibrary.js156286typesMapLocation = (opts.typesMapLocation === undefined) ? ts.combinePaths(ts.getDirectoryPath(thi…
156308 if (this.typesMapLocation) {
156376 var fileContent = this.host.readFile(this.typesMapLocation); // TODO: GH#18217
156378 … this.logger.info("Provided types map file \"" + this.typesMapLocation + "\" doesn't exist");
160146 typesMapLocation: opts.typesMapLocation, property