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

Arrow function to function? #18

Closed
acagastya opened this issue Oct 1, 2020 · 2 comments
Closed

Arrow function to function? #18

acagastya opened this issue Oct 1, 2020 · 2 comments

Comments

@acagastya
Copy link

Arrow functions were a ES6 feature and are not supported in older versions of Safari. (For reference). Please consider changing the arrow function to the older function definition.

acagastya added a commit to acagastya/fromentries that referenced this issue Oct 1, 2020
Moving from arrow function to older function definition to support pre-ES6 JavaScript engine.
@feross
Copy link
Owner

feross commented Oct 21, 2020

Sorry – Safari 10 was released in 2016 and I don't want to support it in this project.

@feross feross closed this as completed Oct 21, 2020
@acagastya
Copy link
Author

Okay, all right, @feross. But please consider just five bytes more will increase the support to many more browsers where the system is stuck in the legacy code. Safari 10 was just an example.

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