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

fix unescaping in global expressions #47719

Merged
merged 1 commit into from
Dec 1, 2022
Merged

Commits on Nov 28, 2022

  1. fix unescaping in global expressions

    This fixes some issues around macro hygiene in `global` expressions.
    Apparently we always treat l-values in global expressions as being
    escaped, but we still need to be careful to handle type annotations and
    destructuring correctly.
    simeonschaub committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d256cd7 View commit details
    Browse the repository at this point in the history