scala-js-website icon indicating copy to clipboard operation
scala-js-website copied to clipboard

Source for https://www.scala-js.org/

Results 63 scala-js-website issues
Sort by recently updated
recently updated
newest added

It is not documented anywhere. I had to look at compiler code to see what it does (!).

enhancement

Here: vmunier/play-with-scalajs-example#20

enhancement

I'm lazy, but I've heard that's a good trait for a developer :-) I was reading the docs of the new homepage and wanted to submit a pull request to...

java.lang.Integer, etc. do not have reference equality as on the JVM. We should document this.

enhancement

It would be nice to know what works without having to read the source code, and the list has grown relatively large by this point so it's hard to keep...

Originated here: scala-js/scala-js#965

enhancement

I have tried to run ScalaJS code as SBT Integration test suite, I configured them as is written in the docs ``` scala .configs(IntegrationTest) .settings(commonSettings, Defaults.itSettings) .settings(inConfig(IntegrationTest)(ScalaJSPlugin.testConfigSettings)) ``` but, during...

Added details of Calico web library. https://www.armanbilge.com/calico/index.html

Demonstration of my proposal from https://github.com/scala-js/scala-js-dom/pull/766#pullrequestreview-1342581779.

I would like to experiment with the new minifier a bit. How can I control if the new minifier or GCC is used? I find the documentation about `scalaJSLinkerConfig` a...