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

Remove filescoping from babel-plugin, Add transform integration APIs #827

Merged
merged 28 commits into from Sep 21, 2022

Conversation

mattcompiles
Copy link
Contributor

This PR does the following things:

  • Removes filescope appending from babel plugin
  • Adds a new package (@vanilla-extract/jest) to be used instead of using the babel plugin
  • Adds new transform and transformSync APIs that handle filescoping and automatic debug Ids
  • Updates all the existing integrations to use the new transform APIs internally
    • This results in OOTB automatic debug Id support in all integrations

@mattcompiles mattcompiles requested a review from a team September 14, 2022 05:15
@changeset-bot
Copy link

changeset-bot bot commented Sep 14, 2022

🦋 Changeset detected

Latest commit: c70aaaf

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

This PR includes changesets to release 7 packages
Name Type
@vanilla-extract/esbuild-plugin Minor
@vanilla-extract/vite-plugin Minor
@vanilla-extract/rollup-plugin Minor
@vanilla-extract/integration Major
@vanilla-extract/webpack-plugin Minor
@vanilla-extract/next-plugin Minor
@vanilla-extract/jest-transform 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

Copy link
Contributor

@askoufis askoufis left a comment

Choose a reason for hiding this comment

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

🚀

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

4 participants