1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/test_util
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
..
src feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
std@b23a76a47a chore: update deno_std submodule to 0.178.0 (#18003) 2023-03-03 19:11:10 +00:00
wpt@065cf84e9f chore: update wpt again (#18384) 2023-03-25 03:27:49 +00:00
Cargo.toml chore: remove tokio-tungstenite dependency (#18814) 2023-04-23 23:56:55 -04:00