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

Port File System APIs in Deno namespace to @std/fs #6255

Open
4 of 49 tasks
kt3k opened this issue Dec 12, 2024 · 0 comments
Open
4 of 49 tasks

Port File System APIs in Deno namespace to @std/fs #6255

kt3k opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement New feature or request fs

Comments

@kt3k
Copy link
Member

kt3k commented Dec 12, 2024

We aim to make @std/fs cross-runtime (ref #4313). To achieve that we need to port FS APIs from Deno namespace (with Node.js compatibility)

Classes

  • FsFile

Functions

shim-deno package already implements Node.js compatible Deno APIs. We can borrow the code from there for the Node.js compatibility part https://github.com/denoland/node_shims/tree/main/packages/shim-deno

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fs
Projects
None yet
Development

No branches or pull requests

1 participant