Skip to content

Commit f9caee9

Browse files
devsnekTrott
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 <[email protected]>
1 parent 7991b57 commit f9caee9

19 files changed

+769
-537
lines changed

doc/api/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ The linker function returned a module for which linking has failed.
19841984
<a id="ERR_VM_MODULE_NOT_MODULE"></a>
19851985
### ERR_VM_MODULE_NOT_MODULE
19861986

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

19891989
<a id="ERR_VM_MODULE_STATUS"></a>
19901990
### ERR_VM_MODULE_STATUS

0 commit comments

Comments
 (0)