Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-06-27 15:25:47 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-06-27 20:04:44 +0300
commitccc50a982044812e9e307a4626442c564cd60cf8 (patch)
treed6015d2f67faa6396485f5ab886f1d597f97e487 /doc/api/packages.md
parentfdb097c4f4f7fef1119839867bf9e34ca04010c6 (diff)
doc: use ASCII order for md refs
PR-URL: https://github.com/nodejs/node/pull/39170 Refs: https://github.com/nodejs/remark-preset-lint-node/pull/188 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index cd697e9785f..770fd338abc 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -1171,23 +1171,23 @@ Import maps permit mapping to external packages.
This field defines [subpath imports][] for the current package.
[Babel]: https://babeljs.io/
-[Conditional exports]: #packages_conditional_exports
[CommonJS]: modules.md
+[Conditional exports]: #packages_conditional_exports
[ES module]: esm.md
[ES modules]: esm.md
[Node.js documentation for this section]: https://github.com/nodejs/node/blob/HEAD/doc/api/packages.md#conditions-definitions
-[`ERR_PACKAGE_PATH_NOT_EXPORTED`]: errors.md#errors_err_package_path_not_exported
-[`esm`]: https://github.com/standard-things/esm#readme
[`"exports"`]: #packages_exports
+[`"imports"`]: #packages_imports
[`"main"`]: #packages_main
[`"name"`]: #packages_name
-[`"imports"`]: #packages_imports
[`"type"`]: #packages_type
+[`ERR_PACKAGE_PATH_NOT_EXPORTED`]: errors.md#errors_err_package_path_not_exported
+[`esm`]: https://github.com/standard-things/esm#readme
[`package.json`]: #packages_node_js_package_json_field_definitions
[entry points]: #packages_package_entry_points
[self-reference]: #packages_self_referencing_a_package_using_its_name
[subpath exports]: #packages_subpath_exports
[subpath imports]: #packages_subpath_imports
[subpath patterns]: #packages_subpath_patterns
-[the full specifier path]: esm.md#esm_mandatory_file_extensions
[the dual CommonJS/ES module packages section]: #packages_dual_commonjs_es_module_packages
+[the full specifier path]: esm.md#esm_mandatory_file_extensions