cb7143a32f
Notes: - We probably should have a general type object class for all types. Just handling function types for now. - Not yet encoding the type on functions during codegen ... falling back on arity effectively. - typedefs are lazy to avoid ordering issues. Could perhaps reuse existing logic instead. R=jmesserly@google.com Review URL: https://codereview.chromium.org/1076883003
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.