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

Include extension members on the extended type's page #3863

Merged
merged 2 commits into from
Sep 10, 2024

Commits on Sep 6, 2024

  1. Include extension members on the extended type's page

    Fixes dart-lang#2021
    
    In this feature, we list extension members of an extended type on that extended
    type's page. The members are listed inline with other instance members and are
    cross-linked over to the extension's member pages.
    
    * Introduce `availableInstanceMethods` as a list combining both instance
      methods declared in a container, and instance methods declared in an
      applicable extension. The same for `availableInstanceOperators` and
      `availableInstanceFields`.
    * Introduce some constructors like `Field.providedByExtension` for members that
      are provided by an extension.
    * Add lots of documentation clarifying _where_ various members come from.
    * We introduce a new getter on ElementType, `nameWithGenericsPlain`, which is
      not HTML-formatted, for use in HTML "title text."
    srawlins committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    81d5f3e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Add comment

    srawlins committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    79cbe22 View commit details
    Browse the repository at this point in the history