angular/modules/angular2/src/change_detection
Tim Blasi c58b0ff787 refactor(change_detect): Share more codegen logic
Move more logic in our codegen into a shared util which is called by the
Jit & Prege change detector code.
2015-08-04 18:55:07 +00:00
..
differs feat(pipes): replaces iterable and key value diffing pipes with services 2015-08-04 10:39:55 -07:00
parser fix(parser): detect empty expression in strings to interpolate 2015-08-04 08:44:14 +02:00
pipes feat(pipes): replaces iterable and key value diffing pipes with services 2015-08-04 10:39:55 -07:00
abstract_change_detector.ts feat: implement web-tracing-framework support 2015-07-31 23:04:05 +00:00
binding_record.ts feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
change_detection.ts feat(pipes): replaces iterable and key value diffing pipes with services 2015-08-04 10:39:55 -07:00
change_detection_jit_generator.dart feat(dart/transform): Use the best available Change Detectors 2015-06-12 16:04:09 -07:00
change_detection_jit_generator.ts refactor(change_detect): Share more codegen logic 2015-08-04 18:55:07 +00:00
change_detection_util.ts perf(change_detection): removed the currentProto property 2015-07-31 00:31:11 +00:00
change_detector_ref.ts chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
coalesce.ts perf(change_detection): do not check intermediate results 2015-07-29 21:58:29 +00:00
codegen_facade.dart refactor(change_detect): Share more codegen logic 2015-08-04 18:55:07 +00:00
codegen_facade.ts refactor(change_detect): Share more codegen logic 2015-08-04 18:55:07 +00:00
codegen_logic_util.ts refactor(change_detect): Share more codegen logic 2015-08-04 18:55:07 +00:00
codegen_name_util.ts perf(change_detection): removed the currentProto property 2015-07-31 00:31:11 +00:00
constants.ts fix(typings): test our .d.ts with --noImplicitAny 2015-07-24 11:24:44 -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 perf(change_detection): do not generate onAllChangesDone when not needed 2015-07-31 19:23:00 +00:00
exceptions.ts chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
interfaces.ts refactor(change_detect): Move common fields to AbstractChangeDetector 2015-07-29 10:46:49 -07:00
jit_proto_change_detector.dart tools: added experimentalDecorators flag to tsconfig 2015-07-08 10:46:03 -07:00
jit_proto_change_detector.ts feat(change_detection): generate checkNoChanges only in dev mode 2015-07-27 15:50:19 -07:00
pregen_proto_change_detector.dart refactor(change_detect): Create & use looseNotIdentical 2015-07-28 14:59:31 -07:00
pregen_proto_change_detector.ts refactor(change_detection): made ChangeDetector and ProtoChangeDetector interfaces 2015-06-18 17:41:22 -07:00
proto_change_detector.ts perf(change_detection): do not check intermediate results 2015-07-29 21:58:29 +00:00
proto_record.ts perf(change_detection): do not check intermediate results 2015-07-29 21:58:29 +00:00