doc: mention more codemods in `deprecations.md` · nodejs/node@6181e9d · GitHub
Skip to content

Commit 6181e9d

Browse files
AugustinMauroyaduh95
authored andcommitted
doc: mention more codemods in deprecations.md
PR-URL: #60243 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
1 parent 534f249 commit 6181e9d

3 files changed

Lines changed: 141 additions & 3 deletions

File tree

doc/api/deprecations.md

Lines changed: 123 additions & 3 deletions

doc/api/globals.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,12 @@ added: v16.0.0
274274
275275
Global alias for [`buffer.atob()`][].
276276

277+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/util-is)):
278+
279+
```bash
280+
npx codemod@latest @nodejs/buffer-atob-btoa
281+
```
282+
277283
## Class: `BroadcastChannel`
278284

279285
<!-- YAML

doc/api/url.md

Lines changed: 12 additions & 0 deletions

0 commit comments

Comments
 (0)