Searched refs:FilePropertyReader (Results 1 – 1 of 1) sorted by relevance
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 328 interface FilePropertyReader<T> { interface 334 const fileNamePropertyReader: FilePropertyReader<string> = { 355 const externalFilePropertyReader: FilePropertyReader<protocol.ExternalFile> = { 1971 …ions: CompilerOptions | undefined, fileNames: T[], propertyReader: FilePropertyReader<T>): string … 2075 …: ConfiguredProject | ExternalProject, files: T[], propertyReader: FilePropertyReader<T>, typeAcqu… 2317 …teNonInferredProjectFiles<T>(project: Project, files: T[], propertyReader: FilePropertyReader<T>) { 2390 …oject | ConfiguredProject, newUncheckedFiles: T[], propertyReader: FilePropertyReader<T>, newOptio…
|