Dart documentation inside the compiled kernel / .dill file #59806
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
After version [email protected] the compiled .dill file contains dart documentation and its size is increased up to 8mb.
dart compile kernel hello.dart
Open the compiled hello.dill in text editor. All documentation text is appended to the file.
Dart 3.5.4 (stable) (Wed Oct 16 16:18:51 2024 +0000) on "macos_x64"
The text was updated successfully, but these errors were encountered: