property SyntheticModuleOptions.context
Usage in Deno
import { type SyntheticModuleOptions } from "node:vm";
The contextified object as returned by the vm.createContext()
method, to compile and evaluate this module in.
Context | undefined