Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to sort export from barrel files #44

Open
rodrigobastosv opened this issue Feb 10, 2021 · 2 comments
Open

Add possibility to sort export from barrel files #44

rodrigobastosv opened this issue Feb 10, 2021 · 2 comments

Comments

@rodrigobastosv
Copy link

Describe the solution you'd like
It would be great if we could have the possibility to sort the export from our barrel files

Additional context
Let's supose we have a barrel file like this:

export 'a.dart';
export 'c.dart';
export 'd.dart';
export 'b.dart';
export 'e.dart';

It would be great if the tool also sorts these kind of files. The expected result would be something like this:

export 'a.dart';
export 'b.dart';
export 'c.dart';
export 'd.dart';
export 'e.dart';
@github-actions
Copy link

👋 Hello! Thanks for submitting a issue! @Matt-Gleich will try to respond as soon as possible.

@gleich
Copy link
Member

gleich commented Dec 7, 2021

See #63

@gleich gleich closed this as completed Dec 7, 2021
@gleich gleich reopened this Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants