Skip to content

Commit d642788

Browse files
guybedforddanielleadams
authored andcommitted
doc: unhide resolver spec
PR-URL: #35358 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 05e08bd commit d642788

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/api/esm.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,7 @@ The resolver can throw the following errors:
949949
* _Package Import Not Defined_: Package imports do not define the specifier.
950950
* _Module Not Found_: The package or module requested does not exist.
951951

952-
<details>
953-
<summary>Resolver algorithm specification</summary>
952+
### Resolver Algorithm Specification
954953

955954
**ESM_RESOLVE**(_specifier_, _parentURL_)
956955

@@ -1204,8 +1203,6 @@ _internal_, _conditions_)
12041203
> 1. Throw an _Invalid Package Configuration_ error.
12051204
> 1. Return the parsed JSON source of the file at _pjsonURL_.
12061205

1207-
</details>
1208-
12091206
### Customizing ESM specifier resolution algorithm
12101207

12111208
The current specifier resolution does not support all default behavior of

0 commit comments

Comments
 (0)