-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.
Description
There are several exposed methods on readline
that are not documented:
readline.getStringWidth()
readline.isFullWidthCodePoint()
readline.stripVTControlCharacters()
readline.emitKeypressEvents()
They should IMHO either be documented or made internal. Preferably the latter.
Most of these are already modules on npm anyways:
getStringWidth
→string-width
isFullWidthCodePoint
→is-fullwidth-code-point
stripVTControlCharacters
→strip-ansi
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.