Files
sdk/pkg/compiler/lib/src
Sam Rawlins db166e423e Fix unused elements when setter used
Fixes #35677

Change-Id: I2daf8b4e2cc8e1a11ed0dde730d4126154b60910
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125620
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2019-11-19 17:44:19 +00:00
..
2018-11-29 04:28:02 +00:00
2019-07-10 14:08:33 +00:00
2019-06-13 10:09:46 +00:00
2019-06-13 10:09:46 +00:00
2019-07-10 14:08:33 +00:00

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