-
Notifications
You must be signed in to change notification settings - Fork 637
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
Labels
Comments
jbronder
added a commit
to jbronder/deno_std
that referenced
this issue
Jan 8, 2025
jbronder
added a commit
to jbronder/deno_std
that referenced
this issue
Jan 8, 2025
jbronder
added a commit
to jbronder/deno_std
that referenced
this issue
Jan 8, 2025
This was referenced Jan 8, 2025
This was referenced Jan 20, 2025
This was referenced Jan 28, 2025
Are |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Functions
fs.lstat
#6276fs.stat
#6258shim-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-denoThe text was updated successfully, but these errors were encountered: