-
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
docs: fix cli.md and delint #14707
docs: fix cli.md and delint #14707
Conversation
/cc @nodejs/documentation |
@@ -3313,6 +3313,8 @@ support it: | |||
* If the function is not available, provide an alternate implementation | |||
that does not use the function. | |||
|
|||
<!-- it's very convenient to have all the anchors indexed --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment? I felt like it wasn't obvious why the added disable no-unused-definitions
, I can rephrase, also happy to take suggestions.
doc/api/intl.md
Outdated
| [WHATWG URL Parser][] | partial (no IDN support) | full | full | full | | ||
| [`require('buffer').transcode()`][] | none (function does not exist) | full | full | full | | ||
| [REPL][] | partial (inaccurate line editing) | full | full | full | | ||
| [`require('util').TextDecoder`][] | partial (basic encodings support) | partial/full (depends on OS) | partial (Unicode-only) | full | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ref #14711
PR-URL: nodejs#14707 Refs: nodejs#12756 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: nodejs#14707 Refs: nodejs#12756 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: nodejs#14707 Refs: nodejs#12756 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
used remark-lint from #12756
Refs: #12756
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
doc