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

Add support for both ES modules and Common JS #758

Closed
Yang-33 opened this issue Mar 13, 2024 · 2 comments
Closed

Add support for both ES modules and Common JS #758

Yang-33 opened this issue Mar 13, 2024 · 2 comments
Assignees

Comments

@Yang-33
Copy link
Contributor

Yang-33 commented Mar 13, 2024

Summary

As the JavaScript ecosystem continues to evolve, ES Modules (ESM) have become a standard for modern development, offering benefits such as improved loading performance and better tooling support. To align with these advancements and increase the library's usability across various environments, I propose adding support for ES Modules.

Motivation

Adding ESM support would make line/line-bot-sdk-nodejs more versatile and accessible for developers working in both Node.js and compatible environments. It would also facilitate smoother integration with modern build tools and enable tree-shaking for more efficient bundling.

@Yang-33 Yang-33 self-assigned this Apr 1, 2024
@Yang-33 Yang-33 changed the title Add support for ES modules Add support for ES modules and Common JS Apr 1, 2024
@Yang-33 Yang-33 changed the title Add support for ES modules and Common JS Add support for both ES modules and Common JS Apr 1, 2024
@Yang-33
Copy link
Contributor Author

Yang-33 commented Apr 6, 2024

These changes are in v9.1.0!

@Yang-33 Yang-33 closed this as completed Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant