-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Support xml namespace prefix for JSX elements and attributes #37421
Merged
Commits on Sep 19, 2020
-
Support xml namespace prefix for JSX elements and attributes
Just as with the `-` character, `:` is now also treated specially in JSX element and attribute names, but is only allowed a single time, and not at the beginning or end of the name, as is specified in the JSX spec. All tests in jsxInvalidEsprimaTestSuite still fail, but for slightly different reasons now. Two lines in jsxEsprimaFbTestSuite were uncommented as they included elements with namespaces, and they now pass without error.
Configuration menu - View commit details
-
Copy full SHA for 7000ca7 - Browse repository at this point
Copy the full SHA 7000ca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b883a - Browse repository at this point
Copy the full SHA d5b883aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c6814 - Browse repository at this point
Copy the full SHA 83c6814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 443ddbe - Browse repository at this point
Copy the full SHA 443ddbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6292eaa - Browse repository at this point
Copy the full SHA 6292eaaView commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5edf8c0 - Browse repository at this point
Copy the full SHA 5edf8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 079e82f - Browse repository at this point
Copy the full SHA 079e82fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d542e87 - Browse repository at this point
Copy the full SHA d542e87View commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2b08291 - Browse repository at this point
Copy the full SHA 2b08291View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.