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

Improve the typing of the Strategy class hierarchy. #554

Merged
merged 1 commit into from Apr 5, 2021

Commits on Apr 5, 2021

  1. Improve the typing of the Strategy class hierarchy.

    The current expected ts error causes problems with some earlier version of TS.
    Also, it does not make any sense to have a method overide a method with a
    different signature, just because they have the same name.
    forty committed Apr 5, 2021
    Copy the full SHA
    1911c8e View commit details
    Browse the repository at this point in the history