Searched defs:externalFiles (Results 1 – 5 of 5) sorted by relevance
145 private externalFiles: SortedReadonlyArray<string> | undefined; property in ts.server.Project1504 …const externalFiles = this.getExternalFiles().map((f): protocol.FileWithProjectReferenceRedirectIn… constant1557 …const externalFiles = this.getExternalFiles().map((f): protocol.FileWithProjectReferenceRedirectIn… constant
213 const externalFiles = toExternalFiles(["^ScriptDocument1 file1.ts"]); constant
788 const externalFiles = toExternalFiles([f1.path]); constant
9515 private externalFiles; property in ts.Project
9394 private externalFiles; property in ts.Project