osrec / currencyFormatter.js

A super simple currency formatting library
MIT License
635 stars 61 forks source link

Missing ES6 feature transpile #16

Closed cat2608 closed 6 years ago

cat2608 commented 6 years ago

Hi, thanks for the library :)

I would like to know if you could transpile it to ES5. I'm getting an error because of this line:

https://github.com/osrec/currencyFormatter.js/blob/f85b991a03c01f6d66634044a321e57bc3180d22/currencyFormatter.js#L1262

That happens when I run webpack -p so UglifyJS breaks

I've added some changes to be able to use ES6 in this PR #15 in the future. Thanks :)

osrec commented 6 years ago

Added in version 2.1.0 - thanks very much for the pull request :)