Felix Kling

Results 187 comments of Felix Kling

> I've seen this problem before, where multiple dependencies caused this issue. A gut reaction is that we should import a different version of playwright. I see you imported ```...

I agree, that would be ideal. My gut reaction is that this only works if all of the dotcom differences are data driven. E.g. I can totally see how this...

@vovakulikov I updated the issue and added a screenshot. I don't know what it is officially called.

As far as I can tell it only affects mobile. Thanks!

I think it should be a filter, then we can also use it in other occasions, for example in `renameTo`. There are also other situations where you want to ignore...

You can use `require('jscodeshift/src/testUtils')` instead. But I agree that this `dist/` / `src/` situation is not ideal and confusing. Will have to think about how to solve that.

I've also encountered this surprising behavior and dug a little bit into it. I'm probably repeating a lot of things that have already been said. I think regardless of whether...

Mmh. I assume the comment is attached to the VarableDeclaration, so when you remove the node, the comment is removed as well. You could save the comment first and reattach...

@DrewML: Sounds like an excellent idea to me!

Yes, I understand the usefulness of this. However until now I haven't found a good way to support this, considering how many parers astexplorer supports and how the app currently...