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
  • Loading branch information
filipesilva authored and dond2clouds committed Apr 23, 2018
1 parent c3a6702 commit c313644
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 c313644

Please sign in to comment.