Home
last modified time | relevance | path

Searched defs:toEvent (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts684 const toEvent = { constant
/third_party/typescript/src/server/
Dsession.ts264 export function toEvent(eventName: string, body: object): protocol.Event { function