angular/modules/angular2/test/core
Martin Probst c7e48350d3 chore: kill ListWrapper.create() and .push().
These wrappers are not natively understood by
ts2dart. Removing them will improve Dart2JS
compilation due to fewer megamorphic calls to List
functions.

It also makes Angular code more succinct and
improves type safety in Angular due to better type
inference of the Array component type.

This change exposed several bugs in Angular.
2015-06-17 16:21:55 -07:00
..
annotations feat: allow Type.annotations = Component(...).View(...) 2015-06-16 16:36:46 -07:00
compiler chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
life_cycle feat: adjust formatting for clang-format v1.0.19. 2015-06-12 09:51:57 -07:00
testability refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
zone chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
application_spec.ts fix: improve type safety by typing refs. 2015-06-12 18:02:07 -07:00
directive_lifecycle_integration_spec.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00