Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting new load Strategy and minimal bootstrapper for ddc_library_bundle format #2515

Closed
Tracked by #2516
jyameo opened this issue Nov 4, 2024 · 2 comments
Closed
Tracked by #2516
Assignees
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures package:dwds triaged

Comments

@jyameo
Copy link
Contributor

jyameo commented Nov 4, 2024

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.

@bkonyi bkonyi added P1 A high priority bug; for example, a single project is unusable or has many test failures triaged labels Nov 6, 2024
@jyameo
Copy link
Contributor Author

jyameo commented Nov 21, 2024

#2523 (review)

@jyameo jyameo changed the title Supporting new load Strategy for DDC library bundle Supporting new load Strategy and minimal bootstrapper for ddc_library_bundle format Nov 22, 2024
@srujzs srujzs self-assigned this Nov 25, 2024
@srujzs
Copy link
Contributor

srujzs commented Nov 25, 2024

Going to mark this as closed for now. We can track the work to add more stuff to the strategy and support hot restart in the other bugs.

@srujzs srujzs closed this as completed Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures package:dwds triaged
Projects
None yet
Development

No branches or pull requests

3 participants