-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better scala.js support #27
Comments
jisantuc
added a commit
to stac-utils/stac4s
that referenced
this issue
Nov 16, 2020
better scala.js support seems low priority: cb372/sbt-explicit-dependencies#27
jisantuc
added a commit
to stac-utils/stac4s
that referenced
this issue
Nov 18, 2020
* Add ScalaJS plugin / project * move core src to shared * add a geometry type to js module * reorganize testing code for x-publication * add js tests * fill in geom generators, run js tests * lol just add a `-node` ♥ * get tests to fail (!!) * move spdxid enum to shared * remove unused * upgrade scalajs plugin * fix dependency declarations dependencies with %%% can't be stored in top-level declarations, so they instead need all to live inside settings macros. this moves everything and isolates the jvm deps * prefer scalafix sort imports rule * add OrganizeImports scalafix rule * organize imports * fully separate js and jvm time and meta types * mirror JVM layout with scalajs java.time package * update gitignore * lint * declare scala-java-time dep in the correct place * fix geometry encoder * fix polygon generator * move scala-java-time dependency to Test * Update changelog * make root a cross-project and rely on aggregate * lint * suppress one scapegoat warning * only run sbt-explicit-dependencies against JVM better scala.js support seems low priority: cb372/sbt-explicit-dependencies#27
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Result of running on https://github.com/cb372/cats-retry, which is cross-compiled for JVM and JS:
Focussing on just one Scala.js project for clarity:
One more example:
The text was updated successfully, but these errors were encountered: