wagenaartje / stocks.js

:moneybag: stocks.js is an easy-to-use stock market API for Javascript
https://github.com/wagenaartje/stocks.js
MIT License
326 stars 68 forks source link

Please generate ES5 code in dist #15

Open julkue opened 6 years ago

julkue commented 6 years ago

To avoid errors like: Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode.

I'm using a very tight project setup for a minimal project, therefore I don't want to bloat up the project with a transpilation just for this library.