rumkin / plant

🌳 JS web server charged with WebAPI and neat HTTP2 support
https://npmjs.com/package/@plant/plant
80 stars 6 forks source link

Migrate to ESM #25

Open rumkin opened 4 years ago

rumkin commented 4 years ago

Rewrite from CommonJS modules to ESM

splrk commented 4 years ago

How do you plan to handle this? Native ESM in node is hidden behind a feature flag until version 13. Do you plan to use a transpiler to keep compatibility with older versions of node?

rumkin commented 4 years ago

Do you plan to use a transpiler to keep compatibility with older versions of node?

Yes, I do. v2 will always be compatible with the same versions of node as it is now.