1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext
Matt Mastracci ad77ba0f7b
fix(core): panic at build time if extension code contains anything other than 7-bit ASCII (#18372)
This will improve diagnostics and catch any non-ASCII extension code
early.

This will use `debug_assert!` rather than `assert!` to avoid runtime
costs, and ensures (in debug_assert mode only) that all extension source
files are ASCII as we load them.
2023-03-23 16:00:46 -06:00
..
broadcast_channel chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
cache chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
console chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
crypto chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
fetch chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
ffi chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
flash chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
fs chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
http chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
io chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
kv chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
napi chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
net chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
node fix(core): panic at build time if extension code contains anything other than 7-bit ASCII (#18372) 2023-03-23 16:00:46 -06:00
tls chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
url chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
web chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
webidl chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
websocket chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
webstorage chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00