Home
last modified time | relevance | path

Searched defs:openFiles (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectUpdatedInBackground.ts49 const openFiles = [commonFile1.path]; constant
91 const openFiles = [f1.path]; constant
183 const openFiles = [filesToReload[0].path]; constant
438 const openFiles = [file1.path]; constant
/third_party/typescript/src/testRunner/unittests/tsserver/
Dhelpers.ts932 openFiles: () => readonly File[]; property
/third_party/typescript/src/server/
Dprotocol.ts1813 openFiles?: ExternalFile[]; property
1839 openFiles?: OpenRequestArgs[]; property
2939 openFiles: string[]; property
DeditorServices.ts731 … readonly openFiles: Map<NormalizedPath | undefined> = new Map<Path, NormalizedPath | undefined>(); property in ProjectService
Dsession.ts879 const { openFiles } = event.data; constant
/third_party/typescript/lib/
Dprotocol.d.ts1328 openFiles?: OpenRequestArgs[]; property
2294 openFiles: string[]; property
Dtsserverlibrary.d.ts10930 readonly openFiles: Map<NormalizedPath | undefined>; property in ts.ProjectService
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10930 readonly openFiles: Map<NormalizedPath | undefined>; property in ts.ProjectService