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

Support latest Node FS API #373

Open
dr-vortex opened this issue Sep 20, 2023 · 1 comment
Open

Support latest Node FS API #373

dr-vortex opened this issue Sep 20, 2023 · 1 comment
Assignees
Milestone

Comments

@dr-vortex
Copy link
Collaborator

1d47844 Finally added a type assignment from the FS module of @types/node. BrowserFS is assignable to Node v10 and below. We must support up to Node v20.

Rather than changing the internals, it would be easy to implement some of these functions in the compatibility layer (e.g. with rmSync, we could easily write code that uses existing BFS internal code rather than implementing new internals for it).

@dr-vortex dr-vortex added this to the 2.0 milestone Sep 20, 2023
@dr-vortex dr-vortex self-assigned this Sep 20, 2023
@dr-vortex
Copy link
Collaborator Author

dr-vortex commented Oct 25, 2023

Use zen-fs/core#24

@dr-vortex dr-vortex closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2023
Repository owner locked and limited conversation to collaborators Oct 25, 2023
Repository owner unlocked this conversation May 17, 2024
@dr-vortex dr-vortex reopened this May 17, 2024
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

1 participant