dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.18k stars 1.57k forks source link

Implement augmentations feature #56150

Open itsjustkevin opened 3 months ago

itsjustkevin commented 3 months ago

This is an umbrella issue covering augmentations.

Generated issue links:

dart-github-bot commented 3 months ago

Summary: This issue is a placeholder for a larger effort to implement augmentations, a new feature that allows extending existing classes without modifying their source code. It is broken down into several sub-issues, each addressing a specific aspect of the feature.