angular-cn/modules/@angular/platform-browser/test/web_workers/shared
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
..
message_bus_spec.ts refactor(testing): remove deprecated testing functions (#10832) 2016-08-15 21:40:37 -07:00
message_bus_util.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
mock_event_emitter.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
render_store_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
service_message_broker_spec.ts refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
web_worker_test_util.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00