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(compiler-cli): suppress unnecessary optional chain for indexed accesses #47218

Closed
wants to merge 1 commit into from

Commits on Aug 22, 2022

  1. fix(compiler-cli): suppress unnecessary optional chain for indexed ac…

    …cesses
    
    TypeScript's type system does not include `undefined` in the type of an indexed
    access, whereas array index accesses may be expected to be out-of-bounds.
    This commit updates the extended diagnostic for unnecessary optional chains to
    ignore indexed accesses.
    
    Closes angular#46918
    JoostK committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    189a6ab View commit details
    Browse the repository at this point in the history