Files
sdk/pkg/dev_compiler
John Messerly 3ce5a11d77 compute interfaces lazily
otherwise we'd have to make a lot more classes lazy

R=jacobr@google.com

Review URL: https://codereview.chromium.org/1047203002
2015-03-31 09:14:37 -07:00
..
2015-03-31 09:14:37 -07:00
2015-03-31 09:14:37 -07:00
2015-03-30 12:52:03 -07:00
2015-03-30 12:52:03 -07:00
2015-02-24 16:57:57 -08:00
2015-03-27 11:33:26 -04:00

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.