Skip to content

Infer membership is broken with @name/alias #530

Open
@arv

Description

/** @name C2 */
class C {
  /** */
  method() {}
}

The path for method ends up using C as the name because that is what is used in the ast.

We should get the name from the comment but I'm not sure how to get the comment from the ast node? @tmcw Is there a mapping?

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions