angular/modules/core/test/compiler
Tobias Bosch 7a70f8f92d feat(compiler): initial version of the compiler.
Supports:
- binds text nodes, element properties and directive properties
- locates decorator, component and template directives.
- inline templates of components

The compiler is built using a pipeline design,
see core/src/compiler/pipeline package.

Integration tests to show how the compiler, change_detection and DI work
together:
core/test/compiler/integration_spec.js
2014-11-11 17:55:50 -08:00
..
pipeline feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
compiler_spec.js feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
element_injector_spec.js refactor(ProtoElementInjector): change instantiate to take positional args 2014-11-06 10:13:07 -08:00
integration_spec.js feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
reflector_spec.js feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
selector_spec.js feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
view_spec.js feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00