Closed sinclairzx81 closed 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
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