org.scalajs.sbtplugin.ScalaJSPlugin

AutoImport

object AutoImport extends DependencyBuilders with CrossProjectExtra

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

Type Members

  1. implicit class JSModuleIDBuilder extends AnyRef

    Builder to allow declarations like:

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 CrossType: cross.CrossType.type

  7. val FastOptStage: FastOpt.type

  8. val FullOptStage: FullOpt.type

  9. def NodeJSEnv(executable: String = "node", args: Seq[String] = Seq.empty, env: Map[String, String] = Map.empty): sbt.Def.Initialize[Task[NodeJSEnv]]

    Creates a Def.Initialize for a NodeJSEnv.

    Creates a Def.Initialize for a NodeJSEnv. Use this to explicitly specify in your build that you would like to run with Node.js:

    postLinkJSEnv := NodeJSEnv().value

    Note that the resulting Setting is not scoped at all, but must be scoped in a project that has the ScalaJSPlugin enabled to work properly. Therefore, either put the upper line in your project settings (common case) or scope it manually, using Project.inScope.

  10. def PhantomJSEnv(executable: String = "phantomjs", args: Seq[String] = Seq.empty, env: Map[String, String] = Map.empty, autoExit: Boolean = true): sbt.Def.Initialize[Task[PhantomJSEnv]]

    Creates a Def.Initialize for a PhantomJSEnv.

    Creates a Def.Initialize for a PhantomJSEnv. Use this to explicitly specify in your build that you would like to run with PhantomJS:

    postLinkJSEnv := PhantomJSEnv().value

    Note that the resulting Setting is not scoped at all, but must be scoped in a project that has the ScalaJSPlugin enabled to work properly. Therefore, either put the upper line in your project settings (common case) or scope it manually, using Project.inScope.

  11. val PreLinkStage: PreLink.type

  12. object ProvidedJS

    Builder to allow declarations like:

  13. val RuntimeDOM: RuntimeDOMDep

    Dummy builder to allow declaractions like:

    Dummy builder to allow declaractions like:

    RuntimeDOM % "test"
    Definition Classes
    DependencyBuilders
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. val checkScalaJSSemantics: SettingKey[Boolean]

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit def crossClasspathDependency(cp: CrossProject): CrossClasspathDependency

    Definition Classes
    CrossProjectExtra
  18. implicit def crossClasspathDependencyConstructor(cp: CrossProject): Constructor

    Definition Classes
    CrossProjectExtra
  19. def crossProject: Builder

    Definition Classes
    CrossProjectExtra
    Annotations
    @macroImpl( ... )
  20. implicit def crossProjectFromBuilder(builder: Builder): CrossProject

    Definition Classes
    CrossProjectExtra
  21. val emitSourceMaps: SettingKey[Boolean]

  22. final def eq(arg0: AnyRef): Boolean

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

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

  25. def finalize(): Unit

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

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

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

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

    Definition Classes
    Any
  30. val jsDependencies: SettingKey[Seq[AbstractJSDep]]

  31. val jsDependencyFilter: SettingKey[(Traversable[FlatJSDependency]) ⇒ Traversable[FlatJSDependency]]

  32. val jsDependencyManifest: TaskKey[File]

  33. val jsEnv: TaskKey[JSEnv]

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

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

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

    Definition Classes
    AnyRef
  37. val packageJSDependencies: TaskKey[File]

  38. val packageScalaJSLauncher: TaskKey[Attributed[File]]

  39. val persistLauncher: SettingKey[Boolean]

  40. val postLinkJSEnv: TaskKey[JSEnv]

  41. val preLinkJSEnv: TaskKey[JSEnv]

  42. val relativeSourceMaps: SettingKey[Boolean]

  43. val requiresDOM: SettingKey[Boolean]

  44. val scalaJSBinaryVersion: String

  45. val scalaJSConsole: TaskKey[JSConsole]

  46. val scalaJSExecClasspath: TaskKey[CompleteClasspath]

  47. val scalaJSIsSnapshotVersion: Boolean

  48. val scalaJSLauncher: TaskKey[Attributed[VirtualJSFile]]

  49. val scalaJSOptimizerOptions: SettingKey[OptimizerOptions]

  50. val scalaJSPhantomJSClassLoader: TaskKey[ClassLoader]

    Class loader for PhantomJSEnv.

    Class loader for PhantomJSEnv. Used to load jetty8.

  51. val scalaJSPreLinkClasspath: TaskKey[IRClasspath]

  52. val scalaJSSemantics: SettingKey[Semantics]

  53. val scalaJSStage: SettingKey[Stage]

  54. val scalaJSVersion: String

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

    Definition Classes
    AnyRef
  56. implicit final def toScalaJSGroupID(groupID: String): ScalaJSGroupID

    Definition Classes
    DependencyBuilders
  57. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CrossProjectExtra

Inherited from DependencyBuilders

Inherited from AnyRef

Inherited from Any

Ungrouped