doc: deprecation add more codemod#63175
Conversation
|
Review requested:
|
45611be to
8eba458
Compare
Signed-off-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
8eba458 to
a525412
Compare
| The `tls.createSecurePair()` API was deprecated in documentation in Node.js | ||
| 0.11.3. Users should use `tls.Socket` instead. | ||
|
|
||
| An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/tls-create-secure-pair-to-tls-socket)): |
There was a problem hiding this comment.
Create reference style links at the bottom of the page, and link them here?
There was a problem hiding this comment.
I don't thinks we need that. because it's use one time and it's not supposed to changed
There was a problem hiding this comment.
There's precedence for that:
Lines 554 to 559 in a9b98b2
|
The commit message doesn't follow our guideline, the first word after the subsystem ( |
oh my bad. I think there are change since my last pr because sing-off wasn't required and other thing. so something like "doc: update deprecation with more codemod" ? |
The imperative verb requirement was added in a4d396d :p
|
Description
Adding new codemod since last time to the deprecation page.