deno/cli/tools
David Sherret 28aa489de9
feat(compile): unstable npm and node specifier support (#19005)
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
2023-05-10 20:06:59 -04:00
..
coverage refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
init refactor(init): remove CURRENT_STD_URL (#18375) 2023-03-23 03:11:18 +00:00
repl refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
vendor feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
bench.rs fix(test): disable preventDefault() for beforeunload event (#18911) 2023-05-03 23:10:51 +02:00
bundle.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
check.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
compile.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
doc.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
fmt.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
info.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
installer.rs perf: lazily create RootCertStore (#18938) 2023-05-01 16:42:05 -04:00
lint.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-01 14:35:23 -04:00
mod.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
run.rs perf: lazily create RootCertStore (#18938) 2023-05-01 16:42:05 -04:00
task.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
test.rs fix(test): disable preventDefault() for beforeunload event (#18911) 2023-05-03 23:10:51 +02:00
upgrade.rs perf: lazily create RootCertStore (#18938) 2023-05-01 16:42:05 -04:00