0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-14 01:26:14 -05:00
denoland-deno/cli/standalone
Bartek Iwańczuk 473212a8b3
FUTURE: enable BYONM by default (#23194)
When `DENO_FUTURE=1` env var is present, then BYONM
("bring your own node_modules") is enabled by default.
That means that is there's a `package.json` present, users
are expected to explicitly install dependencies from that file.

Towards https://github.com/denoland/deno/issues/23151
2024-04-11 10:31:49 +05:30
..
binary.rs FUTURE: enable BYONM by default (#23194) 2024-04-11 10:31:49 +05:30
file_system.rs fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745) 2024-01-05 18:28:33 +05:30
mod.rs refactor: cleanup main entrypoint (#23145) 2024-03-31 10:58:19 -04:00
virtual_fs.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00