We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ba9dc commit 2b7dffeCopy full SHA for 2b7dffe
src/compiler/ts-compiler.ts
@@ -386,8 +386,6 @@ export class TsCompiler implements TsCompilerInstance {
386
if (!hit) {
387
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
388
this._fileVersionCache!.set(fileName, 1)
389
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
390
- this._fileContentCache!.set(fileName, contents)
391
shouldIncrementProjectVersion = true
392
} else {
393
0 commit comments