fix(compiler-cli): don't report emit diagnostics when --noEmitOnError is off (#20063)
This commit is contained in:

committed by
Victor Berchet

parent
17ed14faea
commit
5b16ce9302
@ -22,3 +22,5 @@ export * from './src/perform_compile';
|
||||
// and usages in G3 are changed to `CompilerOptions`.
|
||||
export {CompilerOptions as AngularCompilerOptions} from './src/transformers/api';
|
||||
export {NgTools_InternalApi_NG_2 as __NGTOOLS_PRIVATE_API_2} from './src/ngtools_api';
|
||||
|
||||
export {ngToTsDiagnostic} from './src/transformers/util';
|
||||
|
Reference in New Issue
Block a user