angular-cn/tools/transpiler/spec
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
..
a-0-subfolder chore: use es6-module-loader 2014-10-07 17:35:22 -07:00
fixtures bug(transpiler): Support optional arguments in annotations. 2014-11-10 13:47:30 -08:00
annotations_spec.js feat(compiler): initial version of the compiler. 2014-11-11 17:55:50 -08:00
arrow_functions_spec.js feat(transpiler): add support for arrow functions 2014-10-09 14:44:07 -07:00
classes_spec.js feat(transpiler): class fields for Dart 2014-11-07 10:29:48 -08:00
cycle.js test(transpiler): add a cycle import spec 2014-10-07 17:35:22 -07:00
cycle_spec.js test(transpiler): add a cycle import spec 2014-10-07 17:35:22 -07:00
equals_spec.js refactor: simplify and make tests work in JS and Dart 2014-09-28 21:50:38 -07:00
export.js refactor: rename `js2dart` to `transpiler` 2014-09-26 17:44:42 -07:00
foo.js refactor: rename `js2dart` to `transpiler` 2014-09-26 17:44:42 -07:00
functions_spec.js feat(transpiler): add support for named params to new expressions 2014-10-12 17:21:50 -04:00
imports_spec.js refactor: simplify and make tests work in JS and Dart 2014-09-28 21:50:38 -07:00
instance_of_spec.js test(transpiler): add spec for instanceof 2014-10-09 15:22:20 -07:00
lang_spec.js feat(transpiler): Transform template strings to triple quoted Dart strings 2014-11-10 16:49:51 -08:00
types_spec.js feat(transpiler): class fields for Dart 2014-11-07 10:29:48 -08:00