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 faf3ad2

Browse filesBrowse files
devsnektargos
authored andcommitted
vm: add Synthetic modules
- Refactor vm.SourceTextModule (again) - Add vm.Module abstract superclass - Add vm.SyntheticModule Refs: https://heycam.github.io/webidl/#synthetic-module-records PR-URL: #29864 Reviewed-By: Guy Bedford <guybedford@gmail.com>
1 parent b743f2c commit faf3ad2
Copy full SHA for faf3ad2

File tree

Expand file treeCollapse file tree

19 files changed

+769
-537
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

19 files changed

+769
-537
lines changed
Open diff view settings
Collapse file

‎doc/api/errors.md‎

Copy file name to clipboardExpand all lines: doc/api/errors.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ The linker function returned a module for which linking has failed.
19761976
<a id="ERR_VM_MODULE_NOT_MODULE"></a>
19771977
### `ERR_VM_MODULE_NOT_MODULE`
19781978

1979-
The fulfilled value of a linking promise is not a `vm.SourceTextModule` object.
1979+
The fulfilled value of a linking promise is not a `vm.Module` object.
19801980

19811981
<a id="ERR_VM_MODULE_STATUS"></a>
19821982
### `ERR_VM_MODULE_STATUS`

0 commit comments

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