Skip to content

Commit faf3ad2

Browse 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 <[email protected]>
1 parent b743f2c commit faf3ad2

19 files changed

+769
-537
lines changed

doc/api/errors.md

+1-1
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)