Searched defs:getSourceFileByPath (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/compiler/ |
D | program.ts | 2115 function getSourceFileByPath(path: Path): SourceFile | undefined { function
|
D | types.ts | 7341 …getSourceFileByPath?(fileName: string, path: Path, languageVersionOrOptions: ScriptTarget | Create… method
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 2229 getSourceFileByPath(path: Path): SourceFile | undefined; method 3461 …getSourceFileByPath?(fileName: string, path: Path, languageVersionOrOptions: ScriptTarget | Create… method
|
D | typescriptServices.d.ts | 2229 getSourceFileByPath(path: Path): SourceFile | undefined; method 3461 …getSourceFileByPath?(fileName: string, path: Path, languageVersionOrOptions: ScriptTarget | Create… method
|
D | tsserverlibrary.d.ts | 2229 getSourceFileByPath(path: Path): SourceFile | undefined; method 3461 …getSourceFileByPath?(fileName: string, path: Path, languageVersionOrOptions: ScriptTarget | Create… method
|
D | tsc.js | 95417 getSourceFileByPath: ts.returnUndefined, property 100734 function getReferencedFileLocation(getSourceFileByPath, ref) { argument 101161 getSourceFileByPath: getSourceFileByPath, property 101764 function getSourceFileByPath(path) { function
|
D | typingsInstaller.js | 115575 getSourceFileByPath: ts.returnUndefined, property 121420 function getReferencedFileLocation(getSourceFileByPath, ref) { argument 121928 getSourceFileByPath: getSourceFileByPath, property 122648 function getSourceFileByPath(path) { function
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 2229 getSourceFileByPath(path: Path): SourceFile | undefined; method 3461 …getSourceFileByPath?(fileName: string, path: Path, languageVersionOrOptions: ScriptTarget | Create… method
|
D | tsserverlibrary.d.ts | 2229 getSourceFileByPath(path: Path): SourceFile | undefined; method 3461 …getSourceFileByPath?(fileName: string, path: Path, languageVersionOrOptions: ScriptTarget | Create… method
|