e676e88f81
Include it in the SDK so users can use it. Create a dummy implementation and patch file for the library for dart2js so it can be documented. Johnni, can you think of a nicer way of making documentation generation work for a VM only library? Also, it seems that patching kills the documentation comments and they do not show up in the generated docs. R=iposva@google.com,johnniwinther@google.com BUG= Review URL: https://codereview.chromium.org//10919267 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12616 260f80e4-7a28-3924-810f-c04153c831b5
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