azu / commonjs-to-es-module-codemod

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

Fix named export with alias #7

Closed hata6502 closed 3 years ago

hata6502 commented 3 years ago

https://github.com/azu/commonjs-to-es-module-codemod/issues/6