postmanlabs / postman-collection-transformer

Perform rapid conversion and validation of JSON structure between Postman Collection Format v1 and v2.
Apache License 2.0
87 stars 45 forks source link

ESM support #659

Open christian-bromann opened 1 week ago

christian-bromann commented 1 week ago

Hey 👋

it would be very helpful if this package could be consumed within an ESM module. Is there interest for such a contribution?

Cheers!

codenirvana commented 1 week ago

Hi @christian-bromann 👋🏻

Yes! Unfortunately, we haven't prioritized it yet, but we want to support the dual-mode package.

christian-bromann commented 1 week ago

Would you prefer to rewrite the code base into TypeScript or just use a compiler like Vite to achieve this? Alternatively we could make any exported function async and have the CJS version dynamically import the ESM one, but this may be a breaking change.