zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Remove Ice.Optional and Ice.Nullable aliases #2331

Closed pepone closed 1 week ago

pepone commented 1 week ago

This PR removes Ice.Nullable and Ice.Optional TypeScript aliases and updates the generated code to directly use | null, | undefined as appropriate.