mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
cc406c8360
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 |
||
---|---|---|
.. | ||
dynamic.ts | ||
dynamic_non_analyzable.ts | ||
dynamic_non_existent.ts | ||
dynamic_non_existent.ts.out | ||
logger.ts | ||
mod.ts | ||
npm_and_node_specifier.ts | ||
query_reexport.ts |