dan-lee / timescape

A flexible, headless date and time input library for JavaScript. Provides tools for building fully customizable date and time input fields, with support for libraries like React, Preact, Vue, Svelte and Solid.
https://timescape.daniellehr.de
MIT License
153 stars 2 forks source link

Cjs support #30

Closed zanuarmirza closed 1 month ago

zanuarmirza commented 2 months ago

I have checked tsup config and it doesn't include cjs format. Is there any reason why it does not support cjs ? Why do I ask about this? so, I have an old UI lib project that still uses cjs and I have to modified this package on my local to work. I could do a PR about this if it is needed.

dan-lee commented 1 month ago

Since my projects are mostly based on ESM, my focus has not been on CJS so far. Would love a PR for it!