Results 93 comments of Ameya Ketkar

@atrakh[ polyglot piranha ](https://github.com/uber/piranha/tree/master/polyglot) can now support this type of cleanup, though the JS support needs to be added to it. I am closing this issue for now. Feel free...

@eankit you can use https://github.com/tree-sitter/tree-sitter-scala for the grammar. I think the rules will be very similar to the ones implemented for Java/Kotlin.

The new polyglot version is syntactic. If a file does not contain the usage of the flag api, it ignores it. We can also explore adding an option (configuration) that...

You are absolutely correct in your understanding. It's basically just rewriting by substituting the tags :) A tag starts with `@` as per the tree-sitter query syntax. Currently, in your...

I am going to steal some text from here and put it in the documentation. :)

@ffmmjj you can now add Python support for Piranha by onboarding Python on to [Polyglot Piranha](https://github.com/uber/piranha/tree/master/polyglot).

Hey Thanks for the PR. I am looking into it. I am very unfamiliar with this code, so I may take some time. :|

Hey @Srihari123456 , I was looking at the goal of the PR. I have one concern here - isn't the literal `true` redundant? Couldn't that be eliminated too? For **Case...

> Hey @Srihari123456 , > > I was looking at the goal of the PR. I have one concern here - isn't the literal `true` redundant? Couldn't that be eliminated...

Hey @Srihari123456 i am out on vacation until end of the week. I ll take a look at it as soon as I am back.