-
I tried starting a scalajs project with `KyoApp`, but code as simple as below doesn't work:
```scala
import kyo.*
object ScalaJsApp extends KyoApp {
run(for {
_
-
See also #3897, which discusses `scalajs-bundler`.
Based on [this article](https://www.scala-lang.org/blog/2023/04/18/faster-scalajs-development-with-frontend-tooling.html), it seems that `scalajs…
-
I had a go at this, and bumped into the following, I needed to add these imports myself, in order to be able to run the example on the readme, could be helpful to add them to the docs.
```
import…
-
`sbt-web` is dead and the UglifyJs we use is fairly broken in that it regularly recompresses all the files.
Seems that we ["want to use webpack’s uglify plugin, not sbt’s one"](https://gitter.im/sc…
-
## steps
I noticed this when migrating scala-js/scala-js to sbt 2.x in https://github.com/scala-js/scala-js/compare/main...adpi2:scala-js:sbt-2.x.
## problem
sbt depends on a fixed version of…
adpi2 updated
1 month ago
-
Scala.js does not work for Scala `3.3.x`. Classes extending `java.util.SequencedCollection` cause problems. Note that Scala Native has the class added although it is just a stub at this time.
Repro…
-
Hi,
congrats for this DSL !
Did you plan to provide a scalajs lib so that it could be compiled through scalajs and renderered to something like a [scalatags](http://www.lihaoyi.com/scalatags/) ``` T…
-
When upgrading a cross-built project from Scala 2.13.14 to 2.13.15, there are some dependency errors reported by `versionPolicyReportDependencyIssues`. See for example here: https://github.com/durban/…
-
```
It will be great if you would add scalajs support, this will allow to use kiama
on the client and in cross scala/scalajs libs
```
Original issue reported on code.google.com by `antonkul...@gmail…
-
It would be nice to see core operation case classes and transformation algorithms crosspublished to scalajvm/scalajs so developers will be able to use them also on the frontend.