kenbot / goggles

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

Cross compile projects for Scala and Scala.js #47

Open vic opened 3 years ago

vic commented 3 years ago

Allows using goggles from Scala.js projects. I know a previous scala.js branch was reverted #44 due to it altering the project layout, on this PR I'm trying to keep things on their original place while still compiling to both platforms.

Now that Scala.js 1 is on the wild it's much more easier to cross compile this project without changing the project structure.

vic commented 3 years ago

Tests green Main workflow running on GitHub CI via #48