7f268aba04
This is the first step to removing all of the the sdks precompiled to JS modules from the sdk download. Enables build_runner to produce a JS file on demand from a .dill file bundled in the sdk download. At this time, only the SDK can be compiled from a .dill file. Update build targets to run bin/dartdevc.dart instead of tool/compile_dartdevc_sdk.dart. Will delete tool/compile_dartdevc_sdk.dart after we cleanup all of the uses outside of the SDK. Change-Id: Id6002675419e8e502912cb3f5b626a0d13461df5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151025 Commit-Queue: Nicholas Shahan <nshahan@google.com> Reviewed-by: Nate Bosch <nbosch@google.com>