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
If I paste this into the "try it" textarea on http://maxtaco.github.io/coffee-script/:
console.log 'before' await setTimeout defer(), 1000 console.log 'after'
it compiles to this:
console.log('before'); await(setTimeout(defer(), 1000)); console.log('after');
The text was updated successfully, but these errors were encountered:
oy
i wonder when i broke that
On Tue, Oct 28, 2014 at 11:44 PM, Sidney San Martín < notifications@github.com> wrote:
If I paste this into the "try it" textarea on http://maxtaco.github.io/coffee-script/: console.log 'before'await setTimeout defer(), 1000console.log 'after' it compiles to this: console.log('before'); await(setTimeout(defer(), 1000)); console.log('after'); — Reply to this email directly or view it on GitHub #137.
console.log 'before'await setTimeout defer(), 1000console.log 'after'
— Reply to this email directly or view it on GitHub #137.
Sorry, something went wrong.
Fixed now, thanks for the bug report.
No branches or pull requests
If I paste this into the "try it" textarea on http://maxtaco.github.io/coffee-script/:
it compiles to this:
The text was updated successfully, but these errors were encountered: