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.21k stars 1.57k forks source link

[Unquoted Imports] [meta] Unquoted Imports implementation #56614

Open kallentu opened 1 month ago

kallentu commented 1 month ago

Unquoted Imports

This issue tracks the implementation of the unquoted imports feature.

References

Work Items

dart-github-bot commented 1 month ago

Summary: This issue tracks the implementation of a new import shorthand syntax feature for Dart, aiming to simplify import statements. The feature is currently in progress, with references to the original issue, feature specification, project, and test tracking sheet provided.