Skip to content

Commit

Permalink
fix(compiler): revert #3194 (#3362)
Browse files Browse the repository at this point in the history
Closes #3272
  • Loading branch information
ahnpnl authored and anh.pham committed Mar 24, 2022
1 parent b6ba9dc commit 2b7dffe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compiler/ts-compiler.ts
Expand Up @@ -386,8 +386,6 @@ export class TsCompiler implements TsCompilerInstance {
if (!hit) {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
this._fileVersionCache!.set(fileName, 1)
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
this._fileContentCache!.set(fileName, contents)
shouldIncrementProjectVersion = true
} else {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
Expand Down

0 comments on commit 2b7dffe

Please sign in to comment.