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): replace rimraf, mkdirp, util.promisify with fs-extra funcs #501

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

agilgur5
Copy link
Collaborator

@agilgur5 agilgur5 commented Feb 7, 2020

  • they're a lot cleaner and this is one of the explicit goals of
    fs-extra per its "Why?" section of its README
    • it's also already used internally in most places, so this nixes
      the remaining places

(deps): remove rimraf, mkdirp, and their @types/ packages

Built on top of #500 , please merge that first
#500 actually took care of most of these use-cases, so this just finishes nixing the rest.

@jaredpalmer
Copy link
Owner

Resolve conflicts and merge

- they're a lot cleaner and this is one of the explicit goals of
  fs-extra per its "Why?" section of its README
  - it's also already used internally in most places, so this nixes
    the remaining places

(deps): remove rimraf, mkdirp, and their @types/ packages
@agilgur5
Copy link
Collaborator Author

Done (just cherry-picked to master).

Look at all those beautiful green passing CI marks finally 😄

@jaredpalmer jaredpalmer merged commit 3a6d42f into jaredpalmer:master Feb 26, 2020
@jaredpalmer
Copy link
Owner

sweeet

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