Wildcard Exports – Because Typing Every File Name is for Cavemen #60347
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
type-enhancement
A request for a change that isn't a bug
The Struggle is Real
Look, we love Dart, but manually exporting every single file in our project is like sorting our laundry by individual thread count. Painful. Time-consuming. Possibly a form of cruel and unusual punishment.
Wouldn't it be great if we could just do something like this?
Current Reality
Right now, we have to type out every single export like some sort of unpaid intern:
This isn't 1995. Computers should be doing the tedious work for us.
Why This is Important
Conclusion
Please, Dart team, spare our fingers. Let us unleash the power of wildcards and export like true modern developers.
Sincerely,
Every Dev Who’s Ever Had to Manually Export 100+ Files
The text was updated successfully, but these errors were encountered: