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

chore: drop cpy dependency in favor of native node:fs functionality #944

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mcmxcdev
Copy link

@mcmxcdev mcmxcdev commented Oct 16, 2024

Changes

  • uninstall cpy dependency
  • replace cpy import with cp from node:fs/promises in glob-assets.test.js

Motivation

Closes es-tooling/ecosystem-cleanup#124

- uninstall cpy dependency
- add cpy.js utility file to lib folder
- replace cpy import with custom cpy.js utility file functionality in glob-assets.test.js
@mcmxcdev mcmxcdev marked this pull request as ready for review October 16, 2024 19:21
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.

Migrate cpy to node:fs
1 participant