You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.0.0
Add module-format flag for testing new DDC Library Bundle module format prior to release.
Fix webdev failing to compile in aot mode due to missing DDS arguments.
Bump dds to ^5.3.0.
Bump dwds to ^27.0.3.
Fix issue where hot restarts/reloads without local file changes would sometimes cause DDC to hang.
Add 'web-hot-reload' experimental feature flag.
Use the DDC Library Bundle module format by default.
If your use case depends on internal details of the old (AMD) module format, you can restore it by passing--module-format amd. The old module format will be removed in a future release, so please let us know.
Remove the requirement for the --canary flag when selecting the --module-format=ddc option.
Remove deprecated --null-safety flag. All Dart 3 compiles use sound null
safety.