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 {
784784
785785 if ( this . _firstRun || ! this . _forkTypeChecker ) {
786786 allDiagnostics . push ( ...gatherDiagnostics ( this . _program , this . _JitMode ,
787- 'AngularCompilerPluginOptions ' ) ) ;
787+ 'AngularCompilerPlugin._emit.ts ' ) ) ;
788788 }
789789
790790 if ( ! hasErrors ( allDiagnostics ) ) {
@@ -815,7 +815,7 @@ export class AngularCompilerPlugin implements Tapable {
815815
816816 if ( this . _firstRun || ! this . _forkTypeChecker ) {
817817 allDiagnostics . push ( ...gatherDiagnostics ( this . _program , this . _JitMode ,
818- 'AngularCompilerPluginOptions ' ) ) ;
818+ 'AngularCompilerPlugin._emit.ng ' ) ) ;
819819 }
820820
821821 if ( ! hasErrors ( allDiagnostics ) ) {
You can’t perform that action at this time.
0 commit comments