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
committerMichaƫl Zasso <targos@protonmail.com>2021-09-04 12:45:00 +0300
commit2f6861ca5184797debba65c30c04fabc5ec50279 (patch)
tree617d9020e95a0cfbf4354f5b04629bc9a20fec28 /doc/api/packages.md
parentfa3909504fdb141b4dec01babf4c376274de8940 (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 8a984574056..637159476ae 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -1126,22 +1126,22 @@ 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
-[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