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 committed Mar 23, 2022
1 parent 573c4cd commit 02ab4da
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 02ab4da

Please sign in to comment.