Can ES7 requirement be mentioned in the README?
Closed this issue · 1 comments
andrewnessinjim commented
Array.prototype.includes
which is used by this project is available from ES7 onward. Wouldn't it be a good idea to mention that in the README?
I had to spend some time (not more than 10mins) to figure this out and include the es7-shim in my project.
GuillaumeJasmin commented
Hi,
Thanks for your feedback, and apologies for the lack of doc about ES7 features. I will add it in few days in the README. Thanks !