Bun

interface

vm.SyntheticModuleOptions

interface SyntheticModuleOptions

  • context?: Context

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

  • identifier?: string

    String used in stack traces.