Skip to content

Commit

Permalink
doc: list Unsupported Directory Import resolve err
Browse files Browse the repository at this point in the history
PR-URL: #37032
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
guybedford authored and targos committed May 1, 2021
1 parent fb4eee1 commit 1e2beee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/esm.md
Expand Up @@ -1012,6 +1012,8 @@ The resolver can throw the following errors:
subpath in the package for the given module.
* _Package Import Not Defined_: Package imports do not define the specifier.
* _Module Not Found_: The package or module requested does not exist.
* _Unsupported Directory Import_: The resolved path corresponds to a directory,
which is not a supported target for module imports.

### Resolver Algorithm Specification

Expand Down

0 comments on commit 1e2beee

Please sign in to comment.