15 lines
689 B
Markdown
15 lines
689 B
Markdown
dev_compiler
|
|
============
|
|
|
|
[](https://travis-ci.org/dart-lang/dev_compiler)
|
|
[](https://coveralls.io/r/dart-lang/dev_compiler)
|
|
|
|
This is an **experimental** Dart -> JavaScript compiler designed to create
|
|
idiomatic, readable JavaScript output. We're investigating this because
|
|
we want to enable easy debugging of Dart applications on all supported
|
|
browsers.
|
|
|
|
The initial target for this work is Chrome, which is why there's an ES6
|
|
backend. Longer term, we plan to investigate supporting all browsers that
|
|
Dart supports.
|