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(shaker): reimplement enums support (fixes #848) #853

Merged
merged 1 commit into from Oct 8, 2021
Merged

Conversation

Anber
Copy link
Collaborator

@Anber Anber commented Oct 8, 2021

Motivation

#764 keeps too many redundant statements, which cause problems when some statements address identifiers in global or window scope (ex. #848).

Summary

This PR reverts changes made in #764 and introduces a new method for detecting compiled enums.

Test plan

Unit tests were updated.

@Anber Anber merged commit 8f1d7cb into master Oct 8, 2021
@Anber Anber deleted the issue/848 branch October 8, 2021 09:36
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.

None yet

1 participant