Files
sdk/pkg/dev_compiler/README.md
T
Kevin Moore 6796ce6884 Adding Travis CI and Coveralls support
only use compact config if we're not doing code coverage

R=sigmund@google.com

Review URL: https://codereview.chromium.org/1014573003
2015-03-17 08:19:56 -07:00

687 B

dev_compiler

Build Status Coverage Status

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.