You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: