This repository was archived by the owner on May 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Crash in destructuring assignment with splats #4
Comments
pwlmc
added a commit
that referenced
this issue
Mar 3, 2015
@bazineta Thanks! Could you check if changes on |
Resolves the issue, thanks! |
pwlmc
added a commit
that referenced
this issue
Mar 5, 2015
Fix destructuring assignment with splats #4
I think my issue #11 (which is in apparent dupe of this) is happening because the index.js file is not compiled from the latest index.coffee, at least in npm version 0.0.3. Try npm installing 0.0.3 and see what I mean. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm seeing a crash here:
https://github.com/pwlmaciejewski/coffeelint-variable-scope/blob/master/index.js#L113
When parsing statements of the format:
[foo, bar...] = baz.split ' '
The issue is with 'bar'; in such cases, v.base is undefined.
The text was updated successfully, but these errors were encountered: