Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit b57bed6

Browse files
attfarhanfelixfbecker
authored andcommitted
feat(extensibility): expose _getSourceFile (#435)
1 parent f2362fc commit b57bed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typescript-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ export class TypeScriptService {
16151615
* @param fileName file name to fetch source file for or create it
16161616
* @param span Span for tracing
16171617
*/
1618-
private _getSourceFile(
1618+
protected _getSourceFile(
16191619
configuration: ProjectConfiguration,
16201620
fileName: string,
16211621
span = new Span()

0 commit comments

Comments
 (0)