From 500ea04cc5c0a596696defd5fb77228a0492581a Mon Sep 17 00:00:00 2001 From: LiviaMedeiros Date: Thu, 7 Sep 2023 20:56:15 +0800 Subject: [PATCH] squash: remove obsolete link from `packages.md` --- doc/api/packages.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/api/packages.md b/doc/api/packages.md index 09f32e6c160892..a900d1cc0abe33 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -393,8 +393,7 @@ and other JavaScript runtimes, using the extensionless style can result in bloated import map definitions. Explicit file extensions can avoid this issue by enabling the import map to utilize a [packages folder mapping][] to map multiple subpaths where possible instead of a separate map entry per package subpath -export. This also mirrors the requirement of using [the full specifier path][] -in relative and absolute import specifiers. +export. ### Exports sugar @@ -1352,4 +1351,3 @@ This field defines [subpath imports][] for the current package. [subpath imports]: #subpath-imports [supported package managers]: corepack.md#supported-package-managers [the dual CommonJS/ES module packages section]: #dual-commonjses-module-packages -[the full specifier path]: esm.md#mandatory-file-extensions