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
Because TupleMirror uses runtime.Tuples.fromProduct, Scala.JS brings Tuple1 ... Tupe21 into the source code, and that ends up consuming around 50KB of minified (fullOpt) JavaScript code.
So, at the very least, the Scaladoc is not accurate, as the effect is exactly opposite for Scala.JS.
But as we have seen with Vector (scala-js/scala-js#4699), it appears that the team is adding minor benefits to JVM at the significant expense to Scala.JS.