MemoryPack
MemoryPack copied to clipboard
Export TypeScript files by respecting the Nullable markers in C#
When working with TypeScript in strict mode, the developers care about the nullability of member types. However, the current TypeScript generator doesn't take into consideration the markers in C# to generate the TypeScript files.
Expected behavior
Only emit nullable types in TypeScript when a Type is nullable in C#.