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

Fixed an issue with the lack of /*#__PURE__*/ annotations before styled calls transformed from tagged template expressions #2799

Merged
merged 8 commits into from Jul 27, 2022

Conversation

Andarist
Copy link
Member

fixes #2619

@changeset-bot
Copy link

changeset-bot bot commented Jun 27, 2022

🦋 Changeset detected

Latest commit: 87a7a22

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@emotion/babel-plugin Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 27, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 87a7a22:

Sandbox Source
Emotion Configuration
Emotion issue template Issue #2619

@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #2799 (87a7a22) into main (1c32b04) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
scripts/babel-preset-emotion-dev/src/index.js 66.66% <ø> (ø)
packages/babel-plugin/src/styled-macro.js 97.95% <100.00%> (-0.05%) ⬇️

@Andarist
Copy link
Member Author

Andarist commented Jul 8, 2022

@mitchellhamilton would love a second pair of eyes on this one.

The build of the site has failed here but it's rather for an unrelated reason. There is a PR that rewrites the site from Gatsby to Next.js - I hope it will resolve such issues (and it will be easier to maintain for us).

Comment on lines 95 to 96
: reference.parentPath.parentPath.isTaggedTemplateExpression()
? reference.parentPath.parentPath
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When will this case happen? If it's a valid styled call, won't createStyledComponentPath always be set?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was indeed redundant, some leftover from a WIP - I had to add this to workaround a bug in the code leading to this but it seems that I later fixed the underlying issue. I've cleaned up this redundant code and everything looks OK, thanks for noticing!

@Andarist Andarist merged commit 5b99a84 into main Jul 27, 2022
@Andarist Andarist deleted the fix/pure-annotations-before-styled-calls branch July 27, 2022 05:25
@github-actions github-actions bot mentioned this pull request Jul 27, 2022
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.

Babel plugin doesn't add PURE comment in latests babel
2 participants