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