-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Decaffeinate docs spec #71
Conversation
let > var semicolons > no semicolons unused parameters with leading underscore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Nice to get rid of all those not-helpful return
s.
Again, I see no failures in CI.
As I commented in the other PR, I personally don't like losing all the blank lines between bits of code, but I'm waiting on a second opinion of another reviewer agreeing, so please leave it as-is for now, unless/until another reviewer says they agree with wanting to keep the blank lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic PR, passing tests, super clean diff, and rad changes.
Do wanna say I appreciate making sure the respective .coffee
file is getting deleted in these, that'll make things super easy to merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Some accidental stray spaces at the beginnings of lines were added. Gonna clean those up real quick. |
Meant to supersede #27.
Again, it's almost verbatim because there have been no modifications upstream.
Otherwise, nothing unusual - less
function
s, and unused parameters might go with the underscore, linters tend to like that.