a763c71d92
It is not visible from the dart2js command line. BUG= R=brianwilkerson@google.com, johnniwinther@google.com Committed: https://github.com/dart-lang/sdk/commit/0aef0efb6a38a65fa676fa9e8daa85a972521745 Reverted: https://codereview.chromium.org/1401513002 Review URL: https://codereview.chromium.org/1395863002 .
Dart2JS is the Dart-to-JavaScript compiler for Dart. This compiler will provide high-quality translation from Dart to JavaScript. Some areas that will explored in this project are: * high-performance extensible scanner and parser * concrete type inferencing * fancy language tool support * programming environment integration * SSA-based intermediate representation * adaptive compilation on the client