Home
last modified time | relevance | path

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

/third_party/typescript/src/jsTyping/
Dtypes.ts11 …export type TypingInstallerRequestUnion = DiscoverTypings | CloseProject | TypesRegistryRequest | … alias
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts134 process.on("message", (req: TypingInstallerRequestUnion) => {
/third_party/typescript/src/tsserver/
DnodeServer.ts618 private send<T extends TypingInstallerRequestUnion>(rq: T): void {