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
Rename params instead of escaping them (for instance, object renamed to just obj).
Convert UnionType to string whenever it's possible.
Resolve "import as" clauses and introduce imports accordingly.
Resolve overrides for nested classes and interfaces.
Remove conflicting overloads.
Treat names starting with dot as non-supportable. Unforunately, we need to introduce some changes in Kotlin/JS compiler itself for supporting property names not accessible via dot.
Always add JsNonModule alongside with JsModule.
Convert boolean literals to Boolean while converting types.
Copy methods generated from unrolled union types to ancestor classes.