Declaring a class can also declare a type. So the FQN that has {blah.ts}.MyClass is ambiguous.
We added [Node.getKindName()] which helps a little, but unfortunately a Famix.Type and Famix.Class are created from the same node, ClassDeclaration, so it doesn't work to use Node.kind.
Another option is to add the Famix.Element context.
Declaring a class can also declare a type. So the FQN that has
{blah.ts}.MyClass
is ambiguous.We added [Node.getKindName()] which helps a little, but unfortunately a Famix.Type and Famix.Class are created from the same node, ClassDeclaration, so it doesn't work to use Node.kind.
Another option is to add the Famix.Element context.