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

Fix: support for logical and condition (i.e., ternary) expressions #63

Conversation

mozfreddyb
Copy link
Collaborator

No description provided.

code: "let endTime = (mapEnd || (e => e.delta))(this._data[this._data.length - 1]);",
parserOptions: { ecmaVersion: 6 }
},
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you raise a bug for this if we want to scan this? Happy to let both of these pass through for now as they were doing so... but I think we should consider in a bug etc.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is #62, as mentioned in the comment next to the new code in method.js that lets it pass.

@mozfreddyb
Copy link
Collaborator Author

ping?

@jonathanKingston
Copy link
Collaborator

Sorry wasn't clear that was an conditional r+ on the bug.

@jonathanKingston jonathanKingston merged commit 5eb9051 into master Jun 1, 2017
@jonathanKingston jonathanKingston deleted the dont-fail-on-logicalexpression-conditionalexpression branch June 1, 2017 09:15
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 this pull request may close these issues.

2 participants