dart-lang / sdk

The Dart SDK, including the VM, dart2js, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
9.99k stars 1.54k forks source link

Implement the enhanced-parts feature #56189

Open eernstg opened 2 weeks ago

eernstg commented 2 weeks ago

This issue is used to track the implementation of the 'enhanced-parts' feature.

Feature specification: https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/parts_with_imports.md.

Experiment flag: enhanced-parts.

Subtasks:

dart-github-bot commented 2 weeks ago

Summary: This issue is a placeholder for a larger feature implementation, "enhanced-parts," which is broken down into multiple sub-issues. The sub-issues cover various aspects of the feature, including its design, implementation, and testing.