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 ff0069d commit 82042d0Copy full SHA for 82042d0
doc/api/esm.md
@@ -1414,7 +1414,7 @@ _internal_, _conditions_)
1414
> 1. Set _scopeURL_ to the parent URL of _scopeURL_.
1415
> 2. If _scopeURL_ ends in a _"node\_modules"_ path segment, return **null**.
1416
> 3. Let _pjsonURL_ be the resolution of _"package.json"_ within
1417
-> _packageURL_.
+> _scopeURL_.
1418
> 4. if the file at _pjsonURL_ exists, then
1419
> 1. Return _scopeURL_.
1420
> 3. Return **null**.
0 commit comments