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

Transpile trailing function commas #54

Merged
merged 1 commit into from
Nov 18, 2017
Merged

Transpile trailing function commas #54

merged 1 commit into from
Nov 18, 2017

Conversation

adrianheine
Copy link
Member

Closes #50.

@Rich-Harris Rich-Harris merged commit e4f08fa into bublejs:master Nov 18, 2017
@Rich-Harris
Copy link
Collaborator

nice, thanks. I moved the shared logic into a new file

@SeregPie
Copy link

SeregPie commented Nov 18, 2017

Thank you a lot!

Does it also allow to write trailing commas in function calls?

foo(
    param1,
    param2,
);

@Rich-Harris
Copy link
Collaborator

@SeregPie yep!

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.

None yet

3 participants