Skip to main content
interface SyntheticModuleOptions

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.

Back to top