Searched defs:openFiles (Results 1 – 12 of 12) 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
112 openFiles: () => readonly File[]; property160 openFiles: () => readonly File[]; property
1024 openFiles: () => readonly File[]; property
472 function openFiles(verifiers: readonly DocumentPositionMapperVerifier[]) { function
1773 openFiles?: ExternalFile[]; property1799 openFiles?: OpenRequestArgs[]; property2803 openFiles: string[]; property
700 … readonly openFiles: Map<NormalizedPath | undefined> = new Map<Path, NormalizedPath | undefined>(); property in ProjectService
831 const { openFiles } = event.data; constant
1292 openFiles?: OpenRequestArgs[]; property2145 openFiles: string[]; property
9798 readonly openFiles: Map<NormalizedPath | undefined>; property in ts.ProjectService
156461 …openFiles: ts.arrayFrom(this.openFiles.keys(), function (path) { return _this.getScriptInfoForPath… property158180 …ProjectService.prototype.reloadConfiguredProjectForFiles = function (openFiles, clearSemanticCache… argument158680 …ProjectService.prototype.applyChangesInOpenFiles = function (openFiles, changedFiles, closedFiles)… argument160240 Session.prototype.projectsUpdatedInBackgroundEvent = function (openFiles) { argument160250 openFiles: openFiles property
156267 …openFiles: ts.arrayFrom(this.openFiles.keys(), function (path) { return _this.getScriptInfoForPath… property157986 …ProjectService.prototype.reloadConfiguredProjectForFiles = function (openFiles, clearSemanticCache… argument158486 …ProjectService.prototype.applyChangesInOpenFiles = function (openFiles, changedFiles, closedFiles)… argument160046 Session.prototype.projectsUpdatedInBackgroundEvent = function (openFiles) { argument160056 openFiles: openFiles property
10083 readonly openFiles: Map<NormalizedPath | undefined>; property in ts.ProjectService