0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/ext
Nathan Whitaker d6c98c0e4b
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-11 03:37:32 +01:00
..
broadcast_channel 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
cache 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
canvas 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
console 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
cron 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
crypto 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
fetch fix: do not panic when fetching invalid file url on Windows (#27259) 2024-12-11 03:37:32 +01:00
ffi 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
fs 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
http 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
io 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
kv 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
napi 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
net 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
node fix(node): update list of builtin node modules, add missing export to _http_common (#27294) 2024-12-11 03:37:32 +01:00
telemetry 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
tls 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
url 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
web 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
webgpu 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
webidl 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
websocket 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
webstorage 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00