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

Hint to add/remove parentheses #49

Open
markiewb opened this issue Mar 8, 2015 · 1 comment
Open

Hint to add/remove parentheses #49

markiewb opened this issue Mar 8, 2015 · 1 comment

Comments

@markiewb
Copy link
Owner

markiewb commented Mar 8, 2015

Provide a hint to add parentheses

true ? "foo" : "bar"

to

(true) ? "foo" : "bar"

and backwards

@markiewb markiewb changed the title Hint to add parentheses to condition of ternary Hint to add/remove parentheses to condition of ternary Mar 8, 2015
@markiewb markiewb added this to the 1.4.1 milestone Mar 8, 2015
@markiewb markiewb modified the milestones: 1.4.1, 1.5.0 Mar 18, 2015
@markiewb markiewb changed the title Hint to add/remove parentheses to condition of ternary Hint to add/remove parentheses to condition of ternary if Mar 18, 2015
@markiewb markiewb modified the milestone: 1.5.0 Mar 19, 2015
@markiewb markiewb added this to the 1.6.0 milestone Jul 26, 2016
@markiewb markiewb changed the title Hint to add/remove parentheses to condition of ternary if Hint to add/remove parentheses Jul 28, 2016
markiewb added a commit that referenced this issue Jul 28, 2016
@markiewb
Copy link
Owner Author

Work in progress 9dc0b9c

@markiewb markiewb modified the milestone: 1.6.0 Dec 9, 2016
markiewb added a commit that referenced this issue Dec 9, 2016
…h bogus proposals. Needs more conditional cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant