Open fuhrmanator opened 1 year ago
Reference is an association from a "behavioral entity" (method, function) to a type (typically a class). It means a class is used in the code (other than to type a variable or a function) Typical examples in Java:
instanceof
expressionnew
expressionthe import clause would be for module import
What is the difference finally between FamixTypeScriptReference and FamixTypeScriptImportClause?
Currently, only the ImportClause entities are imported, as it's not clear what is a Reference.