Skip to main content
property SyntheticModuleOptions.context

The contextified object as returned by the vm.createContext() method, to compile and evaluate this module in.

Type

Context | undefined
Back to top