org.scalajs.sbtplugin.ScalaJSPlugin

autoImport

object autoImport

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. autoImport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class JSCrossProjectOps extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val FastOptStage: FastOpt.type

  7. val FullOptStage: FullOpt.type

  8. implicit def JSCrossProjectBuilderOps(builder: Builder): JSCrossProjectOps

  9. val JSPlatform: sbtplugin.JSPlatform.type

  10. val ModuleKind: core.tools.linker.backend.ModuleKind.type

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. val fastOptJS: TaskKey[Attributed[File]]

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val fullOptJS: TaskKey[Attributed[File]]

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val jsEnv: TaskKey[JSEnv]

  22. val jsExecutionFiles: TaskKey[Seq[VirtualJSFile]]

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. val scalaJSIR: TaskKey[Attributed[Seq[VirtualScalaJSIRFile with RelativeVirtualFile]]]

  27. val scalaJSJavaSystemProperties: TaskKey[Map[String, String]]

  28. val scalaJSLinkedFile: TaskKey[VirtualJSFile]

  29. val scalaJSLinkerConfig: SettingKey[Config]

  30. val scalaJSMainModuleInitializer: TaskKey[Option[ModuleInitializer]]

  31. val scalaJSModuleInitializers: TaskKey[Seq[ModuleInitializer]]

  32. val scalaJSSourceMap: AttributeKey[File]

  33. val scalaJSStage: SettingKey[Stage]

  34. val scalaJSUseMainModuleInitializer: SettingKey[Boolean]

  35. val scalaJSVersion: String

    The current version of the Scala.

    The current version of the Scala.js sbt plugin and tool chain.

  36. val scalajsp: InputKey[Unit]

    Prints the content of a .

    Prints the content of a .sjsir file in human readable form.

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. val testHtml: TaskKey[Attributed[File]]

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped