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

refactor(rollup): cleanup magicExports #3554

Merged
merged 4 commits into from
Jun 23, 2022

Conversation

MichaelDeBoey
Copy link
Member

@MichaelDeBoey MichaelDeBoey commented Jun 23, 2022

Follow-up of #3543 & #3546

Packages only export their own functions/types in `magicExports`
- Use object instead of switch-case
- Put exports in alphabetical order — like we do in all our exports
We'll always have either `values` or `types`
`magicExports` will only be present on scoped packages
@MichaelDeBoey MichaelDeBoey force-pushed the cleanup-magicExports branch from 8eff4f1 to eab1de2 Compare June 23, 2022 20:53
@MichaelDeBoey MichaelDeBoey marked this pull request as ready for review June 23, 2022 20:53
@chaance chaance merged commit b212308 into remix-run:dev Jun 23, 2022
@MichaelDeBoey MichaelDeBoey deleted the cleanup-magicExports branch June 24, 2022 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants