0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Weijia Wang 4f15122847 repl: fix tab completion for object properties with special char
The old RegExp will pass property names like `"hello world!"`
when filtering the results of tab complete. This change is to
fix it.

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

PR-URL: https://github.com/nodejs/node/pull/21556
Fixes: https://github.com/nodejs/node/issues/21201
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
2018-07-02 23:04:04 +08:00
..
internal errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOK 2018-06-30 23:48:59 +02:00
_http_agent.js
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js
_http_server.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_wrap.js
.eslintrc.yaml
assert.js
async_hooks.js
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js
dns.js
domain.js
events.js
fs.js
http2.js
http.js
https.js
inspector.js
module.js
net.js src: remove StreamBase::kFlagHasWritev 2018-06-30 15:52:54 +02:00
os.js
path.js
perf_hooks.js
process.js
punycode.js
querystring.js
readline.js
repl.js repl: fix tab completion for object properties with special char 2018-07-02 23:04:04 +08:00
stream.js
string_decoder.js
sys.js
timers.js
tls.js
trace_events.js
tty.js
url.js
util.js
v8.js
vm.js
worker_threads.js
zlib.js