1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00
denoland-deno/ext
Luca Casonato 52c8428674
fix(ext/node): lossy UTF-8 read node_modules files (#24140)
Previously various reads of files in `node_modules` would error on
invalid UTF-8. These were cases involving:

- reading package.json from Rust
- reading package.json from JS
- reading CommonJS files from JS
- reading CommonJS files from Rust (for ESM translation)
- reading ESM files from Rust
2024-06-12 17:14:59 -07:00
..
broadcast_channel 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
cache 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
canvas 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
console 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
cron 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
crypto 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
fetch refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
ffi refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
fs fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-12 17:14:59 -07:00
http 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
io 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
kv refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
napi refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
net refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
node fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-12 17:14:59 -07:00
tls 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
url 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
web refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
webgpu 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
webidl 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00
websocket refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
webstorage 1.44.1 (#24112) 2024-06-05 16:05:19 -07:00