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

chore: update generator to stop using "export *" #33379

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented Dec 2, 2024

New Behavior

This PR updates the components' generator to output exact exports instead of export * in barrel files.

This will improve performance of current compiler in Griffel and will unblock the future one, see microsoft/griffel#621.

@layershifter layershifter force-pushed the chore/fix-barrel-files-generator branch from 2dc4d76 to 03722fc Compare December 2, 2024 10:09
Copy link

github-actions bot commented Dec 2, 2024

📊 Bundle size report

✅ No changes found

Copy link

github-actions bot commented Dec 2, 2024

Pull request demo site: URL

@layershifter layershifter marked this pull request as ready for review December 2, 2024 10:28
@layershifter layershifter requested a review from a team as a code owner December 2, 2024 10:28
@layershifter layershifter changed the title chore/fix barrel files generator chore: update generator to stop using "export *" Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants