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

Handle cases when ?? and ?. is in binding initializers #12032

Merged
merged 8 commits into from Oct 3, 2020

Commits on Sep 23, 2020

  1. test: add test for nullish coalescing

    Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    JLHwung and nicolo-ribaudo committed Sep 23, 2020
    Copy the full SHA
    c8d8644 View commit details
    Browse the repository at this point in the history
  2. test: add control group

    JLHwung committed Sep 23, 2020
    Copy the full SHA
    000c924 View commit details
    Browse the repository at this point in the history
  3. test: add tests for optional chaining

    Co-Authored-By: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    JLHwung and nicolo-ribaudo committed Sep 23, 2020
    Copy the full SHA
    babc8f7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9481ae0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    833f6aa View commit details
    Browse the repository at this point in the history
  6. chore: add more testcases

    JLHwung committed Sep 23, 2020
    Copy the full SHA
    99ad236 View commit details
    Browse the repository at this point in the history
  7. chore: update test fixtures

    JLHwung committed Sep 23, 2020
    Copy the full SHA
    47b51c4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    dc257bf View commit details
    Browse the repository at this point in the history