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

Comment in arguments #430

Open
neumatho opened this issue Oct 14, 2020 · 0 comments
Open

Comment in arguments #430

neumatho opened this issue Oct 14, 2020 · 0 comments

Comments

@neumatho
Copy link

It you have a comment in argument list of a function, then the comment is not included in the output.

function f1(a, /* my comment */ c) {
}

generates

function f1(a, c) {
}

It seems like the attachComments() function place the comment at the right place, namely as leading comment to argument 'c', so the issue is only in the code generator.

-Thomas

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

No branches or pull requests

1 participant