brix / crypto-js

JavaScript library of crypto standards.
Other
15.55k stars 2.37k forks source link

ES6 modules #60

Open thisconnect opened 7 years ago

thisconnect commented 7 years ago

Would you consider using ES6 modules?

Related three.js just moved to ES6 modules https://github.com/mrdoob/three.js/pull/9310

doxiaodong commented 7 years ago

+1, ES6 module can use tree-shaking with webpack2.

htryggva commented 6 years ago

+1 We would really like to have this as well

Frexuz commented 5 years ago

Possible :P Can close issue

sethmfuller commented 3 years ago

See crypto-es

jahed commented 2 years ago

For reference, PR is here: #236