File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/@ngtools/webpack/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -784,7 +784,7 @@ export class AngularCompilerPlugin implements Tapable {
784
784
785
785
if ( this . _firstRun || ! this . _forkTypeChecker ) {
786
786
allDiagnostics . push ( ...gatherDiagnostics ( this . _program , this . _JitMode ,
787
- 'AngularCompilerPluginOptions ' ) ) ;
787
+ 'AngularCompilerPlugin._emit.ts ' ) ) ;
788
788
}
789
789
790
790
if ( ! hasErrors ( allDiagnostics ) ) {
@@ -815,7 +815,7 @@ export class AngularCompilerPlugin implements Tapable {
815
815
816
816
if ( this . _firstRun || ! this . _forkTypeChecker ) {
817
817
allDiagnostics . push ( ...gatherDiagnostics ( this . _program , this . _JitMode ,
818
- 'AngularCompilerPluginOptions ' ) ) ;
818
+ 'AngularCompilerPlugin._emit.ng ' ) ) ;
819
819
}
820
820
821
821
if ( ! hasErrors ( allDiagnostics ) ) {
You can’t perform that action at this time.
0 commit comments