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
Fix#11592: Scala.js: Handle default params of native JS classes.
They must not be emitted, just like regular methods inside native
JS classes are not emitted.
This ensures that if the default value is `= js.native`, it is not
emitted, and therefore does not report an error tha calling
`js.native` is illegal in non-native code.
0 commit comments