mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05: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 |