We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f01c8 commit fe23f2aCopy full SHA for fe23f2a
1 file changed
packages/@ngtools/webpack/src/type_checker.ts
@@ -97,7 +97,6 @@ class TypeChecker {
97
options: this._angularCompilerOptions,
98
tsHost: compilerHost
99
}) as CompilerHost & WebpackCompilerHost;
100
- this._tsFilenames = [];
101
timeEnd('TypeChecker.constructor');
102
}
103
0 commit comments