angular/modules/@angular/compiler/src
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
..
animation fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
css_parser fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
expression_parser refactor: remove various leftover unused or deprecated code (#11091) 2016-08-26 09:12:27 -07:00
i18n feat(i18n): xliff integration 2016-08-15 22:28:38 -07:00
ml_parser feat(i18n): add an HtmlParser decorator (#10645) 2016-08-11 21:00:35 -07:00
output fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
schema feat(core): add NO_ERRORS_SCHEMA that allows any properties to be set on any element (#10956) 2016-08-19 16:05:34 -07:00
template_parser fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
view_compiler fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
assertions.ts refactor(HmtlLexer): cleanup 2016-07-12 15:26:03 -07:00
chars.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
compile_metadata.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
compiler.ts refactor: remove obsolete analyzeAppProvidersForDeprecatedConfiguration 2016-08-25 13:29:43 -07:00
config.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
directive_normalizer.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
directive_resolver.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
identifiers.ts refactor(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
lifecycle_reflector.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
metadata_resolver.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
ng_module_compiler.ts refactor(core): introduce @NgModule.bootstrap and ngDoBootstrap method 2016-08-02 11:23:26 -07:00
ng_module_resolver.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
offline_compiler.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
parse_util.ts fix(compiler): report better error messages for host bindings 2016-07-28 11:21:50 -07:00
pipe_resolver.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
provider_analyzer.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
resource_loader.ts fix(platform-browser-dynamic): Rename CACHED_TEMPLATE_PROVIDER to RESOURCE_CACHE_PROVIDER (#10866) 2016-08-17 09:24:44 -07:00
runtime_compiler.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
selector.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
shadow_css.ts refactor(core): replace some for statements with map/reduce 2016-08-14 10:10:07 -07:00
style_compiler.ts refactor: misc cleanup (#10046) 2016-07-13 11:01:32 -07:00
style_url_resolver.ts refactor(RegExpWrapper): remove the facade (#10512) 2016-08-05 09:50:49 -07:00
url_resolver.ts refactor(RegExpWrapper): remove the facade (#10512) 2016-08-05 09:50:49 -07:00
util.ts refactor: IS_DART === false 2016-08-01 11:34:51 -07:00