SonarJS linter helper functions
    Preparing search index...

    Function reduceToIdentifier

    • Helper function for getFullyQualifiedName to handle Member expressions filling in the FQN array with the accessed properties.

      Parameters

      • node: Node

        the Node to traverse

      • fqn: string[] = []

        the array with the qualifiers

      Returns Node