@@ -876,7 +876,7 @@ The resolver can throw the following errors:
876876> 10. If _selfUrl_ is not **undefined**, return _selfUrl_.
877877> 11. While _parentURL_ is not the file system root,
878878> 1. Let _packageURL_ be the URL resolution of _"node\_ modules/"_
879- > concatenated with _packageSpecifier_ , relative to _parentURL_.
879+ > concatenated with _packageName_ , relative to _parentURL_.
880880> 2. Set _parentURL_ to the parent folder URL of _parentURL_.
881881> 3. If the folder at _packageURL_ does not exist, then
882882> 1. Continue the next loop iteration.
@@ -947,7 +947,8 @@ The resolver can throw the following errors:
947947**PACKAGE\_ IMPORTS\_ EXPORTS\_ RESOLVE**(_matchKey_, _matchObj_, _packageURL_,
948948_isImports_, _conditions_)
949949
950- > 1. If _matchKey_ is a key of _matchObj_ and does not contain _"\* "_, then
950+ > 1. If _matchKey_ is a key of _matchObj_, does not contain _"\* "_, and does not
951+ > end with _"/"_ then
951952> 1. Let _target_ be the value of _matchObj_\[ _matchKey_].
952953> 2. Return the result of **PACKAGE\_ TARGET\_ RESOLVE**(_packageURL_,
953954> _target_, **null**, _isImports_, _conditions_).
0 commit comments