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>2020-09-17 19:53:37 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2020-10-06 19:15:53 +0300
commit5a730b5def92105cb417bca3bb72fa25394c54e8 (patch)
tree517eace35f7c819942969430b9510787edab99f5 /doc/api/packages.md
parentce789f1ca40289213fa14d024e8f71aa4058353d (diff)
doc: sort md references in ASCII order
Refs: https://github.com/nodejs/node/pull/35244 PR-URL: https://github.com/nodejs/node/pull/35191 Fixes: https://github.com/nodejs/node/issues/35189 Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 5dccc5e3980..338bc22fac1 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -960,17 +960,17 @@ analogous to the exports field.
[Babel]: https://babeljs.io/
[Conditional exports]: #packages_conditional_exports
[CommonJS]: modules.md
-[`ERR_PACKAGE_PATH_NOT_EXPORTED`]: errors.md#errors_err_package_path_not_exported
-[ES modules]: esm.md
[ES module]: esm.md
+[ES modules]: esm.md
+[`ERR_PACKAGE_PATH_NOT_EXPORTED`]: errors.md#errors_err_package_path_not_exported
[`esm`]: https://github.com/standard-things/esm#readme
[`"exports"`]: #packages_exports
[`"main"`]: #packages_main
[`"name"`]: #packages_name
[`"imports"`]: #packages_imports
[`"type"`]: #packages_type
-[entry points]: #packages_package_entry_points
[`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
[the full specifier path]: esm.md#esm_mandatory_file_extensions