Restructure LoadStrategy to provide build arguments (#2270)

* Make load strategy provide the build settings

* Rename TestLoadStrategySettings to TestBuildSettings

* Only allow configurable build settings to in context setup

* Guess the entrypoint in webdev

* Cleanup

* Update changelog

* Cleanup

* Add tests

* Add TestBuildSettings for construction

* Cleanup

* Remove unused parameter

* Use build settings for expression compiler

* Build

* Pass compiler options to resident compiler and expression compiler in tests

* Add TestCompilerOptions

* Addressed CR comments
55 files changed
tree: f8f3e6696f3b36a6a7d77bad360bcec0252d7e40
  1. .github/
  2. dwds/
  3. example/
  4. fixtures/
  5. frontend_server_client/
  6. frontend_server_common/
  7. test_common/
  8. tool/
  9. webdev/
  10. .gitattributes
  11. .gitignore
  12. analysis_options.yaml
  13. AUTHORS
  14. CONTRIBUTING.md
  15. mono_repo.yaml
  16. README.md
README.md

Dart

Packages

PackageDescriptionVersion
dwdsA service that proxies between the Chrome debug protocol and the Dart VM service protocol.pub package
frontend_server_clientClient code to start and interact with the frontend_server compiler from the Dart SDK.pub package
webdevA CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart.pub package

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.