Skip to content

repl: do not consider ... as a REPL command#14467

Closed
shivanth wants to merge 5 commits intonodejs:masterfrom
shivanth:repl_fix
Closed

repl: do not consider ... as a REPL command#14467
shivanth wants to merge 5 commits intonodejs:masterfrom
shivanth:repl_fix

Conversation

@shivanth
Copy link
Contributor

@shivanth shivanth commented Jul 25, 2017

This fix makes ... in REPL to be considered as a javascript construct
rather than a REPL keyword

Fixes: #14426

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

repl

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

repl Issues and PRs related to the REPL subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

repl: '...' should not be detected as REPL keyword