Home
last modified time | relevance | path

Searched defs:typesRegistry (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts82 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/
Dtypes.ts42 readonly typesRegistry: MapLike<MapLike<string>>; property
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts106 abstract readonly typesRegistry: ESMap<string, MapLike<string>>; property in ts.server.typingsInstaller.TypingsInstaller
/third_party/typescript/src/harness/
DharnessLanguageService.ts129 public typesRegistry: ts.ESMap<string, void> | undefined; property in Harness.LanguageService.LanguageServiceAdapterHost
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts8 typesRegistry?: ESMap<string, MapLike<string>>; property
2154 const typesRegistry = createTypesRegistry("pkgcurrentdirectory"); constant
/third_party/typescript/src/services/
Dshims.ts34typesRegistry: ReadonlyESMap<string, MapLike<string>>; // The map of available typings in npm t… property
/third_party/typescript/lib/
DtypingsInstaller.js131729 …ist, packageNameToTypingLocation, typeAcquisition, unresolvedImports, typesRegistry, compilerOptio… argument
132601 … var response = { kind: server.EventTypesRegistry, typesRegistry: typesRegistry_1 }; property