interface SyntheticModuleOptions Usageimport { 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.