@@ -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-->
@@ -1366,17 +1366,17 @@ greater than `4` (its current default value). For more information, see the
13661366[ `tls.DEFAULT_MIN_VERSION` ] : tls.html#tls_tls_default_min_version
13671367[ `unhandledRejection` ] : process.html#process_event_unhandledrejection
13681368[ Chrome DevTools Protocol ] : https://chromedevtools.github.io/devtools-protocol/
1369+ [ Conditional Exports ] : esm.html#esm_conditional_exports
13691370[ REPL ] : repl.html
13701371[ ScriptCoverage ] : https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage
13711372[ Source Map ] : https://sourcemaps.info/spec.html
13721373[ Subresource Integrity ] : https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
13731374[ V8 JavaScript code coverage ] : https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
1374- [ customizing esm specifier resolution ] : esm.html#esm_customizing_esm_specifier_resolution_algorithm
1375+ [ context-aware ] : addons.html#addons_context_aware_addons
1376+ [ customizing ESM specifier resolution ] : esm.html#esm_customizing_esm_specifier_resolution_algorithm
13751377[ debugger ] : debugger.html
13761378[ debugging security implications ] : https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications
13771379[ emit_warning ] : process.html#process_process_emitwarning_warning_type_code_ctor
13781380[ experimental ECMAScript Module ] : esm.html#esm_resolve_hook
13791381[ libuv threadpool documentation ] : http://docs.libuv.org/en/latest/threadpool.html
13801382[ remote code execution ] : https://www.owasp.org/index.php/Code_Injection
1381- [ context-aware ] : addons.html#addons_context_aware_addons
1382- [ Conditional Exports ] : esm.html#esm_conditional_exports
0 commit comments