Support local variable remapping
Not sure why this wasn't enabled yet, from my (arguably limited) testing it looks like everything's working correctly.
I remember there being an issue with some obfuscated jars, since they lack a local variable table in the byte code. In that case this remapping would fail. I don't know if it's doable for TR to generate this byte code if any local variable mappings are given?
This pull request is so simple, yet a total lifesaver. Thank you so much for implementing this! 🙏
I don't know if it's doable for TR to generate this
Apparently there's some rudimentary code for LVT generation in Matcher, I'll see if I can repurpose it. That's going to be another PR though, the current changes already work perfectly fine for methods with intact LVT attributes