dgram: deprecate all previous private APIs#22011
Conversation
doc/api/deprecations.md
Outdated
There was a problem hiding this comment.
Nit: `dgram` API -> `dgram` module?
There was a problem hiding this comment.
Nit: remove "a number of" or even "a number of underscored"?
There was a problem hiding this comment.
May be the below one :
The
dgrammodule previously contained several APIs that were never meant to be accessed outside node core. These APIs include :
?
There was a problem hiding this comment.
The
dgrammodule previously contained several APIs that were never meant to be accessed outside node core. These APIs include :
@antsmartian That seems better to me, but a few nits:
-
node core->Node.js core(The project is always referred to asNode.js. The executable isnode.) -
Maybe get rid of "These APIs include" because that suggests it's an incomplete list. Just put a colon after
Node.js coreand list the functions there?
benjamingr
left a comment
There was a problem hiding this comment.
+1 on this change - given CITGM and the usual.
PR-URL: nodejs#22011 Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes