@@ -168,9 +168,9 @@ The default is `explicit`, which requires providing the full path to a
168
168
module. The ` node ` mode will enable support for optional file extensions and
169
169
the ability to import a directory that has an index file.
170
170
171
- Please see [ customizing esm specifier resolution] [ ] for example usage.
171
+ Please see [ customizing ESM specifier resolution] [ ] for example usage.
172
172
173
- ### `--experimental-conditional-exports
173
+ ### ` --experimental-conditional-exports `
174
174
<!-- YAML
175
175
added: REPLACEME
176
176
-->
@@ -1366,17 +1366,17 @@ greater than `4` (its current default value). For more information, see the
1366
1366
[ `tls.DEFAULT_MIN_VERSION` ] : tls.html#tls_tls_default_min_version
1367
1367
[ `unhandledRejection` ] : process.html#process_event_unhandledrejection
1368
1368
[ Chrome DevTools Protocol ] : https://chromedevtools.github.io/devtools-protocol/
1369
+ [ Conditional Exports ] : esm.html#esm_conditional_exports
1369
1370
[ REPL ] : repl.html
1370
1371
[ ScriptCoverage ] : https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage
1371
1372
[ Source Map ] : https://sourcemaps.info/spec.html
1372
1373
[ Subresource Integrity ] : https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
1373
1374
[ 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
1375
1377
[ debugger ] : debugger.html
1376
1378
[ debugging security implications ] : https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications
1377
1379
[ emit_warning ] : process.html#process_process_emitwarning_warning_type_code_ctor
1378
1380
[ experimental ECMAScript Module ] : esm.html#esm_resolve_hook
1379
1381
[ libuv threadpool documentation ] : http://docs.libuv.org/en/latest/threadpool.html
1380
1382
[ 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