sinclairzx81 / typebox

Json Schema Type Builder with Static Type Resolution for TypeScript
Other
4.98k stars 157 forks source link

Revision 0.32.7 #727

Closed sinclairzx81 closed 9 months ago

sinclairzx81 commented 9 months ago

This PR updates the Default Value function to ensure that the default annotation is cloned on assignment. Previously, the default annotation was assigned by reference, causing subsequent operations on the value to mutate the annotation.

Reference: https://github.com/sinclairzx81/typebox/issues/726