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

scalacss.internal.Platform.scala Maven / Gradle / Ivy

The newest version!
package scalacss.internal

import scala.annotation.elidable

// =================
// ====         ====
// ====   JVM   ====
// ====         ====
// =================

object Platform {

  /**
   * Use the scalac `-Xelide-below` flag to switch from development- to production-mode.
   */
  @elidable(elidable.ASSERTION)
  @inline def DevMode: Boolean =
    true

  implicit def env: Env =
    Env.empty

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy