1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tests/node_compat/test
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
..
common feat(ext/web): EventSource (#14730) 2023-10-31 18:16:27 +01:00
fixtures chore(node_compat): fix path strings generated by setup.ts (#19347) 2023-06-02 15:05:32 +09:00
internet chore: disable another flaky Node compat test (#20872) 2023-10-10 18:17:11 +00:00
parallel fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054) 2023-11-06 22:18:28 +01:00
pseudo-tty chore(node_compat): fix path strings generated by setup.ts (#19347) 2023-06-02 15:05:32 +09:00
pummel chore(tools): restore node compat test setup script (#18290) 2023-03-21 22:38:07 +09:00
sequential test(ext/node): more node compat tests (#17827) 2023-02-20 16:35:04 +01:00