angular/modules
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
..
benchmarks feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
change_detection feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
core feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
di docs(di): simple typo 2014-11-10 17:07:57 -08:00
examples Fixed small typo in example 2014-11-07 16:20:38 -08:00
facade feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
rtts_assert feat(deps): update Traceur 0.0.74 2014-11-07 10:29:48 -08:00
test_lib feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00