gturi / nca

Node cross platform command alias
MIT License
2 stars 0 forks source link

Add support for ESModules #200

Open gturi opened 5 months ago

gturi commented 5 months ago

Module type commands do not work when declared with ES modules syntax:

export default function (input) {
  console.log(`hello world`);
};
gturi commented 3 months ago

It should be available from node 22 with --experimental-require-module flag: https://nodejs.org/en/blog/announcements/v22-release-announce#support-requireing-synchronous-esm-graphs