Files
sdk/pkg/dev_compiler
Vijay Menon 74476b5e4c Log the runtime type of messages
This makes is a little easier to investigate errors.

R=sigmund@google.com

Review URL: https://codereview.chromium.org/993513005
2015-03-09 11:46:27 -07:00
..
2015-03-09 11:46:27 -07:00
2015-03-09 11:46:27 -07:00
2015-02-24 16:57:57 -08:00
2015-02-25 07:38:52 -08:00

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.