1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/cli/tests
David Sherret cc406c8360
feat(vendor): support for npm specifiers (#19186)
We never properly added support for this. This fixes vendoring when it
has npm or node specifiers. Vendoring occurs by adding a
`"nodeModulesDir": true` property to deno.json then it uses a local
node_modules directory. This can be opted out by setting
`"nodeModulesDir": false` or running with `--node-modules-dir=false`.

Closes #18090
Closes #17210
Closes #17619
Closes #16778
2023-05-19 22:39:27 +00:00
..
integration feat(vendor): support for npm specifiers (#19186) 2023-05-19 22:39:27 +00:00
node_compat fix(ext/node): fix whatwg url formatting (#19146) 2023-05-17 14:51:51 +09:00
testdata feat(vendor): support for npm specifiers (#19186) 2023-05-19 22:39:27 +00:00
unit feat(ext/http): ref/unref for server (#19197) 2023-05-19 15:14:40 -06:00
unit_node fix(npm): process not defined in readline (#19184) 2023-05-18 15:42:27 -04:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00