Closed
Description
Version
18.2.0
Platform
Darwin Ronalds-iMac.local 20.6.0 Darwin Kernel Version 20.6.0: Tue Apr 19 21:04:45 PDT 2022; root:xnu-7195.141.29~1/RELEASE_X86_64 x86_64
Subsystem
vm and esm
What steps will reproduce the bug?
Within a vm module attempt an esm https import.
Run with both flags --experimental-vm-modules --experimental-network-imports
Full repo cases https://github.com/Pyrolistical/vm-modules-network-imports-crash
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
esm https imports work within vm module
What do you see instead?
crashes
node:internal/vm/module:313
if (module[kWrap] === undefined) {
^
TypeError: Cannot read properties of undefined (reading 'Symbol(kWrap)')
at ModuleWrap.<anonymous> (node:internal/vm/module:313:19)
at async Promise.all (index 0)
at async SourceTextModule.<computed> (node:internal/vm/module:330:11)
at async SourceTextModule.link (node:internal/vm/module:197:5)
at async file:///Users/rchen/dev/projects/github.com/Pyrolistical/vm-modules-plus-network-imports/vm-module-network-imports.js:13:1
Additional information
No response
Metadata
Metadata
Assignees
Labels
No labels