Skip to content

Commit 3b6c4dc

Browse files
committed
Remove comment
1 parent 5b54f3c commit 3b6c4dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/watchPublic.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export function readBuilderProgram(compilerOptions: CompilerOptions, host: ReadB
118118
return createBuilderProgramUsingProgramBuildInfo(buildInfo, buildInfoPath, host);
119119
}
120120

121-
// Dont think we need this since user can override getSourceFile on CompilerHost returned?
122121
export function createIncrementalCompilerHost(options: CompilerOptions, system = sys, skipJSDocParsing?: boolean): CompilerHost {
123122
const host = createCompilerHostWorker(options, /*setParentNodes*/ undefined, skipJSDocParsing, system);
124123
host.createHash = maybeBind(system, system.createHash);

0 commit comments

Comments
 (0)