repl: simplify and improve completion · nodejs/node@e66cb58 · GitHub
Skip to content

Commit e66cb58

Browse files
BridgeARaddaleax
authored andcommitted
repl: simplify and improve completion
The completion lists used a hand crafted list of global entries that was redundant due to also using the actual global properties for tab completion. Those entries ended up in an separated completion group which did not seem useful. PR-URL: #25731 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 1c6fade commit e66cb58

2 files changed

Lines changed: 18 additions & 42 deletions

File tree

lib/repl.js

Lines changed: 17 additions & 41 deletions

test/parallel/test-repl-tab-complete.js

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)