@@ -168,9 +168,9 @@ The default is `explicit`, which requires providing the full path to a
168168module. The ` node ` mode will enable support for optional file extensions and
169169the ability to import a directory that has an index file.
170170
171- Please see [ customizing esm specifier resolution] [ ] for example usage.
171+ Please see [ customizing ESM specifier resolution] [ ] for example usage.
172172
173- ### `--experimental-conditional-exports
173+ ### ` --experimental-conditional-exports `
174174<!-- YAML
175175added: REPLACEME
176176-->
@@ -1377,17 +1377,17 @@ greater than `4` (its current default value). For more information, see the
13771377[ `tls.DEFAULT_MIN_VERSION` ] : tls.html#tls_tls_default_min_version
13781378[ `unhandledRejection` ] : process.html#process_event_unhandledrejection
13791379[ Chrome DevTools Protocol ] : https://chromedevtools.github.io/devtools-protocol/
1380+ [ Conditional Exports ] : esm.html#esm_conditional_exports
13801381[ REPL ] : repl.html
13811382[ ScriptCoverage ] : https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage
13821383[ Source Map ] : https://sourcemaps.info/spec.html
13831384[ Subresource Integrity ] : https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
13841385[ V8 JavaScript code coverage ] : https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
1385- [ customizing esm specifier resolution ] : esm.html#esm_customizing_esm_specifier_resolution_algorithm
1386+ [ context-aware ] : addons.html#addons_context_aware_addons
1387+ [ customizing ESM specifier resolution ] : esm.html#esm_customizing_esm_specifier_resolution_algorithm
13861388[ debugger ] : debugger.html
13871389[ debugging security implications ] : https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications
13881390[ emit_warning ] : process.html#process_process_emitwarning_warning_type_code_ctor
13891391[ experimental ECMAScript Module ] : esm.html#esm_resolve_hook
13901392[ libuv threadpool documentation ] : http://docs.libuv.org/en/latest/threadpool.html
13911393[ remote code execution ] : https://www.owasp.org/index.php/Code_Injection
1392- [ context-aware ] : addons.html#addons_context_aware_addons
1393- [ Conditional Exports ] : esm.html#esm_conditional_exports
0 commit comments