deno/ext
Marvin Hagemeister b338b541ac
fix(node/assert): throws not checking error instance (#24466)
The implementation for `assert.throws()` from `node:assert` didn't work
when the expected value was an `Error` constructor. In this case the
thrown error should checked if it's an instance of said constructor.

Fixes https://github.com/denoland/deno/issues/24464
2024-07-08 21:28:39 +02:00
..
broadcast_channel chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
cache chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
canvas chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
console chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
cron chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
crypto fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
fetch chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
ffi BREAKING(unstable/ffi): remove callback reentrant flag (#24367) 2024-07-01 09:36:33 +05:30
fs refactor: move FileCollector to deno_config (#24433) 2024-07-05 17:53:09 -04:00
http refactor(ext): remove use of brotli::ffi (#24214) 2024-06-20 20:44:24 +05:30
io chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
kv chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
napi fix: more node-api fixes (#24220) 2024-06-19 11:33:46 -07:00
net chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
node fix(node/assert): throws not checking error instance (#24466) 2024-07-08 21:28:39 +02:00
tls chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
url chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
web fix(ext/web): use primordials of ES2024 ArrayBuffer transfer (#24396) 2024-07-02 22:27:01 +02:00
webgpu chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
webidl chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
websocket chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388) 2024-07-02 02:09:47 +02:00
webstorage chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00