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

Combine ReactJSXElementValidator with main module #28317

Merged
merged 1 commit into from
Feb 20, 2024

Commits on Feb 13, 2024

  1. Combine ReactJSXElementValidator with main module

    There are too many layers to the JSX runtime implementation. I think
    basically everything should be implemented in a single file, so that's
    what I'm going to do.
    
    As a first step, this deletes ReactJSXElementValidator and moves all
    the code into ReactJSXElement. I can already see how this will help
    us remove more indirections in the future.
    
    Next I'm going to do start moving the `createElement` runtime into
    this module as well, since there's a lot of duplicated code.
    acdlite committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    881e029 View commit details
    Browse the repository at this point in the history