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
I'm trying to build master with coffee 2.4.1 and it's failing on the following:
2.4.1
/tmp/tmpfY2gMS.cl.js:51: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: class. Statement = class Statement { ^
I think it's missing the --language_in ECMASCRIPT6 --language_out ES5 flag in the emcc build path, as shown in #240
--language_in ECMASCRIPT6 --language_out ES5
The text was updated successfully, but these errors were encountered:
I'm closing this since we moved from coffee to javascript
Sorry, something went wrong.
No branches or pull requests
I'm trying to build master with coffee
2.4.1
and it's failing on the following:I think it's missing the
--language_in ECMASCRIPT6 --language_out ES5
flag in the emcc build path, as shown in #240The text was updated successfully, but these errors were encountered: