Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove es6 #26

Closed
BDiehr opened this issue Sep 15, 2016 · 2 comments
Closed

Remove es6 #26

BDiehr opened this issue Sep 15, 2016 · 2 comments

Comments

@BDiehr
Copy link

BDiehr commented Sep 15, 2016

This module uses const, depending on someones build process, they may or may not run node modules through a transpiler - which is why most npm modules include a built or just write it in es5 compliant javascript outright

@sindresorhus
Copy link
Owner

Duplicate of #22.

@BDiehr
Copy link
Author

BDiehr commented Sep 16, 2016

Well no point in arguing with you because it's your repo, but the vast majority of popular and maintained libraries are compiled down for you for a reason. This is only a ideological argument for enforcing people to target a higher version of node for their node_modules build process and only possibly serves to make the library more difficult to use without any maintenance benefits of ES6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants