Skip to content

Commit fe23f2a

Browse files
committed
fix(@ngtools/webpack): initialize type checker with initial files
Fix #7986
1 parent 46f01c8 commit fe23f2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@ngtools/webpack/src/type_checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class TypeChecker {
9797
options: this._angularCompilerOptions,
9898
tsHost: compilerHost
9999
}) as CompilerHost & WebpackCompilerHost;
100-
this._tsFilenames = [];
101100
timeEnd('TypeChecker.constructor');
102101
}
103102

0 commit comments

Comments
 (0)