We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573c4cd commit 02ab4daCopy full SHA for 02ab4da
1 file changed
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