Skip to content

repl: Support for eager evaluation

Address the issue https://github.com/nodejs/node/issues/20977

Well, I would say its "initial" checkins. May be work will be required for handling cursors, additional edge cases (may be 🤔 ) etc, but I guess this should be a good starting point.

Added code for handling cursors and also for line refresh, when necessary.

Thanks for your time on this.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading