SyntheticModuleOptions - Node documentation
interface SyntheticModuleOptions

Usage in Deno

import { type SyntheticModuleOptions } from "node:vm";

Properties

optional
identifier: string | undefined

String used in stack traces.

optional
context: Context | undefined

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