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

Fix piped then for complex expressions with division by one #164

Merged
merged 2 commits into from
May 10, 2024

Conversation

aenglisc
Copy link
Contributor

An expression along the lines of |> then(&(&1 * 2 / 1)) is currently being formatted as |> (&1 * 2) because the pattern match for single-arity functions is a bit too lax.

  • Please sign Adobe's CLA if this is your first time contributing to an Adobe open source repo. Thanks!

@novaugust novaugust merged commit c174510 into adobe:main May 10, 2024
2 checks passed
@novaugust
Copy link
Contributor

thanks for the great PR

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.

2 participants