the app name and package name were not being properly changed inside the diff files, only in the diff path, this is happening because the tokenizer is using the old hunks instead of updatedHunks. I also added getHunksWithAppName as a dependency to make sure the files are automatically updated when the app name or package name are changed. This isn't introducing any new features, simply fixing what appears to be a bug.
Test Plan
Before:
After:
What are the steps to reproduce?
Checklist
[x] I tested this thoroughly
[x] I added the documentation in README.md (if needed)
Summary
the app name and package name were not being properly changed inside the diff files, only in the diff path, this is happening because the tokenizer is using the old
hunks
instead ofupdatedHunks
. I also addedgetHunksWithAppName
as a dependency to make sure the files are automatically updated when the app name or package name are changed. This isn't introducing any new features, simply fixing what appears to be a bug.Test Plan
Before:
After:
What are the steps to reproduce?
Checklist
README.md
(if needed)