Closed hkjpotato closed 3 years ago
Fixed #276
I just follow the fix on the similar issue found in decimal.js. https://github.com/MikeMcl/decimal.js/pull/42
decimal.js
However, crypto-js should probably consider removing require at all. https://github.com/MikeMcl/decimal.js/pull/42#issuecomment-259472652
require
@evanvosberg can you help review this tiny PR, thank you
close it because there is a better solution following the spec https://github.com/brix/crypto-js/pull/364
Fixed #276
I just follow the fix on the similar issue found in
decimal.js
. https://github.com/MikeMcl/decimal.js/pull/42However, crypto-js should probably consider removing
require
at all. https://github.com/MikeMcl/decimal.js/pull/42#issuecomment-259472652