Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit ace180b

Browse files
guybedfordMylesBorins
authored andcommitted
fixup loop
1 parent 9083149 commit ace180b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ _ESM_RESOLVE_:
179179
> 1. Assert: _packageSpecifier_ is a bare specifier.
180180
> 1. If _packageSpecifier_ is a Node.js builtin module then,
181181
> 1. Return _"node:${packageSpecifier}"_.
182-
> 1. Set _parentURL_ to the parent folder URL of _parentURL_.
183182
> 1. While _parentURL_ contains a non-empty _pathname_,
183+
> 1. Set _parentURL_ to the parent folder URL of _parentURL_.
184184
> 1. Let _packageURL_ be the URL resolution of
185185
> _"${parentURL}/node_modules/${packageSpecifier}"_.
186186
> 1. If the file at _packageURL_ exists then,

0 commit comments

Comments
 (0)