angular-cn/modules/@angular/compiler/test/ml_parser
Misko Hevery 7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -07:00
..
ast_serializer_spec.ts refactor(i18n): misc updates 2016-08-05 13:39:54 -07:00
ast_spec_utils.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
html_parser_spec.ts refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00
icu_ast_expander_spec.ts refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00
lexer_spec.ts refactor(compiler): html_parser -> ml_parser 2016-08-05 13:39:54 -07:00