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: remove usage of "export *" [part 2] #33384

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

Previous Behavior

export * is used in a lot of files.

New Behavior

No API changes

export * is replaced with exact exports. This will improve performance of current compiler in Griffel and will unblock the future one, see microsoft/griffel#621.

Note: I used autofix via --fix on ESLint, so some other things were fixed (unused ESLint supressions, etc.).

@fabricteam
Copy link
Collaborator

🕵 fluentui-web-components-v3 No visual regressions between this PR and main

@layershifter layershifter force-pushed the chore/remove-export-star-2 branch 6 times, most recently from c16412f to 2c69789 Compare December 2, 2024 14:50
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 force-pushed the chore/remove-export-star-2 branch 2 times, most recently from 8ca88a4 to 13a23a8 Compare December 2, 2024 15:12
@@ -0,0 +1,7 @@
{
Copy link
Collaborator

@fabricteam fabricteam Dec 2, 2024

Choose a reason for hiding this comment

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

🕵🏾‍♀️ visual regressions to review in the fluentuiv9 Visual Regression Report

Avatar Converged 1 screenshots
Image Name Diff(in Pixels) Image Type
Avatar Converged.badgeMask.chromium.png 45 Changed
Drawer 3 screenshots
Image Name Diff(in Pixels) Image Type
Drawer.Full Overlay Dark Mode.chromium.png 984 Changed
Drawer.Full Overlay High Contrast.chromium.png 2232 Changed
Drawer.Full Overlay RTL.chromium.png 1171 Changed

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.

2 participants