-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We use a weird mix of multiple glob patterns and ignores which means we parse the available files in an inefficient way. Instead just use a single glob pattern which can do everything we need. Fixes ipfs/js-ipfs#2885 BREAKING CHANGE: the globSource call signature has changed and no longer supports the recursive or ignore options
- Loading branch information
1 parent
8279445
commit d626de1
Showing
5 changed files
with
159 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.