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

JSXOpeningElement will not Stringify the name if first char is Uppercase #4

Closed
wants to merge 3 commits into from

Conversation

LukasOchmann
Copy link
Contributor

No description provided.

Added a Switch for component naming in initReactNamespace -> _myTrait_.reactJSXOpeningElement.
if the JSXIdentifier.name has an Uppercase Letter the name will not be stringify
@terotests
Copy link
Owner

Hi Lukas!

Thank you for the changes! However, now that we have a new version 0.95 we could work on that.

You can create a new branch to your local env from 0.95 without creating a new version.

The idea would be to do something like

"You in your local env":

git checkout -b my_changes master

You can check that it is ok with git branch

The make changes there.

After changes OK, do like git add . and then git commit -m "what you did" and then after enough changes and commits. git push -u origin my_changes <- follow instructions after git push. Repate this

The after you feel it's good create PR from that branch.

@terotests
Copy link
Owner

Closing this, changes were moved to another branch and imported from there.

@terotests terotests closed this Feb 24, 2018
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