SyntheticModuleOptions

sealed external interface SyntheticModuleOptions(source)

Properties

Link copied to clipboard
abstract var context: Context?

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

Link copied to clipboard
abstract var identifier: String?

String used in stack traces.