Files
node/lib/internal
Ruben Bridgewater bbed2a77d3 readline: skip escaping characters again
This is a minor performance improvement for readline. It skips to
escape individual characters again after escaping them before.

Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>

PR-URL: https://github.com/nodejs/node/pull/41005
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2021-12-01 01:50:34 +00:00
..
2021-10-09 17:22:56 +00:00
2021-09-18 16:13:56 +02:00
2021-11-13 11:19:32 +02:00
2021-11-29 14:54:01 -06:00
2021-12-01 01:50:24 +00:00
2021-07-11 18:40:18 +02:00
2021-08-12 13:51:56 -07:00
2021-08-12 13:51:08 -07:00
2021-08-01 14:24:26 +00:00
2021-10-16 10:03:50 +08:00
2021-09-26 11:46:14 +00:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.