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

Support named import with alias #5

Closed hata6502 closed 3 years ago

hata6502 commented 3 years ago

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

azu commented 3 years ago

Thanks!