We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e766a6 commit c192af6Copy full SHA for c192af6
1 file changed
doc/api/esm.md
@@ -953,8 +953,7 @@ The resolver can throw the following errors:
953
* _Package Import Not Defined_: Package imports do not define the specifier.
954
* _Module Not Found_: The package or module requested does not exist.
955
956
-<details>
957
-<summary>Resolver algorithm specification</summary>
+### Resolver Algorithm Specification
958
959
**ESM_RESOLVE**(_specifier_, _parentURL_)
960
@@ -1208,8 +1207,6 @@ _internal_, _conditions_)
1208
1207
> 1. Throw an _Invalid Package Configuration_ error.
1209
> 1. Return the parsed JSON source of the file at _pjsonURL_.
1210
1211
-</details>
1212
-
1213
### Customizing ESM specifier resolution algorithm
1214
1215
The current specifier resolution does not support all default behavior of
0 commit comments