angular/modules/angular2/test/core
Victor Berchet 4639f449cf feat(Parser): associate pipes right to left
closes #4605

BREAKING CHANGE:

Before:

`1 + 1 | pipe:a | pipe:b` was parsed as `(1 + 1) | pipe:(a | pipe:b)`

After:

`1 + 1 | pipe:a | pipe:b` is parsed as `((1 + 1) | pipe:a) | pipe:b`

Closes #4716
2015-10-21 18:43:10 +00:00
..
change_detection feat(Parser): associate pipes right to left 2015-10-21 18:43:10 +00:00
compiler chore: add test showing CSS calc() failure 2015-10-21 11:02:55 -07:00
debug refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
di refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
directives refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
dom refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
facade feat: move NgZone to Stream/Observable-based callback API 2015-10-20 21:51:19 -07:00
forms feat(forms): add input[type=number] value accessor 2015-10-15 18:41:17 +00:00
life_cycle refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
linker refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
metadata refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
pipes refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
profile refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
reflection refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
render refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
services refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
testability refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
util refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
zone feat: move NgZone to Stream/Observable-based callback API 2015-10-20 21:51:19 -07:00
application_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
directive_lifecycle_integration_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -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 refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
spies.dart refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
spies.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00