You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add note about stripVTControlCharacters behavior (#226)
* docs: add NodeJS version compatility to stripVTControlCharacters
* chore: remove volta pin
* docs: add more emphasis on ANSI part
---------
Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
> Due to [a bug](https://github.com/nodejs/node/issues/53697), in older Node versions this utility doesn't handle ANSI hyperlinks correctly. This behavior has been fixed as of NodeJS v22.10.
21
+
19
22
## Deno
20
23
21
24
Deno implements the Node `util` API, and also provides [`util.stripVTControlCharacters`](https://docs.deno.com/api/node/util/~/stripVTControlCharacters). The usage is identical:
0 commit comments