angular-cn/modules/angular2/test/core/compiler
Misko Hevery 60af19f0e1 refactor: rename all const to UPPER_CASE
Closes #3573

BREAKING CHANGE

Rename:
- `appComponentTypeToken` => `APP_COMPONENT`
- `coreDirectives` => `CORE_DIRECTIVES`
- `formDirectives` => `FORM_DIRECTIVES`
- `formInjectables` => `FORM_BINDINGS`
- `httpInjectables` => `HTTP_BINDINGS`
- `jsonpInjectables` => `JSONP_BINDINGS`
- `PROTO_CHANGE_DETECTOR_KEY` => `PROTO_CHANGE_DETECTOR`
- `appComponentRefPromiseToken` => `APP_COMPONENT_REF_PROMISE`
- `appComponentTypeToken` => `APP_COMPONENT`
- `undefinedValue` => `UNDEFINED`
- `formDirectives` => `FORM_DIRECTIVES`
- `DOCUMENT_TOKEN` => `DOCUMENT`
- `APP_ID_TOKEN` => `APP_ID`
- `MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE_TOKEN` => `MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE`
- `appBaseHrefToken` => `APP_BASE_HREF`
2015-08-13 21:18:31 +00:00
..
compiler_spec.ts feat(pipe): added the Pipe decorator and the pipe property to View 2015-08-12 00:38:40 +00:00
component_url_mapper_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
directive_lifecycle_spec.dart style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
directive_lifecycle_spec.ts refactor(LifecycleEvent): change from onInit to Lifecycle.onInit 2015-07-14 16:51:44 -07:00
directive_metadata_reader_spec.ts fix(decorators): stop directives inheriting parent class decorators. 2015-07-29 21:23:31 +00:00
dynamic_component_loader_spec.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
element_injector_spec.ts feat(query): allow to query for `TemplateRef` 2015-08-12 01:51:18 +00:00
integration_dart_spec.dart style(dart): Format with dartfmt v0.2.0 2015-08-05 11:04:29 -07:00
integration_spec.ts feat(compiler): allow binding to className using class alias 2015-08-12 20:08:03 +00:00
projection_integration_spec.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
proto_view_factory_spec.ts feat(pipe): added the Pipe decorator and the pipe property to View 2015-08-12 00:38:40 +00:00
query_integration_spec.ts feat(query): view query is properly updated when dom changes. 2015-08-12 06:16:09 +00:00
query_list_spec.ts feat(query): initial implementation of view query. 2015-07-13 14:44:55 -07:00
view_container_ref_spec.ts fix(dart): @proxy is a value, not a factory 2015-08-06 10:02:49 -07:00
view_manager_spec.ts fix(dart): @proxy is a value, not a factory 2015-08-06 10:02:49 -07:00
view_manager_utils_spec.ts feat(query): view query is properly updated when dom changes. 2015-08-12 06:16:09 +00:00
view_pool_spec.ts feat(pipe): added the Pipe decorator and the pipe property to View 2015-08-12 00:38:40 +00:00