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

RFC: Consult new JSX.ElementType for valid JSX element types #51328

Merged
merged 21 commits into from
Apr 14, 2023

Commits on Feb 14, 2023

  1. jsx: Consult new JSX.ElementType for valid JSX element types

    eps1lon authored and Sebastian Silbermann committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    26e25ae View commit details
    Browse the repository at this point in the history
  2. Stricter impl of JSX.ElementType

    eps1lon authored and Sebastian Silbermann committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    71a0843 View commit details
    Browse the repository at this point in the history
  3. Update baseline

    Sebastian Silbermann committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ca648a8 View commit details
    Browse the repository at this point in the history
  4. Remove props type param

    Allows using common assignability instead of compareability relation.
    Added a test for ecosystem compat issues.
    Sebastian Silbermann committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8bda707 View commit details
    Browse the repository at this point in the history
  5. (failing) test for host components

    Sebastian Silbermann committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8a3307e View commit details
    Browse the repository at this point in the history
  6. f

    Sebastian Silbermann committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    511180b View commit details
    Browse the repository at this point in the history
  7. Add support for host components

    called "intrinsic components" in TS
    Sebastian Silbermann committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c69d4de View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Include Promises in React18Node

    That's where we want to go anyway so we might as well show it.
    eps1lon committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    4e39127 View commit details
    Browse the repository at this point in the history
  2. Refine error message

    eps1lon committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    4a04633 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b351fd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    315e0b2 View commit details
    Browse the repository at this point in the history
  2. higher-order component compat

    eps1lon committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    af48970 View commit details
    Browse the repository at this point in the history
  3. Drop the getApparentType

    it's cleaner
    eps1lon committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9adca32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68a7335 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    320f52f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79c22f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14bd3fd View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into feat/jsx-element-type

    Sebastian Silbermann committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    897c643 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    b7a552e View commit details
    Browse the repository at this point in the history
  2. Add Preact inspired test

    eps1lon committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    d02bc61 View commit details
    Browse the repository at this point in the history