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: track reference origin nullability #129

Merged
merged 10 commits into from
May 10, 2023
Merged

Commits on May 10, 2023

  1. feat: track reference origin nullability

    Allows emitting optional-chained references when the origin is
    conditional, so as to avoid the TypeScript compiler complaining
    about possibly null dereference.
    RomainMuller committed May 10, 2023
    Configuration menu
    Copy the full SHA
    262c295 View commit details
    Browse the repository at this point in the history
  2. nit

    RomainMuller committed May 10, 2023
    Configuration menu
    Copy the full SHA
    68522eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1a5106 View commit details
    Browse the repository at this point in the history
  4. attempt using components

    RomainMuller committed May 10, 2023
    Configuration menu
    Copy the full SHA
    47727fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d630103 View commit details
    Browse the repository at this point in the history
  6. tweak codecov more

    RomainMuller committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5fbc477 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6926fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1632c45 View commit details
    Browse the repository at this point in the history
  9. tweak coverage upload

    RomainMuller committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7e30fee View commit details
    Browse the repository at this point in the history
  10. fixup gcov_ignore

    RomainMuller committed May 10, 2023
    Configuration menu
    Copy the full SHA
    30d754a View commit details
    Browse the repository at this point in the history