angular-cn/modules/angular2/test/render/dom/compiler
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
..
compiler_browser_spec.ts refactor(render): ts’ify tests 2015-05-26 09:38:26 -07:00
compiler_common_tests.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
compiler_html5lib.server.spec.dart feat(render): add initial implementation of render layer 2015-04-01 16:50:22 -07:00
directive_parser_spec.ts feat: adjust formatting for clang-format v1.0.19. 2015-06-12 09:51:57 -07:00
pipeline_spec.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
property_binding_parser_spec.ts chore: move to clang-format 1.0.17. 2015-06-03 15:27:27 -07:00
selector_spec.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
template_loader_spec.ts feat(View): add support for styleUrls and styles 2015-06-15 19:35:16 +02:00
text_interpolation_parser_spec.ts refactor(render): ts’ify tests 2015-05-26 09:38:26 -07:00
view_splitter_spec.ts refactor(ProtoViewDto): switch to enum 2015-06-11 17:11:34 +02:00