5306aa2384
This was added to our version, while still figuring out js_ast. As it is now, Printer handles property names quite well on its own, so the extra AST node doesn't add anything. R=vsm@google.com Review URL: https://codereview.chromium.org/1030243002
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.