Skip to content

chore: remove usage of "export *" [part 2] - #33384

Merged
Oleksandr Fediashov (layershifter) merged 1 commit into
microsoft:masterfrom
layershifter:chore/remove-export-star-2
Dec 9, 2024
Merged

chore: remove usage of "export *" [part 2]#33384
Oleksandr Fediashov (layershifter) merged 1 commit into
microsoft:masterfrom
layershifter:chore/remove-export-star-2

Conversation

@layershifter

@layershifter Oleksandr Fediashov (layershifter) commented Dec 2, 2024

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Collaborator

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

@layershifter
Oleksandr Fediashov (layershifter) force-pushed the chore/remove-export-star-2 branch 6 times, most recently from c16412f to 2c69789 Compare December 2, 2024 14:50
@github-actions

github-actions Bot commented Dec 2, 2024

Copy link
Copy Markdown

📊 Bundle size report

✅ No changes found

@github-actions

github-actions Bot commented Dec 2, 2024

Copy link
Copy Markdown

Pull request demo site: URL

@layershifter
Oleksandr Fediashov (layershifter) force-pushed the chore/remove-export-star-2 branch 2 times, most recently from 8ca88a4 to 13a23a8 Compare December 2, 2024 15:12
@layershifter
Oleksandr Fediashov (layershifter) merged commit cad1393 into microsoft:master Dec 9, 2024
@layershifter
Oleksandr Fediashov (layershifter) deleted the chore/remove-export-star-2 branch December 9, 2024 11:17
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.

5 participants