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

delegate modifiers debug name & instance #1591

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Oct 19, 2024

  1. fix arrow modifiers debug name

    currently arrow functions or functions without name as displayed with their whole implementation
    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    544d222 View commit details
    Browse the repository at this point in the history
  2. allow if custom toString

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    56d1454 View commit details
    Browse the repository at this point in the history
  3. delegate call to delegate

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c66cae8 View commit details
    Browse the repository at this point in the history
  4. pass owner

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3c7f0de View commit details
    Browse the repository at this point in the history
  5. use name

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b32c947 View commit details
    Browse the repository at this point in the history
  6. fix types

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2d67837 View commit details
    Browse the repository at this point in the history
  7. fix test

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    8105426 View commit details
    Browse the repository at this point in the history
  8. fix lint

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2262c85 View commit details
    Browse the repository at this point in the history
  9. revert

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    566e047 View commit details
    Browse the repository at this point in the history
  10. return delegate if no modifier

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    25d103d View commit details
    Browse the repository at this point in the history
  11. cleanup code

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    01399dd View commit details
    Browse the repository at this point in the history
  12. fix

    patricklx authored and NullVoxPopuli committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d02dedf View commit details
    Browse the repository at this point in the history