We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Except for fs.existsSync which isn't deprecated, but including glob.
fs.existsSync
glob
EDIT: We might need to switch to globby too.
globby
Also, we should probably keep a fusv.sync method.
fusv.sync
EDIT2: we can keep glob and use util.promisify probably.
util.promisify
The text was updated successfully, but these errors were encountered:
Sorry to ask but what's the reason to switch to async functions ?
Sorry, something went wrong.
https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
Maybe pify can help us ? https://github.com/sindresorhus/pify
Successfully merging a pull request may close this issue.
Except for
fs.existsSync
which isn't deprecated, but includingglob
.EDIT:
We might need to switch to
globby
too.Also, we should probably keep a
fusv.sync
method.EDIT2: we can keep glob and use
util.promisify
probably.The text was updated successfully, but these errors were encountered: