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