kenbot / goggles

Pleasant, yet principled Scala optics DSL
MIT License
195 stars 7 forks source link

Scala.js support #24

Closed kenbot closed 7 years ago

kenbot commented 7 years ago

Should be straightforward - almost everything happens in the compiler, anyway.

aoiroaoino commented 7 years ago

need to https://github.com/etorreborre/specs2/issues/465

However, if you only run test in JVM, it is possible to support scala-js :) for example: https://github.com/argonaut-io/argonaut/pull/265

kenbot commented 7 years ago

Done, thanks to @aoiroaoino