MemoryPack
MemoryPack copied to clipboard
feat: use C# nullable markers to export ts nullable types
I've modified the code to allow the nullable type propagation from C# to TypeScript. Also, I added a flag to keep the old behavior and enable this feature.
@neuecc give me your opinions about that and point me out if I'm forgetting something or if I've missed anything to read the configuration that I've created.
I still don't know too much about the project structure and I'm learning about code generators too. Also, I'm not being able to compile it on my Mac because there is no support for Native AOT compilation apparently.
Closes #88