Open MagnusOxlund opened 1 month ago
For reference, Luxon is distributed in that form, with both a full and a minified version available.
I'd like to add ES module support to this package, but I'm not sure how I want to do that yet.
I've added it to my to-do list. I will probably not get to this soon, apologies.
but I'm not sure how I want to do that yet.
Could I make PR for it?
Yes, but please let me know how you plan to do this beforehand. There are a lot of different ways to accomplish this and I don't want you to have to do a bunch of unnecessary work.
From the docs, it looks like the project installs in the browser's global namespace.
Are there any plans to distribute an ES module directly to browsers (without Node.js) that can be imported with an ES6
import
declaration?For instance: