@@ -1381,13 +1381,13 @@ specifier.
13811381<a id =" ERR_INVALID_PACKAGE_CONFIG " ></a >
13821382### ` ERR_INVALID_PACKAGE_CONFIG `
13831383
1384- An invalid ` package.json ` file was found which failed parsing.
1384+ An invalid [ ` package.json ` ] [ ] file was found which failed parsing.
13851385
13861386<a id =" ERR_INVALID_PACKAGE_TARGET " ></a >
13871387### ` ERR_INVALID_PACKAGE_TARGET `
13881388
1389- The ` package.json ` [ exports] [ ] field contains an invalid target mapping value
1390- for the attempted module resolution.
1389+ The ` package.json ` [ ` " exports" ` ] [ ] field contains an invalid target mapping
1390+ value for the attempted module resolution.
13911391
13921392<a id =" ERR_INVALID_PERFORMANCE_MARK " ></a >
13931393### ` ERR_INVALID_PERFORMANCE_MARK `
@@ -1720,13 +1720,13 @@ A given value is out of the accepted range.
17201720<a id =" ERR_PACKAGE_IMPORT_NOT_DEFINED " ></a >
17211721### ` ERR_PACKAGE_IMPORT_NOT_DEFINED `
17221722
1723- The ` package.json ` [ "imports" field ] [ ] does not define the given internal
1723+ The ` package.json ` [ ` "imports" ` ] [ ] field does not define the given internal
17241724package specifier mapping.
17251725
17261726<a id =" ERR_PACKAGE_PATH_NOT_EXPORTED " ></a >
17271727### ` ERR_PACKAGE_PATH_NOT_EXPORTED `
17281728
1729- The ` package.json ` [ exports] [ ] field does not export the requested subpath.
1729+ The ` package.json ` [ ` " exports" ` ] [ ] field does not export the requested subpath.
17301730Because exports are encapsulated, private internal modules that are not exported
17311731cannot be imported through the package resolution, unless using an absolute URL.
17321732
@@ -2115,7 +2115,7 @@ signal (such as [`subprocess.kill()`][]).
21152115
21162116` import ` a directory URL is unsupported. Instead,
21172117[ self-reference a package using its name] [ ] and [ define a custom subpath] [ ] in
2118- the ` "exports" ` field of the ` package.json ` file.
2118+ the [ ` "exports" ` ] [ ] field of the [ ` package.json ` ] [ ] file.
21192119
21202120<!-- eslint-skip -->
21212121``` js
@@ -2641,7 +2641,8 @@ closed.
26412641[ crypto digest algorithm ] : crypto.html#crypto_crypto_gethashes
26422642[ domains ] : domain.html
26432643[ event emitter-based ] : events.html#events_class_eventemitter
2644- [ exports ] : packages.html#packages_package_entry_points
2644+ [ `package.json` ] : packages.html#packages_node_js_package_json_field_definitions
2645+ [ `"exports"` ] : packages.html#packages_exports
26452646[ file descriptors ] : https://en.wikipedia.org/wiki/File_descriptor
26462647[ policy ] : policy.html
26472648[ RFC 7230 Section 3 ] : https://tools.ietf.org/html/rfc7230#section-3
@@ -2652,4 +2653,4 @@ closed.
26522653[ vm ] : vm.html
26532654[ self-reference a package using its name ] : packages.html#packages_self_referencing_a_package_using_its_name
26542655[ define a custom subpath ] : packages.html#packages_subpath_exports
2655- [ "imports" field ] : packages.html#packages_internal_package_imports
2656+ [ ` "imports"` ] : packages.html#packages_imports
0 commit comments