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 72307cf commit a707c11Copy full SHA for a707c11
doc/api/esm.md
@@ -1399,7 +1399,7 @@ _internal_, _conditions_)
1399
> 1. Set _scopeURL_ to the parent URL of _scopeURL_.
1400
> 2. If _scopeURL_ ends in a _"node\_modules"_ path segment, return **null**.
1401
> 3. Let _pjsonURL_ be the resolution of _"package.json"_ within
1402
-> _packageURL_.
+> _scopeURL_.
1403
> 4. if the file at _pjsonURL_ exists, then
1404
> 1. Return _scopeURL_.
1405
> 3. Return **null**.
0 commit comments