deno/cli/standalone
Bartek Iwańczuk c0b7454175
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-03 00:43:03 +02:00
..
binary.rs FUTURE: enable BYONM by default (#23194) 2024-04-03 00:43:03 +02:00
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