seals icon indicating copy to clipboard operation
seals copied to clipboard

Scala.js support

Open durban opened this issue 8 years ago • 1 comments

We should support Scala.js where it makes sense (e.g., the model checker probably cannot, but it isn't need to anyway).

  • [x] Check dependencies
    • [x] shapeless
    • [x] Cats
    • [x] circe
    • [x] scodec
    • [x] scalacheck-shapeless
    • [x] ScalaTest
  • [ ] Figure out what sbt configuration is needed
    • [ ] make sure existing workflow is not broken (e.g., Eclipse)
    • [ ] releasing should work too
    • [ ] sbt-plugin should work too (even for Scala.js client projects)
  • [ ] Fix code where needed (e.g., see #44 for testing)

durban avatar Jan 29 '17 09:01 durban

Consider using https://github.com/sjrd/sbt-dynscalajs.

durban avatar Jan 31 '18 22:01 durban