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

deps: replace mkdirp.sync with fs.mkdirSync #234

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

takenspc
Copy link
Contributor

Node.js 10 LTS has recursive fs.mkdirSync so that we don't need mkdirp package.
https://nodejs.org/dist/latest-v10.x/docs/api/fs.html#fs_fs_mkdirsync_path_options

I tested on Windows 10 64bit 20H2 since mkdirp is used only on Windows.

Node.js 10 LTS has fs.mkdirSync so that we don't need mkdirp package
Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

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

Great, thanks!

@brendankenny brendankenny changed the title refactor: replace mkdirp.sync with fs.mkdirSync deps: replace mkdirp.sync with fs.mkdirSync Mar 29, 2021
@brendankenny brendankenny merged commit dec646c into GoogleChrome:master Mar 29, 2021
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