Registry / other / scalajs-stubs-2-11

scalajs-stubs-2-11

JSON →
library1.1.0javamavenunverified

Provides stub definitions for Scala.js to enable compilation of Scala code targeting JavaScript.

<dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-stubs_2.11</artifactId> <version>1.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALAJS-STUBS-2-11
S
scalajs-stubs-2-11
otherjavav1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JSApp
scala.scalajs.js.JSApp

Minimal Scala.js application using stubs

import scala.scalajs.js.JSApp object Main extends JSApp { def main(): Unit = { println("Hello from Scala.js!") } }
Debug
Known issues
gotchaStubs are only for compilation; runtime requires actual Scala.js library.
fix
Ensure scala-js-library is included at runtime.
affects: all
Upgrade
Version history
1.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
scalajs-stubs-2-11 — mvn dependency:get scalajs-stubs-2-11 · libregistry