Searched defs:openFiles (Results 1 – 8 of 8) sorted by relevance
49 const openFiles = [commonFile1.path]; constant91 const openFiles = [f1.path]; constant183 const openFiles = [filesToReload[0].path]; constant438 const openFiles = [file1.path]; constant
932 openFiles: () => readonly File[]; property
1813 openFiles?: ExternalFile[]; property1839 openFiles?: OpenRequestArgs[]; property2939 openFiles: string[]; property
731 … readonly openFiles: Map<NormalizedPath | undefined> = new Map<Path, NormalizedPath | undefined>(); property in ProjectService
879 const { openFiles } = event.data; constant
1328 openFiles?: OpenRequestArgs[]; property2294 openFiles: string[]; property
10930 readonly openFiles: Map<NormalizedPath | undefined>; property in ts.ProjectService