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

Ensure side-effect import sorting maintains order for Node v10 #36

Closed
wants to merge 1 commit into from

Conversation

izhan
Copy link

@izhan izhan commented Jan 21, 2020

Fixes #34 with the suggestion you mentioned in #34 (comment)

I tested this with the following versions:

  • v10.16.3 (previously failed, now succeeds)
  • v11.15.0
  • v12.13.1

Anything else I should be adding to this PR? Thanks again!

@izhan izhan requested a review from lydell January 21, 2020 00:53
@lydell
Copy link
Owner

lydell commented Jan 21, 2020

Awesome, thanks!

Could you add a test and Node.js 10 to .travis.yml?

@lydell lydell closed this in 7343fc7 Jan 24, 2020
@lydell
Copy link
Owner

lydell commented Jan 24, 2020

Thanks for the pull request! I ended up adding the test myself. I’ll release a new version soon.

@izhan
Copy link
Author

izhan commented Jan 25, 2020

Apologies @lydell, been busy at work!

Thanks for all your hard work w/ this project :)

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

Successfully merging this pull request may close these issues.

Some side-effect imports are not autofixable
2 participants