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(load): use Rule | AsyncRule | SyncRule as rule value type in Plugin #2146

Merged
merged 1 commit into from Jan 22, 2021

Commits on Jan 21, 2021

  1. fix(load): use Rule | AsyncRule | SyncRule as rule value type in `P…

    …lugin`
    
    Use `Rule | AsyncRule | SyncRule` instead of `Rule<unknown>` so plugin developers don't need to
    cast every non-default rule's value to `Rule<unknown>`, but can define and assign their rules as
    `Rule | AsyncRule | SyncRule` instead.
    jdbruijn committed Jan 21, 2021
    Copy the full SHA
    8b778cc View commit details
    Browse the repository at this point in the history