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
I thought I remember seeing an error that all superclasses of an exported class need to be exported as well... but if that's not the case, that actually changes some design choices I made in the CDK :).
When a base class is erased, we now treat it's "implementation" clauses
as if they were part of the original class (similar to how we merge declarations
for methods/properties).
Fixes#487
Repro:
I am expecting the jsii spec for
Derived
to implementIExternal
as an interface.The text was updated successfully, but these errors were encountered: