73159b6c1e
This change removes functionality that is not part of the core Dart Dev Compiler, in particular those features that were not designed for incremental/modular compilation. For a while, the primary way to use DDC will be as a compiler invoked by a build system, e.g. make or bazel or some node.js based-build system. We'd love to see the user functionality provided by these return. In particular, a well designed server+watcher system would be a huge boost to productivity! I'll see about moving over HTML reporting to Analyzer CLI. It has a lovely UI. Thanks to everyone who contributed these features. The following features were removed: * DDC transformer. Transformers require whole world, in memory files. * DDC server. The server has its own mini-build system. * Various kinds of reporting. These should be moved to Analyzer CLI. Note: batch compiler and the node runner are left for now. R=vsm@google.com Review URL: https://codereview.chromium.org/1788973002 .