nodejs/node

Simplify vm.Module

Open

#43,899 创建于 2022年7月19日

在 GitHub 查看
 (7 评论) (5 反应) (0 负责人)JavaScript (35,535 fork)batch import
esmexperimentalhelp wantedloadersnever-stalevm

仓库指标

Star
 (117,218 star)
PR 合并指标
 (平均合并 18天 17小时) (30 天内合并 219 个 PR)

描述

One thing that comes up in user feedback about the vm.Module API is that it requires excessive boilerplate, as you can see in the example in the docs: https://nodejs.org/api/vm.html#class-vmmodule. I think that most users want a straightforward ESM equivalent to vm.Script, without needing to define a context or a custom function for linking; the default should be to link modules as Node itself normally does. See also https://github.com/nodejs/node/issues/43288#issuecomment-1144112887.

贡献者指南