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: Use fs promises for filesystem APIs #789

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

Mike-Dax
Copy link
Contributor

This PR refactors the FileSystem class to use fs/promises (available since Node 10) for all filesystem operations, instead of synchronously building folders with mkdirp, and re-building a promise to write the file.

@Quramy Quramy merged commit fe823f1 into reg-viz:master Jul 24, 2023
8 checks passed
@Mike-Dax Mike-Dax deleted the fs-promises branch July 25, 2023 00:29
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.

None yet

2 participants