We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2135618 commit 2cfe795Copy full SHA for 2cfe795
doc/api/esm.md
@@ -1012,6 +1012,8 @@ The resolver can throw the following errors:
1012
subpath in the package for the given module.
1013
* _Package Import Not Defined_: Package imports do not define the specifier.
1014
* _Module Not Found_: The package or module requested does not exist.
1015
+* _Unsupported Directory Import_: The resolved path corresponds to a directory,
1016
+ which is not a supported target for module imports.
1017
1018
### Resolver Algorithm Specification
1019
0 commit comments