mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
90189dd997
Fixes #18802 This PR adds `util.toUSVString` to node:util: ```js import util from "node:util"; util.toUSVString("string\ud801"); // => "string\ufffd" ``` |
||
---|---|---|
.. | ||
test | ||
common.ts | ||
config.jsonc | ||
polyfill_globals.js | ||
runner.ts | ||
test.ts |