angular/modules/angular2/test/change_detection/parser
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
..
lexer_spec.ts feat: add support for the safe navigation (aka Elvis) operator 2015-05-28 23:03:30 +02:00
locals_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00
parser_spec.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
unparser.ts refactor(facade): refactor type check function - is*() 2015-06-16 19:27:34 +02:00
unparser_spec.ts feat(Parser): support if statements in actions 2015-06-15 18:54:12 +02:00