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
Additional fixes like #3036
Options are now not required in onXxx methods, but the interfaces where not updated to that end.
Related #2921
Root cause: aws/jsii#548
Confirmed that jsii actively checks for this and prevents that:
error TS0: jsii-playground.MyCkass#foo changes the optionality of paramerter _bar when implementing jsii-playground.IMyInterface (expected false, found true)
Repro:
This will succeed in typescript but fail in languages like Java. jsii should not allow it.
The text was updated successfully, but these errors were encountered: