angular-docs-cn/tools/transpiler/spec
Vojta Jina c5153175b6 fix(transpiler/dart): re-exporting only some bindings
```
export {Foo, Bar} from ‘./foo’;
==>
export ‘./foo’ show Foo, Bar;
```
2014-11-12 07:01:14 -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
bar.js fix(transpiler/dart): re-exporting only some bindings 2014-11-12 07:01:14 -08: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 fix(transpiler/dart): re-exporting only some bindings 2014-11-12 07:01:14 -08: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 fix(transpiler/dart): re-exporting only some bindings 2014-11-12 07:01:14 -08: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