0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/lib
cjihrig a13054549e
readline: simplify isFullWidthCodePoint()
The non-ICU-based isFullWidthCodePoint() can be simplified to
a single `return` statement. This commit removes the extra
branching logic.

PR-URL: https://github.com/nodejs/node/pull/28640
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2019-07-13 11:40:09 -04:00
..
internal readline: simplify isFullWidthCodePoint() 2019-07-13 11:40:09 -04:00
_http_agent.js https: do not automatically use invalid servername 2019-06-17 11:58:26 +02:00
_http_client.js http: improve parser error messages 2019-07-05 22:36:53 -07:00
_http_common.js http: improve parser error messages 2019-07-05 22:36:53 -07:00
_http_incoming.js
_http_outgoing.js http: call write callback even if there is no message body 2019-06-01 15:18:06 +02:00
_http_server.js perf_hooks: add HttpRequest statistics monitoring #28445 2019-07-12 00:36:27 +02:00
_stream_duplex.js stream: add writableFinished 2019-06-25 14:46:10 -07:00
_stream_passthrough.js
_stream_readable.js stream: convert string to Buffer when calling unshift(<string>) 2019-06-02 16:56:13 +02:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js stream: add writableFinished 2019-06-25 14:46:10 -07:00
_tls_common.js tls: rename validateKeyCert in _tls_common.js 2019-06-12 20:58:27 -07:00
_tls_wrap.js crypto: add debug info client emit secureConnect 2019-06-10 05:29:10 +02:00
.eslintrc.yaml
assert.js assert: add partial support for evaluated code in simple assert 2019-06-12 20:02:50 -07:00
async_hooks.js process: improve queueMicrotask performance 2019-06-10 07:49:40 +02:00
buffer.js
child_process.js child_process: attach child in promisification 2019-06-22 13:18:03 -04:00
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: fix abort on bad args 2019-06-10 09:14:13 -07:00
dns.js
domain.js domain: error handler runs outside of its domain 2019-06-12 22:01:07 -07:00
events.js process: split routines used to enhance fatal exception stack traces 2019-06-27 20:22:08 +08:00
fs.js lib: removed unnecessary fs.realpath options arg check + tests 2019-05-30 15:02:11 +05:30
http2.js
http.js
https.js
inspector.js inspector: removing checking of non existent field in lib/inspector.js 2019-05-29 22:21:55 +05:30
module.js
net.js net: replace _writableState.finished with writableFinished 2019-06-26 08:14:32 -07:00
os.js
path.js
perf_hooks.js perf_hooks: add HttpRequest statistics monitoring #28445 2019-07-12 00:36:27 +02:00
process.js
punycode.js
querystring.js
readline.js readline: remove IIFE in SIGCONT handler 2019-07-13 10:26:06 -04:00
repl.js
stream.js
string_decoder.js
sys.js
timers.js
tls.js tls: remove unnecessary set of DEFAULT_MAX_VERSION 2019-06-17 14:39:41 +02:00
trace_events.js perf_hooks,trace_events: use stricter equality 2019-06-16 16:45:15 +08:00
tty.js
url.js
util.js
v8.js src: export number_of_native_contexts and number_of_detached_contexts 2019-05-30 15:25:55 +02:00
vm.js
worker_threads.js
zlib.js