Itazulay

Results 2 comments of Itazulay

@lucivpav This PR does not cover this scenario: `var a = b => ({}.hasOwnProperty.call(b, "c"));` This is a CallExpression and not an ObjectExpression. Maybe it should be simply: `if (node.type...

@lucivpav we also need to support this syntax: `var a = b => ({}.hasOwnProperty.call(b, "c"));` which actually translates to a CallExpression