angular/modules/angular2/src
Yegor Jbanov c47d85b038 fix(code size): revert previous devMode change to restore size targets
This commit reverts a8d9dbf that introduced a code size regression (16kb gzipped, 63kb minified) in Dart.

Effect on the hello world app:

gzipped: 105kb -> 89kb
minified: 370kb -> 317kb

BREAKING CHANGE:
- This is very unlikely to be breaking, but I'm still marking just in case. The only change to the user should be that dev mode is driven by Dart's checked mode, like it was in the past.
2015-12-18 01:06:25 +00:00
..
animate Revert "fix(animate): ensure transition properties are removed once the animation is over" 2015-12-11 13:13:11 -08:00
common docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
compiler docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
core feat(core): improve NoAnnotationError message 2015-12-17 23:37:54 +00:00
facade fix(code size): revert previous devMode change to restore size targets 2015-12-18 01:06:25 +00:00
http docs(*): Document a lot more symbols that are missing comments in our generated docs. 2015-12-15 03:04:48 +00:00
mock fix(router): export ROUTER_LINK_DSL_PROVIDER and hide MockPopStateEvent 2015-12-15 09:45:00 -08:00
platform docs(*): Document a lot more symbols that are missing comments in our generated docs. 2015-12-15 03:04:48 +00:00
router feat(router): support links with just auxiliary routes 2015-12-16 19:50:19 +00:00
testing refactor(testing): reenable injectAsync checking for return value 2015-12-15 05:51:54 +00:00
transform/template_compiler chore(core): move compiler out of core 2015-11-05 14:44:52 -08:00
upgrade fix(upgrade): allow directives with empty template 2015-12-11 11:39:45 -08:00
web_workers refactor(WebWorker): Make WebWorker bootstrap synchronous 2015-12-14 21:04:46 +00:00