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

Decaffeinate docs spec #71

Merged
merged 4 commits into from
May 21, 2023
Merged

Conversation

2colours
Copy link
Contributor

Meant to supersede #27.
Again, it's almost verbatim because there have been no modifications upstream.
Otherwise, nothing unusual - less functions, and unused parameters might go with the underscore, linters tend to like that.

GuilleW and others added 2 commits May 20, 2023 21:24
let > var
semicolons > no semicolons
unused parameters with leading underscore
Copy link
Member

@DeeDeeG DeeDeeG left a 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 returns.

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.

Copy link
Member

@confused-Techie confused-Techie left a 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

Copy link
Member

@DeeDeeG DeeDeeG left a comment

Choose a reason for hiding this comment

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

👍

@DeeDeeG
Copy link
Member

DeeDeeG commented May 21, 2023

Some accidental stray spaces at the beginnings of lines were added. Gonna clean those up real quick.

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.

4 participants