1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/tests/testdata/vendor
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
..
dynamic.ts feat: deno vendor (#13670) 2022-02-16 13:14:19 -05:00
dynamic_non_analyzable.ts feat: deno vendor (#13670) 2022-02-16 13:14:19 -05:00
dynamic_non_existent.ts refactor: make resolver required (#17783) 2023-02-15 11:30:54 -05:00
dynamic_non_existent.ts.out refactor: make resolver required (#17783) 2023-02-15 11:30:54 -05:00
logger.ts feat: deno vendor (#13670) 2022-02-16 13:14:19 -05:00
mod.ts feat(vendor): support using an existing import map (#14836) 2022-06-14 10:05:37 -04:00
npm_and_node_specifier.ts feat(vendor): support for npm specifiers (#19186) 2023-05-19 22:39:27 +00:00
query_reexport.ts feat: deno vendor (#13670) 2022-02-16 13:14:19 -05:00