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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations #575

Merged

Commits on Jan 30, 2024

  1. Remove errant export of GetByRoleMatcher

    Mixing export type with export = matchers can throw off
    TypeScript in some configurations. We do not need to export
    the matcher as a separate type, since the argument types
     are available in the matcher already.
    fpapado committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4698615 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. import type for ARIARole

    fpapado committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d9daafd View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    26b9983 View commit details
    Browse the repository at this point in the history