SonarJS linter helper functions
    Preparing search index...

    Function isElementWrite

    • Detect expression statements like the following: myArray[1] = 42; myArray[1] += 42; myObj.prop1 = 3; myObj.prop1 += 3;

      Parameters

      • statement: ExpressionStatement
      • ref: Reference
      • recursive: boolean = true

      Returns boolean