Skip to content

Inheritance for 'attributes' and 'members' are merged from the wrong class files. #296

Open
@veith

Description

@veith

If you have components in your package which extends classes from different external packages and the external packages have classes with the same names and folder structures all members, attributes,... are mixed in to the declarations of your component.

This is because the inheritance applier in the post processing phase is not including the npm package in to the checks while building up the inheritanceChain.

I prepared a fixture to explain the problem in detail here.

Expected behaviour
The inherited members should be the ones from the imported classes and not a mix of all classes with the same name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions