1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/add
Bartek Iwańczuk c58a628e2f
feat(add): strip package subpath when adding a package (#25419)
These now works:
```
$ deno add @std/dotenv/load
$ deno add npm:preact/hooks
```
Previously we were erroring out, because this is a "package reference"
including
a subpath.

Closes https://github.com/denoland/deno/issues/25385

---------

Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
2024-09-04 12:55:30 +00:00
..
add_with_subpath feat(add): strip package subpath when adding a package (#25419) 2024-09-04 12:55:30 +00:00
dist_tag feat: deno remove (#24952) 2024-08-12 16:17:25 -04:00
error_import_map_field fix(add): error when config file contains importMap field (#25115) 2024-08-20 16:32:01 -04:00
missing_npm_specifier chore: remove DENO_FUTURE=1 from spec tests (#25329) 2024-08-31 21:25:32 +00:00
no_root_export fix(add): Handle packages without root exports (#25102) 2024-08-21 15:23:32 -07:00