Make extension-generated modules nameable
Open
enhancement
- Dominant language
- Dart
- Stars
- 115
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
### Motivation
Extensions should not hide the capability to name the underlying module, when desired. For example, the `Logic.rotateLeft` extension doesn't have a `name` argument to name the underlying `Module`.
### Desired solution
Add `name` arguments to extension methods.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.