https://github.com/scala-js/scala-js-stubs
Stubs to use Scala.js annotations in cross-platform codebases
https://github.com/scala-js/scala-js-stubs
Last synced: 7 months ago
JSON representation
Stubs to use Scala.js annotations in cross-platform codebases
- Host: GitHub
- URL: https://github.com/scala-js/scala-js-stubs
- Owner: scala-js
- License: bsd-3-clause
- Created: 2018-09-04T16:06:24.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T10:01:58.000Z (almost 4 years ago)
- Last Synced: 2024-03-27T01:12:52.131Z (over 1 year ago)
- Language: Scala
- Size: 11.7 KB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```scala
libraryDependencies += "org.scala-js" %% "scalajs-stubs" % "1.1.0"
```