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

Remove array-union #211

Merged
merged 1 commit into from Jan 17, 2022
Merged

Conversation

fisker
Copy link
Collaborator

@fisker fisker commented Jan 17, 2022

After we merge #210, we should be able to remove this package.

@@ -146,46 +163,38 @@ export const globby = async (patterns, options = {}) => {
return Promise.all(globs.map(globToTask(task)));
}));

return arrayUnion(...tasks);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Tasks are all objects, arrayUnion not doing anything here.

@fisker fisker marked this pull request as ready for review January 17, 2022 12:01
@fisker fisker marked this pull request as draft January 17, 2022 12:05
@fisker
Copy link
Collaborator Author

fisker commented Jan 17, 2022

Random failure? I can't reprod on Windows + Node.js 14.18.3

@fisker
Copy link
Collaborator Author

fisker commented Jan 17, 2022

Can you rerun?

@fisker fisker marked this pull request as ready for review January 17, 2022 12:12
@sindresorhus sindresorhus merged commit de3b6fe into sindresorhus:main Jan 17, 2022
@fisker fisker deleted the remove-array-union branch January 17, 2022 17:33
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.

None yet

2 participants