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
Hi, this is a very nice library, I was just wondering if it's still active, and if you would like it to be upgraded to fully use ESM through esbuild and testing with vitest, instead of all the babel, webpack and other outdated tools for building it? I can make a PR for that.
The text was updated successfully, but these errors were encountered:
Hej @ciscoheat! Thanks, and yes it is, I just haven't had the time to finish up a lot of planned improvements and fixes!
This actually sounds very nice, I've been looking into different options for a new build system to replace webpack, including Rollup and Vite. For compatibility reasons I would still likely want to use include some level of transpilation and polyfilling for the dist files, and regarding migrating to ESM, which definitely streamlines things and is something I usually do nowadays for all projects, I am not 100% sure whether I want to fully do this here and thereby impose a requirement of using ESM for any project that depends on this library.
The browser support definitely doesn't have to go as far back as it currently does, but I am hesitant about only supporting evergreen browsers, so it's definitely a question of balancing modernity with compatibility.
I am working on finishing an upcoming new major version with a lot of fixes and improvements, and I'm thinking that I could definitely publish this in a development branch where you would be more than welcome to make a PR with your suggestions, and I would look it over and see how I would pull it all together for the official release of version 3.0.0!
Hi, this is a very nice library, I was just wondering if it's still active, and if you would like it to be upgraded to fully use ESM through esbuild and testing with vitest, instead of all the babel, webpack and other outdated tools for building it? I can make a PR for that.
The text was updated successfully, but these errors were encountered: