Supporting new load Strategy and minimal bootstrapper for ddc_library_bundle format #2515
Labels
P1
A high priority bug; for example, a single project is unusable or has many test failures
package:dwds
triaged
In DWDS, we currently support two load strategies, one for each of the supported module formats: AMD (dwds/lib/src/loaders/frontend_server_require.dart) and DDC (dwds/lib/src/loaders/frontend_server_ddc.dart). We now have a new module format (tentatively called
DDC Library Bundle
), hence we want a new load strategy to support working with this new format.The text was updated successfully, but these errors were encountered: