node/lib/internal/modules/esm
cjihrig ec90cefdd9
lib: simplify several debug() calls
Avoid calling Array.prototype.join() in debug() calls. These
are evaluated on every call, even if the debug() call is a
no-op. This commit replaces the join() calls with the %j
placeholder.

PR-URL: https://github.com/nodejs/node/pull/25241
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-05-16 14:56:13 -04:00
..
create_dynamic_module.js lib: simplify several debug() calls 2019-05-16 14:56:13 -04:00
default_resolve.js src: cache the result of GetOptions() in JS land 2018-12-25 02:17:24 -05:00
loader.js module: use validateString in modules/esm 2019-02-28 23:37:42 +11:00
module_job.js bootstrapper: move internalBinding to NativeModule 2018-11-29 11:38:30 -05:00
module_map.js module: use validateString in modules/esm 2019-02-28 23:37:42 +11:00
translators.js esm: refactor dynamic modules 2019-02-28 23:37:36 +11:00