fix(codemods): Use .cjs extension for CommonJS files (#7333)
* bug(codemods): rename CommonJS files to .cjs Rename CommonJS files in codemods to distinguish them from ES module files otherwise used in this project. Resolve an issue occuring since package.json in codemods is removed when publishing causing module type data to be lost. Fix issue #7154 * Fix knip errors * Add file extension to tests * Update migration doc --------- Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
A
Anton Jeppsson committed
2aca521a882e54b01ee6a070cb4a38f38bfa4bcf
Parent: 2ffd9fb
Committed by GitHub <noreply@github.com>
on 4/25/2024, 7:06:14 AM