Skip to content

repl: #41690 REPL gives wrong autocomplete on literals

Rodrigo Muino Tomonari requested to merge github/fork/meixg/master into master

Fixes: https://github.com/nodejs/node/issues/41690

The original Reg dose not match ''.at correctly。

I changed simpleExpressionRE to make it match '' part.

image

also [].at, {}.at, 123.at works fine now.

Merge request reports

Loading