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): fix undefined imports in some cases (#333, #761) #787

Merged
merged 1 commit into from Jun 24, 2021

Conversation

Anber
Copy link
Collaborator

@Anber Anber commented Jun 24, 2021

Motivation

Shaker didn't process exports when they were defined with string literals (exports["foo"] = 42 instead of exports.foo = 42).

Summary

Just a small fix that will resolve #333 and hopefully #761

Test plan

One test was extended.

@Anber Anber merged commit e374072 into master Jun 24, 2021
@Anber Anber deleted the issue-333 branch June 24, 2021 15:11
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.

linaria/babel throws error on nested object interpolations within css
1 participant