-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
PR: Internal 🏠A type of pull request used for our changelog categoriesA type of pull request used for our changelog categoriesoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
Part of the class Private Properties transform is the terribly complicated "property" to function call visitor. It's strikingly similar to the replace supers (1, 2) transform.
That's because they're the same thing, just with different functions to call. This needs to be extracted into a new helper visitor, so we can cut down the duplication.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PR: Internal 🏠A type of pull request used for our changelog categoriesA type of pull request used for our changelog categoriesoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue