Skip to content
New issue

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

Update old CoffeeScript package #1266

Closed
cryptoquick opened this issue Dec 15, 2014 · 1 comment
Closed

Update old CoffeeScript package #1266

cryptoquick opened this issue Dec 15, 2014 · 1 comment

Comments

@cryptoquick
Copy link

I'm using a CoffeeScript module that's loaded by Grunt, in a Gruntfile. It's using a very old version of CoffeeScript, version 1.3.3, which has an issue with the following syntax:

data =
      site: _.where feed.index, {id}

Namely, the comma interferes with destructuring somehow. I don't know in what version of CoffeeScript this was fixed, but CoffeeLint agrees with my code.

It'd be nice if CoffeeScript could be updated at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants