2018-08-23 14:34:55 -07:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
|
*/
|
|
|
|
|
|
2018-12-13 11:52:20 -08:00
|
|
|
export {ErrorCode, ngErrorCode} from './src/code';
|
2018-08-23 14:34:55 -07:00
|
|
|
export {FatalDiagnosticError, isFatalDiagnosticError} from './src/error';
|
|
|
|
|
export {replaceTsWithNgInErrors} from './src/util';
|