PeculiarVentures / ASN1.js

ASN1js is a pure JavaScript library implementing a full ASN.1 BER decoder and encoder.
https://asn1js.org
Other
267 stars 57 forks source link

v4.10.1 upgrade v.5.4.1, var is change to const? #59

Closed gitHber closed 3 years ago

gitHber commented 3 years ago

Is that means you guys don't support es5?

YuryStrozhevsky commented 3 years ago

You can build the code using Babel and make ES5 version.

gitHber commented 3 years ago

You can build the code using Babel and make ES5 version.

Thanks for reply I know, In my project, it's just a phantom dependencies, most of time we only compile dependencies that we add by ourself