module.namespace
The namespace object of the module. This is only available after linking
(module.link()
) has completed.
Corresponds to the GetModuleNamespace abstract operation in the ECMAScript specification.
The namespace object of the module. This is only available after linking
(module.link()
) has completed.
Corresponds to the GetModuleNamespace abstract operation in the ECMAScript specification.