angular-cn/modules/angular2/test/compiler
Tobias Bosch 76247b7097 refactor(compiler): use the new compiler everywhere
Closes #3605

BREAKING CHANGE:
- we don't mark an element as bound any more if it only contains text bindings
  E.g. <div>{{hello}}</div>
  This changes the indices when using `DebugElement.componentViewChildren` / `DebugElement.children`.
- `@Directive.compileChildren` was removed,
  `ng-non-bindable` is now builtin and not a directive any more
- angular no more adds the `ng-binding` class to elements with bindings
- directives are now ordered as they are listed in the View.directives regarding change detection.
  Previously they had an undefined order.
- the `Renderer` interface has new methods `createProtoView` and `registerComponentTemplate`. See `DomRenderer` for default implementations.
- reprojection with `ng-content` is now all or nothing per `ng-content` element
- angular2 transformer can't be used in tests that modify directive metadata.
  Use `angular2/src/transform/inliner_for_test` transformer instead.
2015-10-01 18:48:27 -07:00
..
change_definition_factory_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
change_detector_compiler_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
change_detector_mocks.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
command_compiler_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
directive_metadata_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
eval_module.dart refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
eval_module.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
eval_module_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
html_parser_spec.ts refactor(compiler): cleanup and preparation for integration 2015-09-22 12:50:03 -07:00
runtime_compiler_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
runtime_metadata_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
schema_registry_mock.ts feat(compiler): add TemplateCompiler 2015-09-17 04:24:15 +00:00
source_module_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
style_compiler_import.css.shim.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
style_compiler_import.css.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
style_compiler_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
style_url_resolver_spec.ts feat(compiler): add stylesheet compiler 2015-09-04 19:22:43 +00:00
template_compiler_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
template_normalizer_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
template_parser_spec.ts feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
template_preparser_spec.ts refactor(compiler): various cleanups 2015-09-24 10:56:29 -07:00
test_bindings.ts refactor(compiler): various cleanups 2015-09-24 10:56:29 -07:00
util_spec.ts refactor(compiler): various cleanups 2015-09-24 10:56:29 -07:00