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 1] #33380

Merged

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.).

@layershifter layershifter force-pushed the chore/remove-export-star-1 branch from 8381314 to fceca00 Compare December 2, 2024 11:46
@fabricteam
Copy link
Collaborator

fabricteam commented Dec 2, 2024

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

@layershifter layershifter force-pushed the chore/remove-export-star-1 branch from fceca00 to c9d402c Compare December 2, 2024 11:53
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-1 branch 5 times, most recently from 9426b21 to 9093598 Compare December 2, 2024 13:13
@layershifter layershifter marked this pull request as ready for review December 2, 2024 13:40
@layershifter layershifter requested review from a team, chpalac and ling1726 as code owners December 2, 2024 13:40
@layershifter layershifter force-pushed the chore/remove-export-star-1 branch from 9093598 to 7d36e3a Compare December 2, 2024 14:37
@layershifter layershifter merged commit b9cac91 into microsoft:master Dec 2, 2024
16 checks passed
@layershifter layershifter deleted the chore/remove-export-star-1 branch December 2, 2024 15:04
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.

3 participants