package_encoder library

Package-level Dart-to-ball encoder.

Encodes a full Dart package (a directory containing pubspec.yaml) into a single ball Program where each .dart source file becomes its own ball Module.

See PackageEncoder for the primary entry point.

Classes

PackageEncoder
Encodes a full Dart package directory into a single ball Program.