Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c192af6

Browse filesBrowse files
guybedfordMylesBorins
authored andcommitted
doc: unhide resolver spec
PR-URL: #35358 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 2e766a6 commit c192af6
Copy full SHA for c192af6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/esm.md‎

Copy file name to clipboardExpand all lines: doc/api/esm.md
+1-4Lines changed: 1 addition & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -953,8 +953,7 @@ The resolver can throw the following errors:
953953
* _Package Import Not Defined_: Package imports do not define the specifier.
954954
* _Module Not Found_: The package or module requested does not exist.
955955

956-
<details>
957-
<summary>Resolver algorithm specification</summary>
956+
### Resolver Algorithm Specification
958957

959958
**ESM_RESOLVE**(_specifier_, _parentURL_)
960959

@@ -1208,8 +1207,6 @@ _internal_, _conditions_)
12081207
> 1. Throw an _Invalid Package Configuration_ error.
12091208
> 1. Return the parsed JSON source of the file at _pjsonURL_.
12101209

1211-
</details>
1212-
12131210
### Customizing ESM specifier resolution algorithm
12141211

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.