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

After upgrading to 1.7.0 - TypeError: Cannot read property 'name' of undefined #327

Closed
bradbirnbaum opened this issue May 9, 2016 · 6 comments

Comments

@bradbirnbaum
Copy link

bradbirnbaum commented May 9, 2016

13:12 $ eslint ./src
Cannot read property 'name' of undefined
TypeError: Cannot read property 'name' of undefined
    at EventEmitter.handleExportNamed (/usr/local/lib/node_modules/eslint-plugin-import/lib/rules/no-mutable-exports.js:80:56)
    at emitOne (events.js:95:20)
    at EventEmitter.emit (events.js:182:7)
    at NodeEventGenerator.enterNode (/usr/local/lib/node_modules/eslint/lib/util/node-event-generator.js:40:22)
    at CodePathAnalyzer.enterNode (/usr/local/lib/node_modules/eslint/lib/code-path-analysis/code-path-analyzer.js:607:23)
    at CommentEventGenerator.enterNode (/usr/local/lib/node_modules/eslint/lib/util/comment-event-generator.js:97:23)
    at Controller.traverser.traverse.enter (/usr/local/lib/node_modules/eslint/lib/eslint.js:886:36)
    at Controller.__execute (/usr/local/lib/node_modules/eslint/node_modules/estraverse/estraverse.js:397:31)
    at Controller.traverse (/usr/local/lib/node_modules/eslint/node_modules/estraverse/estraverse.js:501:28)
    at Controller.Traverser.controller.traverse (/usr/local/lib/node_modules/eslint/lib/util/traverser.js:36:33)

Note I'm using "eslint-config-airbnb": "9.0.1"

@vdh
Copy link

vdh commented May 9, 2016

That looks like #317 I think?

@jfmengels
Copy link
Collaborator

Yes, this should be the same as #317. It's been fixed in #322, but not released yet.

@bradbirnbaum
Copy link
Author

Glad its been fixed. Any ETA on a release?

@benmosher
Copy link
Member

I'd guesstimate Thursday morning. Might be early next week or this weekend, though.

@benmosher
Copy link
Member

Just kidding, just released it with 1.8.0. 😎

@bradbirnbaum
Copy link
Author

Thanks

On Wed, May 11, 2016 at 8:21 AM Ben Mosher notifications@github.com wrote:

Just kidding, just released it with 1.8.0. 😎


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#327 (comment)

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

No branches or pull requests

4 participants