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

Add multi-assignment-support to export #335

Merged
merged 5 commits into from
Jun 3, 2024
Merged

Conversation

irh
Copy link
Contributor

@irh irh commented Jun 3, 2024

This PR adds support for multi-assignment to export, allowing expressions like:

export a, b, c = 'a-b-c'.split '-'

@irh irh merged commit c8b8234 into main Jun 3, 2024
6 checks passed
@irh irh deleted the export-multi-asssignment branch June 3, 2024 09:58
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.

1 participant