Lee Robinson
Lee Robinson
Hey! Lee from Vercel. How can I help here? 🙏
Which version are you using? Could you try using the latest `canary` version which has ES Modules support?
Ah, I think I see the issue. Your types are coming from `@types/ms`, but with the 3.0 release, types are included with the `ms` package directly. You can remove `@types/ms`.
Hey! Thank you for the exploration here. Very interesting! In the interest of ensuring this package is maintainable, readable, and most importantly stable for the millions who depend on it,...
> You mentioned maintainability now having benchmarks means this can be better maintained knowing there is no regression on performance. We will likely not be merging large feature requests at...
First off, I apologize for making you wait years to hear back from anyone 😅 There are some still interested in this, which I wasn't sure about due to lack...
I left a heart because I appreciate you being honest and civil. It's easy to lose the meaning behind a comment, especially when you don't know me at all. So...
We're thinking about pushing the canary to stable - have y'all been able to use the canary okay without any issues?
Yes, our current focus right now with `ms` is stability. We have a canary release that publishes ESM and converts to TypeScript: https://github.com/vercel/ms/releases
Those changes have been merged into `master` (will be `main` soon), there's just a canary release to test it out first. Main point was we're targeting stability, so likely will...