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

Add JavaScript JSX to the list of languages supported by the extension #9

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

emanuelmch
Copy link
Contributor

Since this only affects inner components, it doesn't make sense to look at the non-jsx languages.
This does NOT add new functionality, it just "tags" the already existing logic to work on Javascript JSX files as well.
It's also important to note this does not fully fix issue #2 , since it won't look for the render method in parent classes. I'm planning a future PR to add that.

Since this only affects inner components, it doesn't make sense to look
at the non-jsx languages.
@Mortaro Mortaro merged commit c7e4c9d into nullstack:master Jun 23, 2023
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