[v6.x backport] repl: refactor `LineParser` implementation by lance · Pull Request #15773 · nodejs/node

@lance

Move the core logic from `LineParser` should fail handling into the
recoverable error check for the REPL default eval.

PR-URL: #6171
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

@nodejs-github-bot added repl

Issues and PRs related to the REPL subsystem.

v6.x labels

Oct 4, 2017

MylesBorins pushed a commit that referenced this pull request

Nov 14, 2017
Move the core logic from `LineParser` should fail handling into the
recoverable error check for the REPL default eval.

Fixes: #15704
Backport-PR-URL: #15773
PR-URL: #6171
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>