Marcin Dziewulski

Results 22 comments of Marcin Dziewulski

@fcsonline I think what you need is adding `node.left.prefix = true` https://astexplorer.net/#/gist/4f8d333d868a270bd53098d4f283e8fa/b2b9239fb3c2281723659f4d55a8efb944919d51 ```ts export default function transformer(file, api) { const j = api.jscodeshift; var program = j(file.source); program .find(j.ExpressionStatement, {...

unfortunately, I don't 😢 (I just remember this, because I had a similar case in one of my codemods)