angular/modules/angular2/test
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
..
benchmark/transform chore(transformer): Use class for reflection info instead of a map 2015-07-24 13:12:57 -07:00
change_detection feat(change_detection): generate checkNoChanges only in dev mode 2015-07-27 15:50:19 -07:00
core Revert "fix(url_resolver): in Dart make package urls relative to AppRootUrl" 2015-07-27 14:15:02 -07:00
debug feat(di): removed app injector 2015-07-01 13:33:43 -07:00
di feat(di): added context to runtime DI errors 2015-07-22 14:22:46 -07:00
directives fix(class): allow class names with mixed case 2015-07-27 16:46:42 +02:00
dom feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
facade refactor(RegExp): use /.../ to create RegExp literal 2015-07-09 09:14:25 +02:00
forms fix(change_detect): Sort DirectiveMetadata properties during processing 2015-07-20 17:08:02 -07:00
http feat(build): require parameter types 2015-07-21 06:20:13 -07:00
mock refactor: change template for view where it makes sense 2015-06-24 18:40:04 +02:00
reflection chore(transformer): Use class for reflection info instead of a map 2015-07-24 13:12:57 -07:00
render feat(build): initial SauceLabs setup 2015-07-27 16:15:28 -07:00
router refactor(Async): Unify TS and Dart PromiseCompleter naming 2015-07-27 10:28:07 -07:00
services Revert "fix(url_resolver): in Dart make package urls relative to AppRootUrl" 2015-07-27 14:15:02 -07:00
test_lib chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
transform refactor(change_detect): Make ChangeDetectionUtil#uninitialized a var 2015-07-27 17:14:09 -07:00
util fix: Class factory now adds annotations 2015-06-15 22:23:54 -07:00
web-workers feat(web-workers) Add WebWorker Renderer 2015-07-23 18:29:10 -07:00