Commonjs To Es Module Codemod Versions Save

Codemod that convert CommonJS(require/exports) to ES Modules(import/export) for JavaScript/TypeScript

v0.5.7

1 year ago

What's Changed

Bug Fixes

New Contributors

Full Changelog: https://github.com/azu/commonjs-to-es-module-codemod/compare/v0.5.6...v0.5.7

v0.5.6

1 year ago

Bug Fixes

  • remove import j from "jscodeshift"; (6693412)

v0.5.5

1 year ago

What's Changed

Bug Fixes

Full Changelog: https://github.com/azu/commonjs-to-es-module-codemod/compare/v0.5.4...v0.5.5

v0.5.2

1 year ago

What's Changed

Bug Fixes

New Contributors

Full Changelog: https://github.com/azu/commonjs-to-es-module-codemod/compare/v0.5.1...v0.5.2

v0.5.1

1 year ago

v0.5.0

3 years ago

Features

v0.4.3

3 years ago

v0.4.2

3 years ago

Bug Fixes

  • Fix named export with alias (#7) (462a00c), closes #6