deno/ext
David Sherret c6d1b0a1cc
fix(byonm): resolve npm deps of jsr deps (#25399)
This allows using npm deps of jsr deps without having to add them to the
root package.json.

Works by taking the package requirement and scanning the
`node_modules/.deno` directory for the best matching package, so it
relies on deno's node_modules structure.

Additionally to make the transition from package.json to deno.json
easier, Deno now:

1. Installs npm deps in a deno.json at the same time as installing npm
deps from a package.json.
2. Uses the alias in the import map for `node_modules/<alias>` for
better package.json compatiblity.
2024-09-04 14:00:44 +00:00
..
broadcast_channel chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
cache refactor(ext): align error messages (#25310) 2024-09-04 09:23:19 +02:00
canvas refactor(ext): align error messages (#25310) 2024-09-04 09:23:19 +02:00
console refactor(ext/console): align error messages (#25301) 2024-09-02 16:28:17 +02:00
cron chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
crypto chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
fetch chore(ext/fetch): remove op_fetch_response_upgrade (#25421) 2024-09-04 18:10:28 +05:30
ffi refactor(ext): align error messages (#25310) 2024-09-04 09:23:19 +02:00
fs BREAKING(fs): remove Deno.ftruncate[Sync]() (#25412) 2024-09-04 08:53:43 +00:00
http chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
io BREAKING(io): remove Deno.copy() (#25345) 2024-09-03 10:46:13 +00:00
kv chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
napi chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
net chore(net): remove Deno.shutdown() (#25253) 2024-08-31 09:46:02 +10:00
node feat(cli): give access to process global everywhere (#25291) 2024-09-04 11:04:06 +02:00
node_resolver fix(byonm): resolve npm deps of jsr deps (#25399) 2024-09-04 14:00:44 +00:00
tls chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
url chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
web chore: update WPT (#25250) 2024-09-03 23:15:34 -07:00
webgpu chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
webidl chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
websocket chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00
webstorage chore: forward v1.46.2 release commit to main (#25296) 2024-08-29 22:13:28 +02:00