Can dart produce readable javascript libraries? Can dart produce readable javascript libraries? dart dart

Can dart produce readable javascript libraries?


As @SetLadd mentioned https://github.com/dart-lang/dev_compiler was built for this purpose (beside others). Some reported that they were able to produce usable output already a while back.

dev_compiler has a commandline tool dartdevc.


The Dart Dev Compiler (DDC) is an experimental development tool and transpiler.
It is at a very early stage today.
Initial commit was on Nov 17, 2014.

DDC attempts to map to idiomatic EcmaScript 6 (ES6) as cleanly as possible.

Maybe someday there will be the day when we can say with confidence: "It is a mature development tool and transpiler" but currently DDC is still in a very early stage.