srgraham/coffeelint-callback-handle-error

Linter no longer works with CoffeeScript 1.11.0

zmillman opened this issue · 1 comments

This commit jashkenas/coffeescript@021d2e4 refactored how literals were represented - so the logic for matching 'Literal' tokens no longer works.

It should be updated to handle 'IdentifierLiteral' tokens (while probably still supporting 'Literal' for backwards compatibility with pre-1.11.0 coffeescript).

whoa, a coffeescript 2 release actually looks promising now.
I'll update the tests on these so they make more sense.