-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Undocumented readline methods #3836
Copy link
Copy link
Closed
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.
Description
Activity
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.
There are several exposed methods on
readlinethat 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-widthisFullWidthCodePoint→is-fullwidth-code-pointstripVTControlCharacters→strip-ansi