-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Open
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.experimentalIssues and PRs related to experimental features.Issues and PRs related to experimental features.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.loadersIssues and PRs related to ES module loadersIssues and PRs related to ES module loadersnever-staleMark issue so that it is never considered staleMark issue so that it is never considered stalevmIssues and PRs related to the vm subsystem.Issues and PRs related to the vm subsystem.
Description
According to @SimenB, here are the issues that should probably be taken care of before we unflag and mark vm modules as stable:
- SourceTextModule memory leak (#33439)
-
vm.Script
'simportModuleDynamically
should get a reference to thecontext
used to run it (#35714) - Segmentation fault with
import()
instead of callingimportModuleDynamically
(#35889) - importModuleDynamically for vm module is cached (#36351)
- SourceTextModule leaks memory when context is used #50113
-
vm.SourceTextModule
memory leak #59118 - VM ESM with dynamic imports resolves promises before linking is complete (#33216)
- Change API of
module.lnk((specifier) => module)
tomodule.link(specifiers, modules)
so that it has fewer C++ -> JS calls and can be reused to implementrequire(esm)
. - Source phase import support.
/cc @devsnek
SimenB, bricss, RuiXingWang, kirillgroshkov, benjamingr and 108 morepaulshryock, davidglezz, virtuoushub and himself65paulshryock, davidglezz, virtuoushub and himself65karlhorky, Xunnamius, vajahath, paulshryock, davidglezz and 3 morepaulshryock, davidglezz, virtuoushub and himself65thescientist13, ViZhe, Xunnamius, kirillgroshkov, kachkaev and 27 more
Metadata
Metadata
Assignees
Labels
esmIssues and PRs related to the ECMAScript Modules implementation.Issues and PRs related to the ECMAScript Modules implementation.experimentalIssues and PRs related to experimental features.Issues and PRs related to experimental features.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.loadersIssues and PRs related to ES module loadersIssues and PRs related to ES module loadersnever-staleMark issue so that it is never considered staleMark issue so that it is never considered stalevmIssues and PRs related to the vm subsystem.Issues and PRs related to the vm subsystem.