@@ -1357,13 +1357,13 @@ An invalid or unknown file encoding was passed.
13571357<a id =" ERR_INVALID_PACKAGE_CONFIG " ></a >
13581358### ` ERR_INVALID_PACKAGE_CONFIG `
13591359
1360- An invalid ` package.json ` file was found which failed parsing.
1360+ An invalid [ ` package.json ` ] [ ] file was found which failed parsing.
13611361
13621362<a id =" ERR_INVALID_PACKAGE_TARGET " ></a >
13631363### ` ERR_INVALID_PACKAGE_TARGET `
13641364
1365- The ` package.json ` [ exports] [ ] field contains an invalid target mapping value
1366- for the attempted module resolution.
1365+ The ` package.json ` [ ` " exports" ` ] [ ] field contains an invalid target mapping
1366+ value for the attempted module resolution.
13671367
13681368<a id =" ERR_INVALID_PERFORMANCE_MARK " ></a >
13691369### ` ERR_INVALID_PERFORMANCE_MARK `
@@ -1686,13 +1686,13 @@ A given value is out of the accepted range.
16861686<a id =" ERR_PACKAGE_IMPORT_NOT_DEFINED " ></a >
16871687### ` ERR_PACKAGE_IMPORT_NOT_DEFINED `
16881688
1689- The ` package.json ` [ "imports" field ] [ ] does not define the given internal
1689+ The ` package.json ` [ ` "imports" ` ] [ ] field does not define the given internal
16901690package specifier mapping.
16911691
16921692<a id =" ERR_PACKAGE_PATH_NOT_EXPORTED " ></a >
16931693### ` ERR_PACKAGE_PATH_NOT_EXPORTED `
16941694
1695- The ` package.json ` [ exports] [ ] field does not export the requested subpath.
1695+ The ` package.json ` [ ` " exports" ` ] [ ] field does not export the requested subpath.
16961696Because exports are encapsulated, private internal modules that are not exported
16971697cannot be imported through the package resolution, unless using an absolute URL.
16981698
@@ -2057,7 +2057,7 @@ signal (such as [`subprocess.kill()`][]).
20572057
20582058` import ` a directory URL is unsupported. Instead,
20592059[ self-reference a package using its name] [ ] and [ define a custom subpath] [ ] in
2060- the ` "exports" ` field of the ` package.json ` file.
2060+ the [ ` "exports" ` ] [ ] field of the [ ` package.json ` ] [ ] file.
20612061
20622062<!-- eslint-skip -->
20632063``` js
@@ -2529,7 +2529,8 @@ closed.
25292529[ crypto digest algorithm ] : crypto.html#crypto_crypto_gethashes
25302530[ domains ] : domain.html
25312531[ event emitter-based ] : events.html#events_class_eventemitter
2532- [ exports ] : packages.html#packages_package_entry_points
2532+ [ `package.json` ] : packages.html#packages_node_js_package_json_field_definitions
2533+ [ `"exports"` ] : packages.html#packages_exports
25332534[ file descriptors ] : https://en.wikipedia.org/wiki/File_descriptor
25342535[ policy ] : policy.html
25352536[ stream-based ] : stream.html
@@ -2539,4 +2540,4 @@ closed.
25392540[ vm ] : vm.html
25402541[ self-reference a package using its name ] : packages.html#packages_self_referencing_a_package_using_its_name
25412542[ define a custom subpath ] : packages.html#packages_subpath_exports
2542- [ "imports" field ] : packages.html#packages_internal_package_imports
2543+ [ ` "imports"` ] : packages.html#packages_imports
0 commit comments