All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalajs.cli.internal.ModuleSplitStyle.scala Maven / Gradle / Ivy

The newest version!
package org.scalajs.cli.internal

import org.scalajs.linker.interface.{ModuleSplitStyle => ActualModuleSplitStyle}

// As the original ModuleSplitStyle is in a package with 'interface' as a component,
// it can't be referenced from Java code, so we use this class instead.
final case class ModuleSplitStyle(underlying: ActualModuleSplitStyle)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy