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

Remove internal tile APIs from core-frontend package exports #7673

Merged
merged 14 commits into from
Feb 8, 2025

Conversation

pmconne
Copy link
Member

@pmconne pmconne commented Feb 7, 2025

This moves a bunch of files containing nothing but internal APIs into src/tile/internal/ and updates import paths.
All the tile APIs are supposed to be exported and imported from the tile/internal.ts barrel file.
Previously, core-frontend.ts did export * of everything in that barrel.
Instead, we now selectively re-export only the public APIs.

Copy link
Contributor

mergify bot commented Feb 7, 2025

This pull request is now in conflicts. Could you fix it @pmconne? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

# Conflicts:
#	common/api/core-frontend.api.md
#	common/api/summary/core-frontend.exports.csv
@pmconne pmconne merged commit 66cd3ab into master Feb 8, 2025
16 checks passed
@pmconne pmconne deleted the pmc/frontend-internal-tile branch February 8, 2025 00:25
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.

1 participant