the-codegen-project / cli

Simplify your implementation in any language when using standards such as AsyncAPI
https://the-codegen-project.netlify.app/
Apache License 2.0
17 stars 0 forks source link

Improve TypeScript null payload handling #60

Closed jonaslagoni closed 1 month ago

jonaslagoni commented 4 months ago

Currently we just check if the null type is present in the meta model, however, it does not handle unions at all.

jonaslagoni commented 1 month ago

Solved in https://github.com/the-codegen-project/cli/issues/126