bcoin-org / bcrypto

JS crypto library
Other
99 stars 41 forks source link

js: use Error instead of assert.AssertionError. #72

Closed nodech closed 1 year ago

nodech commented 1 year ago

While experimenting on ts-linter found few issues where: assert.AssertionError does not exists.

bsert was removed from production here, in favor of simpler assert: https://github.com/bcoin-org/bcrypto/commit/9ff273dee7bb76cfeb076914ac1e70aba5cacff2.

Remove last remaining usage of assert.AssertionErrors.