You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code running in a compartment needs access to a dynamic import expression that closes over the compartment’s module loader. This should present import.meta according to whatever is returned by the compartment’s importMetaHook(specifier).
Code running in a compartment needs access to a dynamic
import
expression that closes over the compartment’s module loader. This should presentimport.meta
according to whatever is returned by the compartment’simportMetaHook(specifier)
.See: #291
The text was updated successfully, but these errors were encountered: