1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-17 21:03:01 -05:00
denoland-deno/ext
Nathan Whitaker 44d76975d5
fix(node): update list of builtin node modules, add missing export to _http_common (#27294)
Fixes https://github.com/denoland/deno/issues/27289

We exported these but forgot to add them to the list of builtins used by
the resolver, so we weren't resolving bare imports of some modules (e.g.
`"_http_common"`)

Also adds a missing export of `HTTPParser` from `_http_common`
2024-12-09 13:01:09 -08:00
..
broadcast_channel chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
cache chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
canvas chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
console chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
cron chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
crypto chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
fetch fix: do not panic when fetching invalid file url on Windows (#27259) 2024-12-06 17:39:31 +00:00
ffi chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
fs chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
http chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
io chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
kv chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
napi chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
net chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
node fix(node): update list of builtin node modules, add missing export to _http_common (#27294) 2024-12-09 13:01:09 -08:00
telemetry chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
tls chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
url chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
web chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
webgpu chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
webidl chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
websocket chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
webstorage chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00