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

Initial implementation of renderComponent #20781

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Initial implementation of renderComponent

    There's more in this commit than there should be, largely because this
    commit bundles a change to the plugins that fixes lexical scope bugs.
    
    I intend to separate those changes out into their own PR before
    attempting to merge this one. This PR also needs a flag for the new API.
    
    Finally this commit adds some new testing infrastructure to generalize
    the base render tests so it can be used with templates that are not
    registered into a container. This is useful more generally, and could
    be used in other places in the test suite in the future.
    wycats committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8b909eb View commit details
    Browse the repository at this point in the history
  2. Fix test types

    wycats committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3a6e06b View commit details
    Browse the repository at this point in the history