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

Simplify some Container fields only used for sidebar logic. #3834

Merged
merged 1 commit into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. Simplify some Container fields only used for sidebar logic.

    * Rename `isInterface` to `isImplementableInterface`, as that is more accurate.
    * Rename `isClassOrEnum` to `isInterface`, as _that_ is more accurate.
    * Remove `isInterfaceOrExtension` as all Containers are either interfaces or
      extensions; unnecessary.
    * Remove `isClassOrExtensionType`; this functionality is covered by the
      existing property, `hasPublicConstructors`.
    srawlins committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5e2996c View commit details
    Browse the repository at this point in the history