Searched defs:typesRegistry (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/typingsInstaller/ |
D | nodeTypingsInstaller.ts | 82 readonly typesRegistry: ESMap<string, MapLike<string>>; property in ts.server.typingsInstaller.NodeTypingsInstaller 148 const typesRegistry: { [key: string]: MapLike<string> } = {}; constant 152 … const response: TypesRegistryResponse = { kind: EventTypesRegistry, typesRegistry }; constant
|
/third_party/typescript/src/jsTyping/ |
D | types.ts | 42 readonly typesRegistry: MapLike<MapLike<string>>; property
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 106 abstract readonly typesRegistry: ESMap<string, MapLike<string>>; property in ts.server.typingsInstaller.TypingsInstaller
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 129 public typesRegistry: ts.ESMap<string, void> | undefined; property in Harness.LanguageService.LanguageServiceAdapterHost
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 8 typesRegistry?: ESMap<string, MapLike<string>>; property 2154 const typesRegistry = createTypesRegistry("pkgcurrentdirectory"); constant
|
/third_party/typescript/src/services/ |
D | shims.ts | 34 …typesRegistry: ReadonlyESMap<string, MapLike<string>>; // The map of available typings in npm t… property
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 131729 …ist, packageNameToTypingLocation, typeAcquisition, unresolvedImports, typesRegistry, compilerOptio… argument 132601 … var response = { kind: server.EventTypesRegistry, typesRegistry: typesRegistry_1 }; property
|