estatico / scala-newtype

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

added scalajs support #5

Closed kailuowang closed 6 years ago

carymrobbins commented 6 years ago

@kailuowang I'm currently working on @newtype macro support, and that should be available soon. I assume this is something you'd want for ScalaJS as well? If so, what additional changes might need to be made and/or considered for this to work?

kailuowang commented 6 years ago

I am not 100% sure but I believe there is no additional change needed, it should just work. You just need to move the new macro related sbt settings to inside the settings(....) like all the other settings. I can definitely help if you have trouble get it working with your macro branch.

carymrobbins commented 6 years ago

I'm going to wrap up the macro stuff and then make a release by the end of the week. Thanks @kailuowang!