8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3aaa0 commit 5b074afCopy full SHA for 5b074af
doc/api/esm.md
@@ -1142,8 +1142,8 @@ The resolver can throw the following errors:
1142
> 1. Return **undefined**.
1143
> 1. If _pjson.name_ is equal to _packageName_, then
1144
> 1. Return the _resolved_ destructured value of the result of
1145
-> **PACKAGE_EXPORTS_RESOLVE**(_packageURL_, _subpath_, _pjson.exports_,
1146
-> _defaultConditions_).
+> **PACKAGE_EXPORTS_RESOLVE**(_packageURL_, _packageSubpath_,
+> _pjson.exports_, _defaultConditions_).
1147
> 1. Otherwise, return **undefined**.
1148
1149
**PACKAGE_EXPORTS_RESOLVE**(_packageURL_, _subpath_, _exports_, _conditions_)