Open NullVoxPopuli opened 5 years ago
before this PR, the codemod only handles single LogicalExpressions (a && a.b).
The aim of this PR is to handle n-length LogicalExpressions (a && a.b && a.b.c && a.b.c.etc)
before this PR, the codemod only handles single LogicalExpressions (a && a.b).
The aim of this PR is to handle n-length LogicalExpressions (a && a.b && a.b.c && a.b.c.etc)