You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not, is there something preventing compilation into ScalaJs?
Yes, this library depends on the Java Snake Yaml library, which isn't available for Scala.js (since it's written in Java).
Until recently, there weren't any YAML parsers written in pure Scala AFAIK. But now there is one from VirtusLab, so I created a fork of this project that uses it instead and cross-publishes for Scala.js
As far as I understand, circe-yaml is not published as a ScalaJs lib.
Is there something I miss? If not, is there something preventing compilation into ScalaJs?
Thanks for your answer.
The text was updated successfully, but these errors were encountered: