estatico / scala-newtype

NewTypes for Scala with no runtime overhead
Apache License 2.0
540 stars 31 forks source link

Add support for scala-native and scalajs 1.0 #61

Open marcesquerra opened 4 years ago

marcesquerra commented 4 years ago

In a project I'm working on, I would like to use scala-newtype from both scala-native and scalajs 1.0.

If you find it useful, I've spent a bit of time trying to upgrade scalajs and add support for scala-native into your project.

In summary, this PR does the following:

marcesquerra commented 4 years ago

I realise now there already is a PR to upgrade scalajs, if you merge that at some point, I'll fix this afterwards :)

marcesquerra commented 4 years ago

Now this show be ready to merge!