/third_party/typescript/src/typingsInstaller/ |
D | nodeTypingsInstaller.ts | 86 …globalTypingsCacheLocation: string, typingSafeListLocation: string, typesMapLocation: string, npmL… 91 …typesMapLocation ? toPath(typesMapLocation, "", createGetCanonicalFileName(sys.useCaseSensitiveFil… 231 const typesMapLocation = findArgument(Arguments.TypesMapLocation); constant 247 …ingsInstaller(globalTypingsCacheLocation!, typingSafeListLocation!, typesMapLocation!, npmLocation…
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 114 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/ |
D | nodeServer.ts | 530 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/ |
D | editorServices.ts | 419 typesMapLocation?: string; property 755 public readonly typesMapLocation: string | undefined; 791 …typesMapLocation = (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`);
|
D | session.ts | 712 typesMapLocation?: string; property 775 typesMapLocation: opts.typesMapLocation, constant
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | helpers.ts | 396 typesMapLocation: customTypesMap.path,
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 9888 typesMapLocation?: string; property 9968 readonly typesMapLocation: string | undefined; 10197 typesMapLocation?: string; property
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 9761 typesMapLocation?: string; property 9841 readonly typesMapLocation: string | undefined; 10070 typesMapLocation?: string; property
|
D | typingsInstaller.js | 115325 … 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 …]
|
D | tsserver.js | 156092 …typesMapLocation = (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 …]
|
D | tsserverlibrary.js | 156286 …typesMapLocation = (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
|