Skip to content

Change all export * in /tools to named exports#12463

Merged
ghoshkaj merged 3 commits into
microsoft:mainfrom
ghoshkaj:named-export-tools
Oct 14, 2022
Merged

Change all export * in /tools to named exports#12463
ghoshkaj merged 3 commits into
microsoft:mainfrom
ghoshkaj:named-export-tools

Conversation

@ghoshkaj
Copy link
Copy Markdown
Contributor

This PR converts all export * in /tools to named exports.

Related issue: #10062

See for the fact that bundle size does not change when the entire repo is converted: #12321 (comment). I could not merge that PR because it is too large for one change and would make main-next integration a nightmare.

@ghoshkaj ghoshkaj requested a review from a team as a code owner October 13, 2022 14:31
@github-actions github-actions Bot added the base: main PRs targeted against main branch label Oct 13, 2022
@ghoshkaj ghoshkaj changed the title Change all export * in /tools to named exports Change all export * in /tools to named exports Oct 13, 2022
@ghoshkaj ghoshkaj requested a review from a team as a code owner October 13, 2022 16:22
@github-actions github-actions Bot added the public api change Changes to a public API label Oct 13, 2022
@ghoshkaj ghoshkaj self-assigned this Oct 13, 2022
renderTypeParameters,
} from "./RenderingHelpers";
export {
MemberTableProperties,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

ooo @alexvy86 actually look it's because MemberTableProperties is the first export here, after a bunch of r's from the module prior.

@ghoshkaj ghoshkaj merged commit 47e719b into microsoft:main Oct 14, 2022
@ghoshkaj ghoshkaj deleted the named-export-tools branch October 14, 2022 19:01
sharptrip pushed a commit to sharptrip/FluidFramework that referenced this pull request Oct 17, 2022
This PR converts all `export *` in `/tools` to named exports.
Related issue: microsoft#10062
See for the fact that bundle size does not change when the entire repo is converted:
microsoft#12321 (comment).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

base: main PRs targeted against main branch public api change Changes to a public API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants