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

Use fast glob #1650

Merged
merged 5 commits into from
Jul 2, 2018
Merged

Use fast glob #1650

merged 5 commits into from
Jul 2, 2018

Conversation

DeMoorJasper
Copy link
Member

Adds a performance boost to the usage of globs

Copy link
Member

@devongovett devongovett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get rid of the util and just require is-glob and fast-glob directly?


exports.isGlob = function(filename) {
return isGlob(filename, {
strict: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeMoorJasper
Copy link
Member Author

DeMoorJasper commented Jul 2, 2018

Removed the util and used the libs directly

@devongovett devongovett merged commit 06fb3c8 into master Jul 2, 2018
@devongovett devongovett deleted the feature/fast-glob branch July 2, 2018 17:16
2zH pushed a commit to 2zH/parcel that referenced this pull request Jul 11, 2018
devongovett pushed a commit that referenced this pull request Oct 15, 2018
devongovett pushed a commit that referenced this pull request Oct 15, 2018
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.

2 participants