We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e08bd commit d642788Copy full SHA for d642788
doc/api/esm.md
@@ -949,8 +949,7 @@ The resolver can throw the following errors:
949
* _Package Import Not Defined_: Package imports do not define the specifier.
950
* _Module Not Found_: The package or module requested does not exist.
951
952
-<details>
953
-<summary>Resolver algorithm specification</summary>
+### Resolver Algorithm Specification
954
955
**ESM_RESOLVE**(_specifier_, _parentURL_)
956
@@ -1204,8 +1203,6 @@ _internal_, _conditions_)
1204
1203
> 1. Throw an _Invalid Package Configuration_ error.
1205
> 1. Return the parsed JSON source of the file at _pjsonURL_.
1206
1207
-</details>
1208
-
1209
### Customizing ESM specifier resolution algorithm
1210
1211
The current specifier resolution does not support all default behavior of
0 commit comments