deno/ext
Marvin Hagemeister 5a84806e9e
fix: don't invoke Proxy getter trap on console.log (#30230)
Proxy traps should never be invoked on `console.log()`. This PR aligns
Deno's behaviour with other runtimes like Chrome, Firefox and Node. This
fixes the linked issue where it wasn't possible to call `console.log()`
on vite's module graph without an error being thrown.

Fixes https://github.com/denoland/deno/issues/30229
2025-07-29 13:45:12 +02:00
..
broadcast_channel 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
cache 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
canvas 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
console fix: don't invoke Proxy getter trap on console.log (#30230) 2025-07-29 13:45:12 +02:00
cron 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
crypto 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
fetch 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
ffi refactor: use Cow<Path> more in permissions (#30227) 2025-07-29 07:11:57 -04:00
fs refactor: remove some allocations in op_require_x ops (#30212) 2025-07-28 15:44:21 +00:00
http 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
io 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
kv refactor: update to deno_path_util 0.5.2 (#30211) 2025-07-27 08:44:29 -04:00
napi refactor: use Cow<Path> more in permissions (#30227) 2025-07-29 07:11:57 -04:00
net refactor: use Cow<Path> more in permissions (#30227) 2025-07-29 07:11:57 -04:00
node refactor: remove usages of to_string_lossy().to_string() (#30224) 2025-07-28 20:25:58 +00:00
os refactor: remove usages of to_string_lossy().to_string() (#30224) 2025-07-28 20:25:58 +00:00
process refactor: remove usages of to_string_lossy().to_string() (#30224) 2025-07-28 20:25:58 +00:00
rt_helper 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
signals 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
telemetry fix: tunnels in processes that don't listen (#30178) 2025-07-24 18:09:27 +02:00
tls refactor: use Cow<Path> more in permissions (#30227) 2025-07-29 07:11:57 -04:00
url 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
web 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
webgpu 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
webidl 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
websocket 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
webstorage 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00