main

@get:Input
abstract val main: Property<JsMainFunctionExecutionMode>

Specify whether the 'main' function should be called upon execution.

Possible values: "call", "noCall"

Default value: JsMainFunctionExecutionMode.CALL