harrisiirak / cron-parser

Node.js library for parsing crontab instructions
MIT License
1.33k stars 156 forks source link

feature request: native ES module support #190

Open JounQin opened 4 years ago

JounQin commented 4 years ago

I don't know have you considered rewriting this package with native ES module or TypeScript instead?

Or we can bundle it to ES module with rollup.

I'd glad to raise a PR if you agree.

ChBernat commented 3 years ago

It would be appreciated for any Angular10 project.

sommmen commented 2 years ago

Would also love this feature - please consider!

Hexagon commented 1 year ago

Since 3 years have passed without any action - have a look at croner, which is compatible with ESM and can replace cron-parser in many scenarios