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: "Malformed enum value" when using @Scoped packages (#139)
Fixes#138
The code that validated the format of jsii enum values was too rigid
and didn't allow "/" in type names. When using a package from an npm
scope, the enum value will look like this `@scope/foo.EnumType/MemberName`.
Also, add a verification that the enum member exists in the enum and fail
otherwise.
Required fix in kernel, java and dotnet runtimes.
0 commit comments