1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/cli/tests
David Sherret 75735fbf7f 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-11 17:26:30 -04:00
..
integration feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
node_compat feat(node): add Module.runMain() (#19080) 2023-05-11 17:26:29 -04:00
testdata feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
unit feat(ext/http): Automatic compression for Deno.serve (#19031) 2023-05-11 17:26:28 -04:00
unit_node BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00