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

[ast][cleanup][EZ] Do not make pattern polymorphic over base #1129

Merged
merged 2 commits into from
Nov 5, 2023

Conversation

SamChou19815
Copy link
Owner

@SamChou19815 SamChou19815 commented Nov 5, 2023

[ast][cleanup][EZ] Do not make pattern polymorphic over base

This is a sharing strategy added when we have both destructuring and matching pattern. Now we only have matching pattern, so this kind of extra indirection is no longer necessary.


Stack created with Sapling. Best reviewed with ReviewStack.

This is a sharing strategy added when we have both destructuring and matching pattern. Now we only have matching pattern, so this kind of extra indirection is no longer necessary.
@SamChou19815 SamChou19815 merged commit ef7dfd1 into main Nov 5, 2023
4 checks passed
@SamChou19815 SamChou19815 deleted the pr1129 branch November 5, 2023 18:02
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