scala-js-website
scala-js-website copied to clipboard
Source for https://www.scala-js.org/
It is not documented anywhere. I had to look at compiler code to see what it does (!).
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.
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...
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...