@@ -1391,13 +1391,13 @@ An invalid or unknown file encoding was passed.
13911391<a id =" ERR_INVALID_PACKAGE_CONFIG " ></a >
13921392### ` ERR_INVALID_PACKAGE_CONFIG `
13931393
1394- An invalid ` package.json ` file failed parsing.
1394+ An invalid [ ` package.json ` ] [ ] file was found which failed parsing.
13951395
13961396<a id =" ERR_INVALID_PACKAGE_TARGET " ></a >
13971397### ` ERR_INVALID_PACKAGE_TARGET `
13981398
1399- The ` package.json ` [ exports] [ ] field contains an invalid target mapping value
1400- for the attempted module resolution.
1399+ The ` package.json ` [ ` " exports" ` ] [ ] field contains an invalid target mapping
1400+ value for the attempted module resolution.
14011401
14021402<a id =" ERR_INVALID_PERFORMANCE_MARK " ></a >
14031403### ` ERR_INVALID_PERFORMANCE_MARK `
@@ -1712,13 +1712,13 @@ A given value is out of the accepted range.
17121712<a id =" ERR_PACKAGE_IMPORT_NOT_DEFINED " ></a >
17131713### ` ERR_PACKAGE_IMPORT_NOT_DEFINED `
17141714
1715- The ` package.json ` [ "imports" field ] [ ] does not define the given internal
1715+ The ` package.json ` [ ` "imports" ` ] [ ] field does not define the given internal
17161716package specifier mapping.
17171717
17181718<a id =" ERR_PACKAGE_PATH_NOT_EXPORTED " ></a >
17191719### ` ERR_PACKAGE_PATH_NOT_EXPORTED `
17201720
1721- The ` package.json ` [ exports] [ ] field does not export the requested subpath.
1721+ The ` package.json ` [ ` " exports" ` ] [ ] field does not export the requested subpath.
17221722Because exports are encapsulated, private internal modules that are not exported
17231723cannot be imported through the package resolution, unless using an absolute URL.
17241724
@@ -2074,7 +2074,7 @@ signal (such as [`subprocess.kill()`][]).
20742074
20752075` import ` a directory URL is unsupported. Instead,
20762076[ self-reference a package using its name] [ ] and [ define a custom subpath] [ ] in
2077- the ` "exports" ` field of the ` package.json ` file.
2077+ the [ ` "exports" ` ] [ ] field of the [ ` package.json ` ] [ ] file.
20782078
20792079<!-- eslint-skip -->
20802080``` js
@@ -2560,7 +2560,8 @@ closed.
25602560[ crypto digest algorithm ] : crypto.html#crypto_crypto_gethashes
25612561[ domains ] : domain.html
25622562[ event emitter-based ] : events.html#events_class_eventemitter
2563- [ exports ] : packages.html#packages_package_entry_points
2563+ [ `package.json` ] : packages.html#packages_node_js_package_json_field_definitions
2564+ [ `"exports"` ] : packages.html#packages_exports
25642565[ file descriptors ] : https://en.wikipedia.org/wiki/File_descriptor
25652566[ policy ] : policy.html
25662567[ stream-based ] : stream.html
@@ -2570,4 +2571,4 @@ closed.
25702571[ vm ] : vm.html
25712572[ self-reference a package using its name ] : packages.html#packages_self_referencing_a_package_using_its_name
25722573[ define a custom subpath ] : packages.html#packages_subpath_exports
2573- [ "imports" field ] : packages.html#packages_internal_package_imports
2574+ [ ` "imports"` ] : packages.html#packages_imports
0 commit comments