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

Support xml namespace prefix for JSX elements and attributes #37421

Merged
merged 9 commits into from
Nov 2, 2020

Commits on Sep 19, 2020

  1. 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.
    tomjw64 committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    7000ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5b883a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83c6814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    443ddbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6292eaa View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    5edf8c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079e82f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d542e87 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    2b08291 View commit details
    Browse the repository at this point in the history