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 6539cf2 commit d991200Copy full SHA for d991200
doc/api/esm.md
@@ -1177,7 +1177,7 @@ _internal_, _conditions_)
1177
> 1. Otherwise, throw an _Invalid Package Target_ error.
1178
> 1. If _target_ split on _"/"_ or _"\\"_ contains any _"."_, _".."_ or
1179
> _"node_modules"_ segments after the first segment, throw an
1180
-> _Invalid Module Specifier_ error.
+> _Invalid Package Target_ error.
1181
> 1. Let _resolvedTarget_ be the URL resolution of the concatenation of
1182
> _packageURL_ and _target_.
1183
> 1. Assert: _resolvedTarget_ is contained in _packageURL_.
0 commit comments