Files
node/lib/internal
Vse Mozhet Byt 390fa0380e cluster, dns, repl, tls, util: fix RegExp nits
* Take RegExp creation out of cycles.
* Use test(), not match() in boolean context.
* Remove redundant RegExp parts.

PR-URL: https://github.com/nodejs/node/pull/13536
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2017-06-10 13:37:04 +03:00
..
2017-06-05 16:44:12 -04:00
2017-05-01 11:18:51 -07:00
2017-05-01 11:18:46 -07:00
2017-03-22 10:26:02 -07:00
2017-05-15 08:26:57 -07: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 are subject to change at any time. Reliance on these modules outside of core is not supported in any way.