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

[lit/context] Use target.set for setting context values #4598

Merged
merged 3 commits into from
Jun 4, 2024

Commits on May 31, 2024

  1. [lit/context] Use target.set for setting context values

    `target.set` is the correct way to set values in decorators. It supports nested decorators and private fields.
    jun-sheaf committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e83bd88 View commit details
    Browse the repository at this point in the history
  2. Update .changeset/thirty-shirts-peel.md

    Co-authored-by: Augustine Kim <ajk830@gmail.com>
    jun-sheaf and augustjk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9006a2c View commit details
    Browse the repository at this point in the history
  3. Clean up types

    augustjk authored and jun-sheaf committed May 31, 2024
    Configuration menu
    Copy the full SHA
    39f9a1e View commit details
    Browse the repository at this point in the history