Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts213 …const { session, getEvents, clearEvents } = createSessionWithDefaultEventHandler<protocol.ProjectL…
DprojectUpdatedInBackground.ts521 …const { session, getEvents, clearEvents } = createSessionWithDefaultEventHandler<protocol.Projects…
/third_party/typescript/src/testRunner/unittests/tsserver/
Dhelpers.ts499 …export function createSessionWithDefaultEventHandler<T extends protocol.AnyEvent>(host: TestServer… function