sinclairzx81 / typebox

Json Schema Type Builder with Static Type Resolution for TypeScript
Other
5.09k stars 162 forks source link

Revision 0.33.17 #1042

Closed sinclairzx81 closed 1 month ago

sinclairzx81 commented 1 month ago

This PR adds a fix for Value.Hash to work in ES2015. It replaces the computation of Size with a constant initializer. This avoids problems with bundlers being unable to transpile the Exponentiation operator **.

Fixes: https://github.com/sinclairzx81/typebox/issues/1041