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 all fs.exists/fs.existsSync calls #142

Open
UltCombo opened this issue Apr 17, 2015 · 2 comments
Open

Remove all fs.exists/fs.existsSync calls #142

UltCombo opened this issue Apr 17, 2015 · 2 comments

Comments

@UltCombo
Copy link
Member

Those methods are deprecated.

We can either rewrite the logic to don't need those checks or replace them with fs.access. The latter will require a polyfill if we want to keep compatibility with Node.js 0.10.

@UltCombo
Copy link
Member Author

Making progress: f3a989c
We can replace fs.exists+fs.mkdir with mkdirp.

@jaydson
Copy link
Contributor

jaydson commented Apr 28, 2015

Good stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants