Home
last modified time | relevance | path

Searched defs:openFiles (Results 1 – 12 of 12) 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/
DprojectReferenceCompileOnSave.ts112 openFiles: () => readonly File[]; property
160 openFiles: () => readonly File[]; property
Dhelpers.ts1024 openFiles: () => readonly File[]; property
DprojectReferences.ts472 function openFiles(verifiers: readonly DocumentPositionMapperVerifier[]) { function
/third_party/typescript/src/server/
Dprotocol.ts1773 openFiles?: ExternalFile[]; property
1799 openFiles?: OpenRequestArgs[]; property
2803 openFiles: string[]; property
DeditorServices.ts700 … readonly openFiles: Map<NormalizedPath | undefined> = new Map<Path, NormalizedPath | undefined>(); property in ProjectService
Dsession.ts831 const { openFiles } = event.data; constant
/third_party/typescript/lib/
Dprotocol.d.ts1292 openFiles?: OpenRequestArgs[]; property
2145 openFiles: string[]; property
Dtsserverlibrary.d.ts9798 readonly openFiles: Map<NormalizedPath | undefined>; property in ts.ProjectService
Dtsserverlibrary.js156461openFiles: ts.arrayFrom(this.openFiles.keys(), function (path) { return _this.getScriptInfoForPath… property
158180 …ProjectService.prototype.reloadConfiguredProjectForFiles = function (openFiles, clearSemanticCache… argument
158680 …ProjectService.prototype.applyChangesInOpenFiles = function (openFiles, changedFiles, closedFiles)… argument
160240 Session.prototype.projectsUpdatedInBackgroundEvent = function (openFiles) { argument
160250 openFiles: openFiles property
Dtsserver.js156267openFiles: ts.arrayFrom(this.openFiles.keys(), function (path) { return _this.getScriptInfoForPath… property
157986 …ProjectService.prototype.reloadConfiguredProjectForFiles = function (openFiles, clearSemanticCache… argument
158486 …ProjectService.prototype.applyChangesInOpenFiles = function (openFiles, changedFiles, closedFiles)… argument
160046 Session.prototype.projectsUpdatedInBackgroundEvent = function (openFiles) { argument
160056 openFiles: openFiles property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts10083 readonly openFiles: Map<NormalizedPath | undefined>; property in ts.ProjectService