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

feat(compiler): Add extended diagnostic to warn when missing let on n… #46683

Closed
wants to merge 1 commit into from

Commits on Jul 6, 2022

  1. feat(compiler): Add extended diagnostic to warn when missing let on n…

    …gForOf
    
    In the case that a user accidentally forgot the let keyword, they dont get a very clear indicator of there being a problem.
    They get an issue in the template iteration at runtime. This diagnostic will warn the user when the let keyword is missing.
    thePunderWoman committed Jul 6, 2022
    Copy the full SHA
    f0aa84e View commit details
    Browse the repository at this point in the history