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

SDK's modules compatibility with ESM #461

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

System625
Copy link

@System625 System625 commented Nov 23, 2024

#446
ESM Compatibility Updates for Alephium SDK

Updated project configuration and dependencies to ensure proper ESM module compatibility, improving integration capabilities across the Alephium ecosystem.

This change helps streamline the development experience when using the SDK in modern JavaScript/TypeScript projects that utilize ES modules.

This closes #446
@h0ngcha0

@h0ngcha0
Copy link
Member

Hey, the goal of #446 is to ensure that SDK's modules are compatible with ESM, which is not what this PR is trying to achieve.

@System625
Copy link
Author

System625 commented Nov 27, 2024

ESM Support Implementation

I've made the changes and ensured consistent ESM usage throughout the codebase, making it more maintainable and compatible with modern JavaScript ecosystems.

All existing functionality remains unchanged, only the module system has been standardized to ESM.
@h0ngcha0

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.

Add Native Support for ESM in Packages
2 participants