angular/modules/angular2/test/transform/integration
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
..
list_of_types_files chore(transformer): Use class for reflection info instead of a map 2015-07-24 13:12:57 -07:00
simple_annotation_files chore(transformer): Use class for reflection info instead of a map 2015-07-24 13:12:57 -07:00
synthetic_ctor_files chore(transformer): Use class for reflection info instead of a map 2015-07-24 13:12:57 -07:00
two_annotations_files refactor(change_detect): Make ChangeDetectionUtil#uninitialized a var 2015-07-27 17:14:09 -07:00
two_deps_files chore(transformer): Use class for reflection info instead of a map 2015-07-24 13:12:57 -07:00
all_tests.dart fix(transformer): fix 'pub build' in examples 2015-07-10 15:08:48 -07:00