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

This commit is contained in:
Alex Eagle
2017-11-02 14:49:38 -07:00
committed by Victor Berchet
parent 17ed14faea
commit 5b16ce9302
3 changed files with 25 additions and 4 deletions

View File

@ -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';