Files
sdk/pkg/dev_compiler
Leaf Petersen 033ab827dc Factor out reporting from rules
This changes the RestrictedTypeRules to eliminate a direct dependency on CheckerReporter.  Instead of logging a missing type error with the reporter directly, it now calls an optional callback.  The Checker registers an appropriate callback for its errors.  Currently the code generators don't log these errors.  This eliminates the dependency of the code generators on the checker reporter.

BUG=
R=jmesserly@google.com

Review URL: https://codereview.chromium.org/1067553004
2015-04-07 09:58:14 -07:00
..
2015-04-07 09:58:14 -07:00
2015-04-07 05:57:20 -07:00
2015-03-30 12:52:03 -07:00
2015-02-24 16:57:57 -08:00
2015-04-03 19:44:24 -04:00
2015-03-27 11:33:26 -04:00

dev_compiler

Build Status Coverage Status

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.