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
If I have union of null and int, the integer value is wrapped within an object. But avro-ts-cli does not seem to generate it properly. It generates null | int (which would be ideal of course, but it does not match Avro).
Ideas?
The text was updated successfully, but these errors were encountered:
See code sandbox:
https://codesandbox.io/s/javascript-forked-k99d2s
If I have union of
null
andint
, the integer value is wrapped within an object. Butavro-ts-cli
does not seem to generate it properly. It generatesnull | int
(which would be ideal of course, but it does not match Avro).Ideas?
The text was updated successfully, but these errors were encountered: