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

Avoid re-exporting everything from the index file (leave only the version, which is auto-updated). #14

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

trusktr
Copy link
Owner

@trusktr trusktr commented Sep 10, 2024

This change is so that unrelated tools don't get bundled together in downstream projects that don't need all of them.

BREAKING: These utilities can no longer be imported from 'lowclass'. Instead, import the utility that you need directly from the specific file it is in, f.e. import {Constructor} from 'lowclass/dist/Constructor.js'.

…sion, which is auto-updated). This change is so that unrelated tools don't get bundled together in downstream projects that don't need all of them.

BREAKING: These utilities can no longer be imported `from 'lowclass'`. Instead, import the utility that you need directly from the specific file it is in, f.e. `import {Constructor} from 'lowclass/dist/Constructor.js'`.
@trusktr trusktr merged commit ce23fc7 into main Sep 10, 2024
0 of 2 checks passed
@trusktr trusktr deleted the unexport-from-index branch September 10, 2024 07:31
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