node/lib/internal
Gus Caplan b0f114ddb0
loader: fix up #18394
This commit fixes up some issues in #18394.

* Switch vm.Module internals to use the new link method properly
* Fix bug with ModuleWrap::Link
* Add tests for ModuleWrap::Link

PR-URL: https://github.com/nodejs/node/pull/18509
Fixes: https://github.com/nodejs/node/issues/18249
Refs: https://github.com/nodejs/node/pull/18394
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
2018-02-04 13:49:06 -08:00
..
cluster
crypto
http2 tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
loader loader: fix up #18394 2018-02-04 13:49:06 -08:00
process src,lib: implement import.meta 2018-02-01 13:46:56 +01:00
repl
streams stream: augment BufferList.prototype 2018-02-01 10:58:35 +01:00
test tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
util
vm loader: fix up #18394 2018-02-04 13:49:06 -08:00
async_hooks.js async_hooks: clean up comments 2018-02-01 09:56:51 -08:00
bootstrap_node.js src,lib: implement import.meta 2018-02-01 13:46:56 +01:00
buffer.js
child_process.js src: simplify handles for libuv streams 2018-02-01 10:53:53 +01:00
encoding.js lib: extract validation functions 2018-02-01 11:55:13 +01:00
errors.js
freelist.js
fs.js
http.js
inspector_async_hook.js
linkedlist.js
module.js
net.js
os.js
process.js
querystring.js
readline.js
readme.md
repl.js
safe_globals.js
socket_list.js
timers.js timers: use start instead of stop + start 2018-02-04 11:04:12 -05:00
tls.js
trace_events_async_hooks.js
url.js
util.js
v8.js
v8_prof_polyfill.js
v8_prof_processor.js lib: include missing profiler file 2018-02-02 10:58:30 -08:00
wrap_js_stream.js

readme.md

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.