Scala.js is a Scala to JavaScript compiler that allows you to write Scala code and compile it to JavaScript for running in the browser.
<dependency>
<groupId>org.scala-js</groupId>
<artifactId>scalajs-library_2.13.0-M4</artifactId>
<version>0.6.26</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Scala.js application entry point.
Use a stable Scala 2.13.x version and the corresponding Scala.js library version.
No dependency data recorded yet.