angular/modules/angular2/src/transform
Tim Blasi 03fc7fe8c2 refactor(change_detect): Make ChangeDetectionUtil#uninitialized a var
Previously, `uninitialized()` was a method, requiring a call as well as
two extra characters everywhere it was used.

Make this value a variable, saving the characters and avoiding the
method call to get its value.

This change also removes the export of `uninitialized` from
change_detect.ts, which is technically a breaking change, however
`uninitialized` is an implementation detail and nobody should be using
it in app logic. By convention, apps should not be importing from files
under `src/`.

Update to #3248.
2015-07-27 17:14:09 -07:00
..
bind_generator fix(transformer): Loggers now are per zone and each transform runs in its own zone 2015-07-23 09:36:04 -07:00
common fix(transformer): Don't throw on annotations that don't match a descriptor. 2015-07-24 15:29:14 -07:00
deferred_rewriter fix(transformer): Loggers now are per zone and each transform runs in its own zone 2015-07-23 09:36:04 -07:00
directive_linker fix(transformer): Loggers now are per zone and each transform runs in its own zone 2015-07-23 09:36:04 -07:00
directive_metadata_extractor feat(transformers): directive aliases in Dart transformers (fix #1747) 2015-07-23 15:25:32 -07:00
directive_processor fix(dart/transform): Handle mixed lifecycle specs 2015-07-24 18:02:04 -07:00
reflection_remover fix(transformer): Loggers now are per zone and each transform runs in its own zone 2015-07-23 09:36:04 -07:00
template_compiler refactor(change_detect): Make ChangeDetectionUtil#uninitialized a var 2015-07-27 17:14:09 -07:00
di_transformer.dart feat(dart/transform): Remove unnecessary .ng_deps.dart files 2015-05-28 07:51:10 -07:00
transformer.dart feat(transformers): implement initializing deferred libraries 2015-07-17 13:07:31 -07:00