0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
James M Snell 4151ab398b util: add createClassWrapper to internal/util
Utility function for wrapping an ES6 class with a constructor
function that does not require the new keyword

PR-URL: https://github.com/nodejs/node/pull/11391
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
2017-02-17 10:37:32 -08:00
..
cluster lib: add static identifier codes for all deprecations 2017-01-30 11:11:57 -08:00
process build: add code coverage to make 2017-02-17 10:25:36 -05:00
streams stream: move legacy to lib/internal dir 2017-02-01 09:58:51 +01:00
bootstrap_node.js build: add code coverage to make 2017-02-17 10:25:36 -05:00
buffer.js buffer: allow Uint8Array input to methods 2016-12-21 07:48:14 +01:00
child_process.js child_process: move anonymous class to top level 2017-02-16 21:49:50 +01:00
errors.js errors: add internal/errors.js 2017-02-09 13:46:14 -08:00
freelist.js
fs.js fs: export realpathCacheKey from internal/fs 2016-11-16 20:22:18 +01:00
linkedlist.js lib: change == to === in linkedlist 2016-11-01 23:48:57 +01:00
module.js benchmark,lib,test: adjust for linting 2017-01-06 14:36:01 -08:00
net.js
process.js src: make --icu-data-dir= switch testable 2017-02-11 15:23:51 +01:00
querystring.js url: fix surrogate handling in encodeAuth() 2017-02-14 12:13:11 -08:00
readline.js readline: use icu based string width calculation 2016-10-25 09:00:45 -07:00
readme.md
repl.js repl: don't override all internal repl defaults 2016-08-08 11:03:18 -04:00
socket_list.js
url.js url: fix handling of ? in URLSearchParams creation 2017-02-16 21:12:23 -08:00
util.js util: add createClassWrapper to internal/util 2017-02-17 10:37:32 -08:00
v8_prof_polyfill.js lib: fix TypeError in v8-polyfill 2016-10-06 10:10:19 -07:00
v8_prof_processor.js process: changed var to const in internal/v8_prof_processor 2016-09-22 09:48:47 -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.