Skip to content

repl: deprecate REPLServer.prototype.turnOffEditorMode

This commit exposes REPLServer.prototype.turnOnEditorMode() which handles the necessary internal changes to enter editor mode deprecates REPLServer.prototype.turnOffEditorMode() in the REPL, instead of having them scattered about and consolidates some duplicated code for turning on editor mode as a non-public function.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

repl, doc

Merge request reports

Loading