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

Remove decorator return types #9

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Commits on Mar 8, 2024

  1. Remove decorator return types

    Sadly, these decorators continued to cause TS1270 and TS1238 errors. Now, each have an implicit any return type. The decorator type aliases will still remain, such that JSDoc can reference them. However, they will most likely have to be adapted again in the future...
    aedart committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4835aed View commit details
    Browse the repository at this point in the history
  2. Change release notes

    aedart committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    46a7b95 View commit details
    Browse the repository at this point in the history