Plumbing flags required for running tests with the DDC module system. (#2295)

* Updating the legacy loader to use the new DDC module loader API

* Adding tests and plumbing for the DDC module system.

* updating changelog

* Restructuring asset bundling and flags

* Restructuring asset bundling and flags

* Updating test sdk paths

* Moving the module format specifier to an enum and unioning static assets across module formats

* Fixing analysis errors

* Exposing utilities/ddc_names.dart

* removing extraneous export

* Fixing race condition without extraneous plumbing.

* Extending tests and restructuring logic into helpers

* Extending sdk config tests and moving autorun functionality into the test context.

* Fixing analysis errors

* adding missing DDC sound sdks to asset generator test

* Fixing ddc and amd paths

* Keeping the first instance of an app connection and extending timeouts

* formatting files

* Exposing utilities/ddc_names.dart

* Loosen `vm_service` constraints and prepare DWDS for release to 23.1.1 (#2329)

* Reset DWDS to version `23.2.0-wip` after release (#2334)

* Adding changelog

---------

Co-authored-by: Elliott Brooks <21270878+elliette@users.noreply.github.com>
26 files changed
tree: 9d11b6db40b22f7ced9fe34d6e8014b820d3a918
  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.