summaryrefslogtreecommitdiff
path: root/cli/tools/vendor/specifiers.rs
AgeCommit message (Collapse)Author
2024-09-03BREAKING: remove `deno vendor` (#25343)Asher Gomez
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-05-19feat(vendor): support for npm specifiers (#19186)David Sherret
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-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-12-01fix(vendor): properly handle bare specifiers that start with http (#16885)David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ↵David Sherret
cache folder (#16857)
2022-08-10feat: add initial internal npm client and dependency resolver (#15446)David Sherret
2022-02-16feat: deno vendor (#13670)David Sherret