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

build: change exports #6

Merged
merged 2 commits into from
Mar 15, 2024
Merged

build: change exports #6

merged 2 commits into from
Mar 15, 2024

Conversation

piellardj
Copy link
Member

For better modularity, don't export everything under a single name, but export things individually so that users of this package can chose precisely what they import.

For instance, aresrpg-world only imports types from this module, so it doesn't need to import any code.

For better modularity, don't export everything under a single name, but export things individually so that users of this package can chose precisely what they import.

For instance, aresrpg-world only imports types from this module, so it doesn't need to import any code.

BREAKING CHANGE: changed the way the package is imported
@piellardj piellardj requested a review from Sceat March 15, 2024 13:20
@piellardj piellardj self-assigned this Mar 15, 2024
@Sceat Sceat changed the title Build/change exports build: change exports Mar 15, 2024
@Sceat Sceat merged commit 69657c9 into master Mar 15, 2024
2 checks passed
@Sceat Sceat deleted the build/change-exports branch March 15, 2024 13:29
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.

2 participants