You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
Ahoy. Thanks for putting this module together. I'm intending to use it to generate an mjs file from a CommonJS in an automated prepublish step. One drawback right now is that I can't specify a file to output to; the file I specify to convert is just overwritten. It's a mild inconvenience, as I just have to copy the file to the new extension before running cjs-to-es6.
So being able to specify --out or some such would be keen.
The text was updated successfully, but these errors were encountered:
I'd suggest archiving the repo or placing an 'unmaintained' notice in the readme as well. It's also helpful to publish a new version with the updated readme, or mark the package as deprecated.
Ahoy. Thanks for putting this module together. I'm intending to use it to generate an
mjs
file from a CommonJS in an automated prepublish step. One drawback right now is that I can't specify a file to output to; the file I specify to convert is just overwritten. It's a mild inconvenience, as I just have to copy the file to the new extension before running cjs-to-es6.So being able to specify
--out
or some such would be keen.The text was updated successfully, but these errors were encountered: