--
You received this message because you are subscribed to the Google Groups "Scala.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-js+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-js/ac268225-7cb8-4538-a1ae-6611c916e998%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Another option would be to implement your own stub js.annotation.JSExport class which does nothing, but which can be used on the server without the ScalaJS dependency. That way the server-code will see it and do nothing (but still compile!) while the client-code will do the right JSExport thing.
Makes sense...
--
You received this message because you are subscribed to the Google Groups "Scala.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-js+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-js/CAO26FW0zH6ghPZyhe2QjDd4NEK1BoyeVL9WdArCHYTrw946u4g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-js/e4f86797-ba5a-4ca1-a250-413d6d52282a%40googlegroups.com.
Hi,
That's @JSExportAll
http://www.scala-js.org/api/scalajs-library/0.5.5/index.html#scala.scalajs.js.annotation.JSExportAll
Cheers,
Sébastien
--
You received this message because you are subscribed to the Google Groups "Scala.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-js+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-js/901bf6c3-dc6b-47ec-ba3a-2e1704af0023%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-js/8dac00ec-0d3d-41c0-b293-acc6ffc178ba%40googlegroups.com.