mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
This commit refactors how we access "core", "internals" and "primordials" objects coming from `deno_core`, in our internal JavaScript code. Instead of capturing them from "globalThis.__bootstrap" namespace, we import them from recently added "ext:core/mod.js" file. |
||
|---|---|---|
| .. | ||
| 30_fs.js | ||
| Cargo.toml | ||
| clippy.toml | ||
| interface.rs | ||
| lib.rs | ||
| ops.rs | ||
| README.md | ||
| std_fs.rs | ||
| sync.rs | ||
deno_fs
This crate provides ops for interacting with the file system.