/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 8 typesRegistry?: ESMap<string, MapLike<string>>; property 17 (p && p.typesRegistry), 75 …super(host, { typesRegistry: createTypesRegistry("config"), globalTypingsCacheLocation: typesCache… 123 super(host, { typesRegistry: createTypesRegistry("jquery") }); 167 super(host, { typesRegistry: createTypesRegistry("jquery") }); 201 …super(host, { typesRegistry: createTypesRegistry("jquery") }, { isEnabled: () => true, writeLine: … 273 super(host, { typesRegistry: createTypesRegistry("node") }); 300 super(host, { typesRegistry: createTypesRegistry("jquery") }); 334 super(host, { typesRegistry: createTypesRegistry("jquery") }); 392 super(host, { typesRegistry: createTypesRegistry("lodash", "react") }); [all …]
|
D | helpers.ts | 180 readonly typesRegistry = new Map<string, MapLike<string>>(),
|
/third_party/typescript/src/typingsInstaller/ |
D | nodeTypingsInstaller.ts | 82 readonly typesRegistry: ESMap<string, MapLike<string>>; property in ts.server.typingsInstaller.NodeTypingsInstaller 130 …this.typesRegistry = loadTypesRegistryFile(getTypesRegistryFileLocation(globalTypingsCacheLocation… 148 const typesRegistry: { [key: string]: MapLike<string> } = {}; constant 149 this.typesRegistry.forEach((value, key) => { 150 typesRegistry[key] = value; 152 … const response: TypesRegistryResponse = { kind: EventTypesRegistry, typesRegistry }; constant
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 106 abstract readonly typesRegistry: ESMap<string, MapLike<string>>; property in ts.server.typingsInstaller.TypingsInstaller 175 this.typesRegistry, 293 if (!this.typesRegistry.has(typingKey)) { 297 …TypingUpToDate(this.packageNameToTypingLocation.get(typingKey)!, this.typesRegistry.get(typingKey)… 373 const distTags = this.typesRegistry.get(packageName)!;
|
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 127 typesRegistry: ReadonlyESMap<string, MapLike<string>>, 175 const registryEntry = typesRegistry.get(name);
|
D | types.ts | 42 readonly typesRegistry: MapLike<MapLike<string>>; property
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 129 public typesRegistry: ts.ESMap<string, void> | undefined; property in Harness.LanguageService.LanguageServiceAdapterHost 251 return !!this.typesRegistry && this.typesRegistry.has(name);
|
D | fourslashImpl.ts | 1132 this.languageServiceAdapterHost.typesRegistry = new ts.Map(ts.getEntries(map));
|
/third_party/typescript/src/services/ |
D | shims.ts | 34 …typesRegistry: ReadonlyESMap<string, MapLike<string>>; // The map of available typings in npm t… property 1285 info.typesRegistry,
|
/third_party/typescript/src/tsserver/ |
D | nodeServer.ts | 568 this.typesRegistryCache = new Map(getEntries(response.typesRegistry));
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 131380 …ist, packageNameToTypingLocation, typeAcquisition, unresolvedImports, typesRegistry, compilerOptio… argument 131417 var registryEntry = typesRegistry.get(name); 131782 …ameToTypingLocation, req.typeAcquisition, req.unresolvedImports, this.typesRegistry, req.compilerO… 131894 if (!_this.typesRegistry.has(typingKey)) { 131899 …ypingUpToDate(_this.packageNameToTypingLocation.get(typingKey), _this.typesRegistry.get(typingKey)… 131971 var distTags = _this.typesRegistry.get(packageName); 132230 …_this.typesRegistry = loadTypesRegistryFile(getTypesRegistryFileLocation(globalTypingsCacheLocatio… 132249 _this.typesRegistry.forEach(function (value, key) { 132252 … var response = { kind: server.EventTypesRegistry, typesRegistry: typesRegistry_1 }; property
|