Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-05 | fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/20803 Fixes https://github.com/denoland/deno/issues/21723 Performance: copying a 48GiB rust `target` folder (recursive) | Platform | `deno` | `node v21.5` | Improvement | | -------- | ------- | ------- | ------- | | macOS (APFS) | 3.1secs | 127.99 secs | **42x** | | Windows | 18.3secs | 67.2secs | **3.8x** | Copying files with varying sizes:  | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-05-10 | feat(compile): unstable npm and node specifier support (#19005) | David Sherret | |
This is the initial support for npm and node specifiers in `deno compile`. The npm packages are included in the binary and read from it via a virtual file system. This also supports the `--node-modules-dir` flag, dependencies specified in a package.json, and npm binary commands (ex. `deno compile --unstable npm:cowsay`) Closes #16632 |