angular/modules/angular2/src/change_detection
Tim Blasi 8a3b0b366f feat(dart/transform): Generate ChangeDetector classes
Use the `ProtoViewDto` created by the render `Compiler` to create a
`ChangeDetectorDefinition`.

From there, generate a subclass of `AbstractChangeDetector` for each
`ChangeDetectorDefinition`.

Run some basic unit tests for the dynamic and JIT change detectors on
pre-generated change detectors.
2015-05-29 14:48:53 -07:00
..
parser fix(ast): fix the size of a list in _evalListCache 2015-05-29 08:07:43 +02:00
pipes refactor(ts'ify): ts’ify mocks, directives and test_lib 2015-05-21 15:33:37 -07:00
abstract_change_detector.ts fix: don't call onAllChangesDone on checkNoChanges 2015-05-20 08:27:48 +02:00
binding_record.ts feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
change_detection.ts style: fix clang-format glitches 2015-05-26 21:00:44 +02:00
change_detection_jit_generator.dart chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
change_detection_jit_generator.ts feat(dart/transform): Generate ChangeDetector classes 2015-05-29 14:48:53 -07:00
change_detection_util.ts feat: add support for the safe navigation (aka Elvis) operator 2015-05-28 23:03:30 +02:00
change_detector_ref.ts chore(build): don’t include export var __esModule = true in every file 2015-05-19 15:12:59 -07:00
coalesce.ts feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
constants.ts chore(build): don’t include export var __esModule = true in every file 2015-05-19 15:12:59 -07:00
directive_record.ts feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
dynamic_change_detector.ts feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
exceptions.ts chore(build): don’t include export var __esModule = true in every file 2015-05-19 15:12:59 -07:00
interfaces.ts chore(build): don’t include export var __esModule = true in every file 2015-05-19 15:12:59 -07:00
pregen_proto_change_detector.dart feat(dart/transform): Generate ChangeDetector classes 2015-05-29 14:48:53 -07:00
proto_change_detector.ts feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
proto_record.ts feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00