sinclairzx81 / typebox

Json Schema Type Builder with Static Type Resolution for TypeScript
Other
4.65k stars 150 forks source link

Revision 0.32.19 #805

Closed sinclairzx81 closed 4 months ago

sinclairzx81 commented 4 months ago

This PR reverts the Union conversion logic applied on Revision 0.32.16 which matched on the "first" union variant (where 0.32.16 matched on the last). The PR retains the Intersect conversion logic in support of distributive type conversions when mixing union and intersection together.