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

Indented function parameters #816

Merged
merged 2 commits into from
Nov 23, 2023
Merged

Indented function parameters #816

merged 2 commits into from
Nov 23, 2023

Conversation

edemaine
Copy link
Collaborator

Rewrite NonEmptyParameters to include Nested forms.

Fixes #760. Fixes #811.

As a bonus, functions now get rewritten to put their this: ... parameter up front, as required by TypeScript. This sort of handling was natural because all parameters get processed symmetrically now, so we needed to do some filtering anyway.

Rewrite NonEmptyParameters to include Nested forms.

Fixes #760.  Fixes #811.
@edemaine edemaine merged commit f745e54 into main Nov 23, 2023
2 checks passed
@edemaine edemaine deleted the indented-params branch November 23, 2023 18:33
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.

Parse error on multiline constructor arguments with defaults Indented function parameters
2 participants