SonarJS linter helper functions
    Preparing search index...

    Function getLhsVariable

    • for x = 42 or let x = 42 when visiting '42' returns 'x' variable

      Parameters

      • context: RuleContext
      • node: Node

      Returns undefined | Variable