JsEsmConfig

@ConfigurationProperties(value = "elide.gvm.js.esm")
interface JsEsmConfig : Toggleable

JS: ESM Configuration

Defines configuration structure for modern ECMAScript Module support within the JS VM. This includes enablement of ESM support and the path to look for modules at.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun isEnabled(): Boolean