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

refactor: drop globby and synckit #235

Merged
merged 2 commits into from Aug 8, 2023

Conversation

SukkaW
Copy link
Contributor

@SukkaW SukkaW commented Aug 8, 2023

The PR does 2 things:

  • Replace globby with fast-glob:
    • globby is powered by fast-glob under the hood. And eslint-import-resolver-typescript is not using the extra functionalities from globby.
    • This also helps reduce node_modules size by dropping another 2 dependencies introduced by globby.
  • Drop synckit:
    • While synckit is a fantastic library, fast-glob has built-in support for synchronous operations.

All test cases passed on my machine after the change:

image

@changeset-bot
Copy link

changeset-bot bot commented Aug 8, 2023

🦋 Changeset detected

Latest commit: 544ab4b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-import-resolver-typescript Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@JounQin JounQin merged commit b5ea367 into import-js:master Aug 8, 2023
4 of 6 checks passed
@JounQin
Copy link
Collaborator

JounQin commented Aug 8, 2023

Thanks for your contribution! I may release this change tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants