1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Nathan Whitaker d284d1c6a8
fix(ext/node): convert errors from fs.readFile/fs.readFileSync to node format (#26632)
Fixes the original issue reported in #26404. storybook runs into other
errors after this PR (the new errors will be fixed in other PRs).

Some code used by a dependency of storybook does a [string comparison on
the error
message](ce30b2be34/node-src/lib/getConfiguration.ts (L88-L92))
thrown here to check for a file not found error.
2024-11-06 00:36:23 +01:00
..
broadcast_channel 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
cache 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
canvas 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
console 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
cron 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
crypto 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
fetch 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
ffi 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
fs 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
http 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
io 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
kv 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
napi 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
net 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
node fix(ext/node): convert errors from fs.readFile/fs.readFileSync to node format (#26632) 2024-11-06 00:36:23 +01:00
tls 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
url 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
web 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
webgpu 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
webidl 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
websocket 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
webstorage 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00