1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/remove/basic
Nathan Whitaker 51f5f5789b
feat(add): Add npm packages to package.json if present (#25477)
Closes https://github.com/denoland/deno/issues/25321

Ended up being a larger refactoring, since we're now juggling
(potentially) two config files in the same `add`, instead of choosing
one. I don't love the shape of the code, but I think it's good enough

Some smaller side improvements:
- `deno remove` supports `jsonc`
- `deno install --dev` will be a really simple change
- if `deno remove` removes the last import/dependency in the
`imports`/`dependencies`/`devDependencies` field, it removes the field
instead of leaving an empty object
2024-09-06 17:18:13 +00:00
..
__test__.jsonc feat(add): Add npm packages to package.json if present (#25477) 2024-09-06 17:18:13 +00:00
add.out fix(add): Handle packages without root exports (#25102) 2024-08-21 15:23:32 -07:00
add_lock.out feat: improve lockfile v4 to store normalized version constraints and be more terse (#25247) 2024-08-28 14:17:47 -04:00
remove_lock.out feat: lockfile v4 by default (#25165) 2024-08-26 23:01:50 +00:00
rm.out feat: deno remove (#24952) 2024-08-12 16:17:25 -04:00