node icon indicating copy to clipboard operation
node copied to clipboard

Readline multiline completer

Open Han5991 opened this issue 1 month ago • 1 comments

Fixes: #60952

Reset prevRows for multiline prompts during tab completion so the refresh doesn’t wipe the completion list, and add a regression test that simulates a multiline prompt to verify completions remain visible

Han5991 avatar Dec 07 '25 03:12 Han5991

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 88.52%. Comparing base (81e05e1) to head (e81bf43). :warning: Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #60981      +/-   ##
==========================================
- Coverage   88.53%   88.52%   -0.02%     
==========================================
  Files         703      703              
  Lines      208538   208541       +3     
  Branches    40224    40214      -10     
==========================================
- Hits       184629   184607      -22     
- Misses      15912    15953      +41     
+ Partials     7997     7981      -16     
Files with missing lines Coverage Δ
lib/internal/readline/interface.js 97.35% <100.00%> (+<0.01%) :arrow_up:

... and 31 files with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Dec 07 '25 04:12 codecov[bot]