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(optional chaining): Optional delete returns true with nullish base #10806

Commits on Dec 4, 2019

  1. fix(optional chaining): Optional delete returns true with nullish base

    Per issue 10805, the return value when using delete on a nullish base is
    currently undefined. The correct return type should be true.
    mpaarating committed Dec 4, 2019
    Copy the full SHA
    5341e74 View commit details
    Browse the repository at this point in the history