Home
last modified time | relevance | path

Searched refs:TypesRegistryResponse (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/jsTyping/
Dtypes.ts40 export interface TypesRegistryResponse extends TypingInstallerResponse { interface
100 …ngInstallerResponseUnion = SetTypings | InvalidateCachedTypings | TypesRegistryResponse | PackageI…
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts152 … const response: TypesRegistryResponse = { kind: EventTypesRegistry, typesRegistry };
/third_party/typescript/src/tsserver/
DnodeServer.ts651 …private handleMessage(response: TypesRegistryResponse | PackageInstalledResponse | SetTypings | In…