-
Notifications
You must be signed in to change notification settings - Fork 3
Support for .mjs, .cjs, .tsx, .jsx #4
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
base: main
Are you sure you want to change the base?
Support for .mjs, .cjs, .tsx, .jsx #4
Conversation
.gitignore
Outdated
|
||
# Test sources | ||
test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this change for? I don't think any test directories are generated by the project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is not. I was testing locally on the folder and did not want to push that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a version 0.4.0
changelog entry. This should be ready to go after that!
Added the change to the CHANGELOG. |
Added extended support for Javascript and React file extensions
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license