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#10177: Test @JSType in isJSType instead of using time travel.
The time travel in `isJSType` was causing an issue when used from
`ExplicitJSClasses`. It would somehow interfere with
`ExplicitOuter`, which would then generate an outer pointer twice.
We now test the presence of the `@JSType` annotation, which is also
what Scala 2 does. Historically we used the time travel because we
had not implemented `PrepJSInterop`, which is responsible for
adding the `@JSType` annotations in the first place.
0 commit comments