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 1e89238 commit a135f65Copy full SHA for a135f65
doc/api/esm.md
@@ -1145,7 +1145,7 @@ The resolver can throw the following errors:
1145
> 1. Return **undefined**.
1146
> 1. If _pjson.name_ is equal to _packageName_, then
1147
> 1. Return the result of **PACKAGE_EXPORTS_RESOLVE**(_packageURL_,
1148
-> _subpath_, _pjson.exports_, _defaultConditions_).
+> _packageSubpath_, _pjson.exports_, _defaultConditions_).
1149
> 1. Otherwise, return **undefined**.
1150
1151
**PACKAGE_EXPORTS_RESOLVE**(_packageURL_, _subpath_, _exports_, _conditions_)
0 commit comments