1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/runtime/examples
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
..
hello_runtime.js fix(core): allow esm extensions not included in snapshot (#18980) 2023-05-04 02:44:59 +02:00
hello_runtime.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
hello_runtime_bootstrap.js fix(core): allow esm extensions not included in snapshot (#18980) 2023-05-04 02:44:59 +02:00