angular/modules/angular2/test/core/compiler
Pawel Kozlowski 81f3f32217 refactor(DirectiveParser): remove checks for missing directives
Based on the discussion in #776 we can't reliably check if a given
element has a particular property at the compilation time. As such
the existing algorithm detecting "missing" directives can't be used.

We need to see if there is a different / better algorithm or maybe
those checks need to be moved later in the process (runtime). Leaving
integration tests in place (disabled) so we can come back to the
topic after unblocking the situation.

This commit effectivelly reverts 94e203b9df
2015-03-22 14:14:36 +01:00
..
pipeline feat(compiler): support bindings for any attribute 2015-03-21 14:55:11 -07:00
shadow_dom feat(ShadowCss): Support the new deep combinator syntax >>> 2015-03-21 14:55:11 -07:00
compiler_browser_spec.js feat(compiler): DOM adapters + html5lib implementation; misc fixes 2015-02-27 16:49:14 -08:00
compiler_common_tests.js feat(compiler): added the DynamicComponent annotation 2015-03-17 15:23:58 -07:00
compiler_html5lib.server.spec.dart feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
component_url_mapper_spec.js refactor(template loading): add support for base URLs, css rewriting 2015-02-26 09:36:04 +01:00
css_processor_spec.js feat(CssProcessor): add support for CssTransformers 2015-03-03 11:24:08 -08:00
directive_metadata_reader_spec.js chore: Remove unused imports 2015-02-17 16:49:08 -08:00
element_injector_spec.js feat(element_injector): added PrivateComponentLocation 2015-03-17 15:23:58 -07:00
integration_spec.js refactor(DirectiveParser): remove checks for missing directives 2015-03-22 14:14:36 +01:00
selector_spec.js feat(selector): add support for :not 2015-03-13 18:26:10 +01:00
shadow_dom_strategy_spec.js refactor(shadow dom): do not use injectors nor directives 2015-03-16 16:58:38 -07:00
style_inliner_spec.js refactor(tests): refactor some tests to use the test injector 2015-03-13 18:20:02 +01:00
style_url_resolver_spec.js fix(StyleUrlResolver): add support for media query in import rules 2015-02-26 20:00:23 +01:00
template_loader_spec.js feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
url_resolver_spec.js feat(UrlResolver): combine a base URL with an URL 2015-02-26 09:04:00 +01:00
view_container_spec.js refactor(view): separate context and locals 2015-03-17 14:25:57 -07:00
view_pool_spec.js refactor(facade): remove dependency to rtts_assert 2015-02-13 12:57:10 +01:00
view_spec.js refactor(test_lib): remove IS_NODEJS 2015-03-20 15:50:05 +01:00