Uh oh!
There was an error while loading. Please reload this page.
[v14.x backport] doc: refactor fs docs structure - #39706
Conversation
targos
commented
Aug 8, 2021
- squash: make fs.md identical to master
- squash: restore lost changes entry in dgram.md
- doc: refactor fs docs structure
- squash: revert bad changes from d963269
- doc: change lang info string in fs JS snippets
targos
commented
Aug 8, 2021
The first 4 commits are supposed to be squashed together.
|
targos
commented
Aug 8, 2021
targos
commented
Aug 12, 2021
@nodejs/documentation @nodejs/fs |
e5744a3 to
fd0d821Comparetargos
commented
Aug 13, 2021
Anyone? Trying @nodejs/backporters |
targos
commented
Aug 21, 2021
Maybe @nodejs/lts ? |
targos
commented
Aug 29, 2021
/cc @nodejs/collaborators See the explanation in #39706 (comment) |
Trott
commented
Aug 29, 2021
Did you mean to link to the comment in #39706 (comment)? |
targos
commented
Aug 29, 2021
@Trott no |
b3f51ee to
327838dCompare
aduh95
left a comment
There was a problem hiding this comment.
I've only reviewed fs.md, found a few inconsistencies:
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
targos
commented
Sep 1, 2021
@aduh95 okay, thank you. do these changes only apply to v14.x or should they also land on master? |
* Convert examples to esm to help promote that pattern with users * Make Promises APIs more prominent to help promite that pattern * Separate callback/sync apis into distinct sections to make those more consistent with the Promises api * Improve other bits and pieces Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: nodejs#37170 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Refs: nodejs/remark-preset-lint-node#176 PR-URL: nodejs#37605 Refs: nodejs#37162 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
fd0d821 to
e912108Compareaduh95
commented
Sep 1, 2021
These are the changes that are already on master and should be in this PR IMHO (either because those were part of #37170, or because they happened in a PR that has already been backported to |
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Convert examples to esm to help promote that pattern with users * Make Promises APIs more prominent to help promite that pattern * Separate callback/sync apis into distinct sections to make those more consistent with the Promises api * Improve other bits and pieces Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #37170 Backport-PR-URL: #39706 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>