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
Owing to a few abortive attempts to make this code work on v8, there is little consistency of which primitives are used (such as array destructuring).
Also, ES6 changed array comprehensions from the SpiderMonkey style, so these need to be replaced as well.
The text was updated successfully, but these errors were encountered:
I've already removed all array comprehension in jsmime in the pull request.
Sorry, something went wrong.
No branches or pull requests
Owing to a few abortive attempts to make this code work on v8, there is little consistency of which primitives are used (such as array destructuring).
Also, ES6 changed array comprehensions from the SpiderMonkey style, so these need to be replaced as well.
The text was updated successfully, but these errors were encountered: