diff --git a/doc/api/esm.md b/doc/api/esm.md index 7bee6777458375..ebe64b8b86270d 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -1022,7 +1022,8 @@ The resolver can throw the following errors: > 2. If _specifier_ is a valid URL, then > 1. Set _resolved_ to the result of parsing and reserializing > _specifier_ as a URL. -> 3. Otherwise, if _specifier_ starts with _"/"_, _"./"_, or _"../"_, then +> 3. Otherwise, if _specifier_ starts with _"/"_, _"./"_, or _"../"_, or +> _specifier_ equals _"."_ or _".."_, then > 1. Set _resolved_ to the URL resolution of _specifier_ relative to > _parentURL_. > 4. Otherwise, if _specifier_ starts with _"#"_, then