We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/beautify-web/js-beautify/blob/master/js/lib/beautify.js#L93-L107
Your library is not polyfill and it should not modify environment.
Object.values
Object.keys
I think first option is better.
The text was updated successfully, but these errors were encountered:
@wKich - It doesn't quite work as Object.keys, but adding an array is fine.
Sorry, something went wrong.
Remove Object.value polyfill
3c45773
Fixes beautifier#1205
20d47bc
f56a513
No branches or pull requests
https://github.com/beautify-web/js-beautify/blob/master/js/lib/beautify.js#L93-L107
Your library is not polyfill and it should not modify environment.
Object.values
at all in your code. I found only one place where it use and can be simply replaced toObject.keys
equivalent.Object.values
polyfill manually.I think first option is better.
The text was updated successfully, but these errors were encountered: