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
terraform currently uses https://www.npmjs.com/package/coffee-script which is deprecated and locked at version 1.12.7. Latest coffeescript is available at https://www.npmjs.com/package/coffeescript (2.3.1). I discovered this because I was trying to use await/sync and discovered that harp was using transpiling with an older coffeescript. See https://coffeescript.org/#async-functions
harp
The text was updated successfully, but these errors were encountered:
I am also interested in coffeescript 2.
Sorry, something went wrong.
Great idea @kylegibson. This would seem a great opportunity for you to join our list of contributors. What do you think? Want to send us a PR?
Thank you for the great suggestion!
No branches or pull requests
terraform currently uses https://www.npmjs.com/package/coffee-script which is deprecated and locked at version 1.12.7. Latest coffeescript is available at https://www.npmjs.com/package/coffeescript (2.3.1). I discovered this because I was trying to use await/sync and discovered that
harp
was using transpiling with an older coffeescript. See https://coffeescript.org/#async-functionsThe text was updated successfully, but these errors were encountered: