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

Fix ESM imports and tree-shaking #363

Merged
merged 45 commits into from
May 21, 2024
Merged

Conversation

trxcllnt
Copy link
Member

@trxcllnt trxcllnt commented Jan 3, 2024

Description:
Import files with .js suffixes to make ESM code compatible with node's ESM latest implementation.

Related issue (if exists):
Fixes #342

@trxcllnt trxcllnt changed the title Fix ESM imports and tree-shaking [WIP] Fix ESM imports and tree-shaking Jan 3, 2024
@trxcllnt trxcllnt changed the title [WIP] Fix ESM imports and tree-shaking Fix ESM imports and tree-shaking May 18, 2024
@trxcllnt trxcllnt force-pushed the fix/import-with-extensions branch 6 times, most recently from d6456b0 to 5a7cc9f Compare May 21, 2024 02:59
@trxcllnt trxcllnt force-pushed the fix/import-with-extensions branch 6 times, most recently from 28df605 to 6c894d8 Compare May 21, 2024 03:17
@trxcllnt trxcllnt force-pushed the fix/import-with-extensions branch from 6c894d8 to 3473e0d Compare May 21, 2024 03:18
@trxcllnt trxcllnt merged commit d31d2c5 into master May 21, 2024
62 checks passed
@trxcllnt trxcllnt deleted the fix/import-with-extensions branch May 21, 2024 03:43
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.

ES modules do not work
1 participant