readline: refactor readline module#12755
Closed
jasnell wants to merge 5 commits intonodejs:masterfrom
Closed
Conversation
Variety of code maintenance updates, cleanups
Member
Author
Contributor
|
IMHO in order not to conflict with @12711 change the variable |
Contributor
|
P.S. |
addaleax
requested changes
Apr 30, 2017
Member
addaleax
left a comment
There was a problem hiding this comment.
Mostly LGTM, got one tiny correction though ;)
lib/internal/readline.js
Outdated
Member
There was a problem hiding this comment.
The CSI would be \x1b[ (2 chars) or \x9b, this is just an escape character, so it would probably be a good idea to rename this to kEscape, or use \x1b[ here
Moves escape codes into internal/readline for easier management.
Member
Author
|
@addaleax ... updated! |
addaleax
approved these changes
May 1, 2017
Member
Member
|
Landed in a398516...d37f27a |
addaleax
pushed a commit
that referenced
this pull request
May 7, 2017
PR-URL: #12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax
pushed a commit
that referenced
this pull request
May 7, 2017
PR-URL: #12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax
pushed a commit
that referenced
this pull request
May 7, 2017
Variety of code maintenance updates, cleanups PR-URL: #12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax
pushed a commit
that referenced
this pull request
May 7, 2017
Moves escape codes into internal/readline for easier management. PR-URL: #12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax
pushed a commit
that referenced
this pull request
May 7, 2017
PR-URL: #12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
anchnk
pushed a commit
to anchnk/node
that referenced
this pull request
May 19, 2017
PR-URL: nodejs#12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
anchnk
pushed a commit
to anchnk/node
that referenced
this pull request
May 19, 2017
PR-URL: nodejs#12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
anchnk
pushed a commit
to anchnk/node
that referenced
this pull request
May 19, 2017
Variety of code maintenance updates, cleanups PR-URL: nodejs#12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
anchnk
pushed a commit
to anchnk/node
that referenced
this pull request
May 19, 2017
Moves escape codes into internal/readline for easier management. PR-URL: nodejs#12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
anchnk
pushed a commit
to anchnk/node
that referenced
this pull request
May 19, 2017
PR-URL: nodejs#12755 Reviewed-By: Anna Henningsen <anna@addaleax.net>
3 tasks
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor parts of the readline module
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
readline