1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/ext
Kenta Moriuchi 90189dd997
fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054)
Fixes #18802 

This PR adds `util.toUSVString` to node:util:

```js
import util from "node:util";
util.toUSVString("string\ud801"); // => "string\ufffd"
```
2023-11-06 22:18:28 +01:00
..
broadcast_channel 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
cache 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
console 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
cron 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
crypto fix 2023-11-05 06:40:35 -08:00
fetch fix(ext/fetch): re-align return type in op_fetch docstring (#21098) 2023-11-06 14:15:02 +01:00
ffi chore(ext/ffi): use dlopen2 crate (#21093) 2023-11-05 09:29:26 +00:00
fs 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
http 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
io 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
kv feat(ext/kv): increase checks limit (#21055) 2023-11-02 11:57:11 -07:00
napi 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
net 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
node fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054) 2023-11-06 22:18:28 +01:00
tls chore: bump deno_native_certs to 0.2 (#21092) 2023-11-05 08:14:58 +00:00
url 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
web 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
webidl fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054) 2023-11-06 22:18:28 +01:00
websocket 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
webstorage 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00