Skip to content

Allow subclasses in typedef comments #56

@trezm

Description

@trezm

At the moment, we ignore the first argument of typedef comments, i.e. for a comment

/**
 * @typedef {Person} Jeff
 */

We ignore the Person super class. We should:

  • Be able to follow an inheritance chain to detect if methods/properties exist on a type
  • Be able to tell outside of duck-typing if one class is a subtype or equal to another

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions