angular-cn/modules/angular2/test/core/change_detection
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
..
differs refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
generated chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
generator refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
parser feat(Parser): associate pipes right to left 2015-10-21 18:43:10 +00:00
change_detector_config.ts feat(Parser): associate pipes right to left 2015-10-21 18:43:10 +00:00
change_detector_ref_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
change_detector_spec.ts feat(Parser): associate pipes right to left 2015-10-21 18:43:10 +00:00
change_detector_spec_util.dart refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
change_detector_spec_util.ts chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
coalesce_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
iterable.dart chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
iterable.ts fix(facade): workaround for lack of Symbol.iterator in es6-shim 2015-09-18 09:46:13 +02:00
proto_record_builder_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
proto_record_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
util.ts chore(ts2dart): replace List with Array 2015-08-31 21:32:10 +00:00