LanguagePluginManifest
@Serializable
Provides information about resources embedded into the runtime, used by language plugins.
Constructors
Link copied to clipboard
constructor(engine: String, language: String, bundles: List<AbstractLanguagePlugin.LanguagePluginManifest.EmbeddedResource> = emptyList(), scripts: List<AbstractLanguagePlugin.LanguagePluginManifest.EmbeddedResource> = emptyList(), resources: Map<String, List<String>> = emptyMap(), root: String? = null)