scala-js / scala-js-stubs   1.1.0

BSD 3-clause "New" or "Revised" License GitHub

Stubs to use Scala.js annotations in cross-platform codebases

Scala versions: 3.x 2.13 2.12 2.11 2.10

scalajs-stubs

scalajs-stubs is a tiny compile-time-only library of stubs for some Scala.js-specific annotations, which can be used in non-Scala.js projects. It is meant to be used in the JVM and/or Native platforms of cross-compiling projects.

libraryDependencies += "org.scala-js" %% "scalajs-stubs" % "1.1.0"