@@ -876,7 +876,7 @@ The resolver can throw the following errors:
876
876
> 10. If _selfUrl_ is not **undefined**, return _selfUrl_.
877
877
> 11. While _parentURL_ is not the file system root,
878
878
> 1. Let _packageURL_ be the URL resolution of _"node\_ modules/"_
879
- > concatenated with _packageSpecifier_ , relative to _parentURL_.
879
+ > concatenated with _packageName_ , relative to _parentURL_.
880
880
> 2. Set _parentURL_ to the parent folder URL of _parentURL_.
881
881
> 3. If the folder at _packageURL_ does not exist, then
882
882
> 1. Continue the next loop iteration.
@@ -947,7 +947,8 @@ The resolver can throw the following errors:
947
947
**PACKAGE\_ IMPORTS\_ EXPORTS\_ RESOLVE**(_matchKey_, _matchObj_, _packageURL_,
948
948
_isImports_, _conditions_)
949
949
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
951
952
> 1. Let _target_ be the value of _matchObj_\[ _matchKey_].
952
953
> 2. Return the result of **PACKAGE\_ TARGET\_ RESOLVE**(_packageURL_,
953
954
> _target_, **null**, _isImports_, _conditions_).
0 commit comments