angular-cn/modules
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
..
angular1_router feat(router): support links with just auxiliary routes 2015-12-16 19:50:19 +00:00
angular2 fix(code size): revert previous devMode change to restore size targets 2015-12-18 01:06:25 +00:00
angular2_material docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
benchmarks fix(docs,benchmarks): remove invalid </input> closing tags 2015-12-15 00:45:31 -08:00
benchmarks_external fix(docs,benchmarks): remove invalid </input> closing tags 2015-12-15 00:45:31 -08:00
benchpress docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
playground refactor(WebWorker): Make WebWorker bootstrap synchronous 2015-12-14 21:04:46 +00:00