azu / commonjs-to-es-module-codemod

Codemod that convert CommonJS(require/exports) to ES Modules(import/export) for JavaScript/TypeScript
MIT License
80 stars 15 forks source link

retain comments #20

Closed miyamonz closed 1 year ago

miyamonz commented 1 year ago

With this PR, it will retain comments.

miyamonz commented 1 year ago

I didn't notice that a similar PR was already created #11; sorry!

azu commented 1 year ago

Thanks! https://github.com/azu/commonjs-to-es-module-codemod/releases/tag/v0.5.7