Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b7dffe

Browse files
ahnpnlanh.pham
authored and
anh.pham
committedMar 24, 2022
fix(compiler): revert #3194 (#3362)
Closes #3272
1 parent b6ba9dc commit 2b7dffe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/compiler/ts-compiler.ts

-2
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@ export class TsCompiler implements TsCompilerInstance {
386386
if (!hit) {
387387
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
388388
this._fileVersionCache!.set(fileName, 1)
389-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
390-
this._fileContentCache!.set(fileName, contents)
391389
shouldIncrementProjectVersion = true
392390
} else {
393391
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion

0 commit comments

Comments
 (0)
Please sign in to comment.