-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(v6.x backport) doc types fixes #13054
Conversation
Once this has landed #9532 should be attempted to be backported. |
This doesn't apply cleanly, I think because it was raised against @silverwind I've updated the base branch in this PR, could you rebase against |
Meh, I was specifically asked to target |
d266701
to
356d59f
Compare
How's it now? |
1c6abfb
to
a207db0
Compare
(Fixed a few oversights) |
a207db0
to
9b0fb17
Compare
FWIW the backporting guide should be clear about which branch to backport to, LMK if anything in that is unclear. |
PR-URL: nodejs#11658 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
- fix a number of uppercase types - lowercase 'integer' - consistent formatting in crypto PR-URL: nodejs#11697 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
11918c4
to
6014aa7
Compare
Done. I noticed docs for |
PR-URL: nodejs#11167 Backport-PR-URL: nodejs#13054 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: nodejs#11167 Backport-PR-URL: nodejs#13054 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: nodejs#11658 Backport-PR-URL: nodejs#13054 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
- fix a number of uppercase types - lowercase 'integer' - consistent formatting in crypto PR-URL: nodejs#11697 Backport-PR-URL: nodejs#13054 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
@silverwind, @gibfahn There are some |
Must've missed those. They are in |
@silverwind It seems only in |
The backport in nodejs#13054 contained a leftover section from the WHATWG url.format, in addition to the existing url.format. This removes this section.
Filed #14351 |
The backport in #13054 contained a leftover section from the WHATWG url.format, in addition to the existing url.format. This removes this section.
This is a backport for these commits:
ff13619
9be03a2
172be50
5f32024
cc: @MylesBorins