Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(codemods/react/create-element-to-jsx): move CJS dist file and CJS source file to JS file in create-element-to-jsx codemod #15

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

amirabbas-gh
Copy link
Collaborator

📚 Description

This PR moves the CommonJS (CJS) distribution and source files to JavaScript files in the create-element-to-jsx codemod. This change ensures compatibility and makes the codemod easier to use and integrate.

🧪 Test Plan

The changes were tested by running the create-element-to-jsx codemod to ensure the CJS files are correctly moved and function properly as JavaScript files. No issues were found during testing.

… source file to JS file in create-element-to-jsx codemod
@alexbit-codemod alexbit-codemod merged commit 71d9e99 into main Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants