angular/tools/transpiler/src/codegeneration
2015-02-16 10:48:44 -08:00
..
ArrowFunctionTransformer.js feat(transpiler): add support for arrow functions 2014-10-09 14:44:07 -07:00
ClassTransformer.js feat(transpiler): implement @IMPLEMENTS 2014-12-29 12:29:00 -08:00
DartTransformer.js fix(transpiler): support arrow functions with complex body in named arguments 2015-02-16 10:48:44 -08:00
DestructuringTransformer.js feat(transpiler): Transform for..of to Dart as for..in 2014-12-03 10:48:48 +01:00
ExportTransformer.js feat(transiler/dart): re-export imported vars 2014-11-12 07:01:14 -08:00
ForOfTransformer.js feat(transpiler): Transform for..of to Dart as for..in 2014-12-03 10:48:48 +01:00
InstanceOfTransformer.js fix(super): super() now means call the proto of the current function. 2014-10-27 22:26:38 +01:00
MultiVarTransformer.js feat(transpiler): constructor and typed field semantics 2014-10-02 21:02:47 -07:00
NamedParamsTransformer.js bug(transpiler): Support optional arguments in annotations. 2014-11-10 13:47:30 -08:00
ParseTreeTransformer.js refactor(named parameters): mimic original traceur architecture 2014-10-08 12:53:55 +02:00
StrictEqualityTransformer.js feat(transpiler): constructor and typed field semantics 2014-10-02 21:02:47 -07:00