
scalacss.internal.Platform.scala Maven / Gradle / Ivy
The newest version!
package scalacss.internal
import scala.annotation.elidable
// ================
// ==== ====
// ==== JS ====
// ==== ====
// ================
object Platform {
/**
* Use the scalac `-Xelide-below` flag to switch from development- to production-mode.
*/
@elidable(elidable.ASSERTION)
@inline def DevMode: Boolean =
true
// @inline def DevMode: Boolean =
// scalajs.LinkingInfo.developmentMode
implicit def env: Env =
Env.empty
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy