Skip to content

Commit

Permalink
fix(@ngtools/webpack): initialize type checker with initial files
Browse files Browse the repository at this point in the history
Fix #7986
  • Loading branch information
filipesilva committed Oct 18, 2017
1 parent 46f01c8 commit fe23f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@ngtools/webpack/src/type_checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class TypeChecker {
options: this._angularCompilerOptions,
tsHost: compilerHost
}) as CompilerHost & WebpackCompilerHost;
this._tsFilenames = [];
timeEnd('TypeChecker.constructor');
}

Expand Down

0 comments on commit fe23f2a

Please sign in to comment.