0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00
denoland-deno/ext
Nayeem Rahman b6a3f8f722
refactor(core): remove ext: modules from the module map (#19040)
Rather than disallowing `ext:` resolution, clear the module map after
initializing extensions so extension modules are anonymized. This
operation is explicitly called in `deno_runtime`. Re-inject `node:`
specifiers into the module map after doing this.

Fixes #17717.
2023-05-28 12:44:41 -06:00
..
broadcast_channel 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
cache 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
console 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
crypto 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
fetch 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
ffi 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
fs 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
http fix(ext/http): fix a possible memleak in Brotli (#19250) 2023-05-28 12:30:55 -06:00
io 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
kv 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
napi fix(napi): clear currently registering module slot (#19249) 2023-05-26 10:10:17 +05:30
net 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
node refactor(core): remove ext: modules from the module map (#19040) 2023-05-28 12:44:41 -06:00
tls 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
url 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
web 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
webidl 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
websocket 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
webstorage 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00