-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some properties not prefixed #34
Comments
is it possible to share the file that this behavior occurred in? I'd love to dissect it to try for a reproduction |
Best I can do is a sanitized version, before running the codemod:
|
I just ran the codemod on that specific template, and all the |
There is not a |
This happened many places in the codebase, not all were |
is the repo you were running this on open source? |
No, it is a private repo. I just re-ran the newer version of the codemod on the repo, and while I don't get this particular problem, the files that had this problem before are no longer edited at all, and do not appear in codemods.log. So, |
@NullVoxPopuli I think I can reproduce this in an OSS project
The |
Is this still an issue with the latest release? (1.0.1) |
We have observed overly eager transformation of properties. I am confused however about the role of this codemod versus named arguments. While the test passes in that forked example, the |
In multiple places in my codebase, sometimes properties are not prefixed:
{{report.title}}
remains unchanged, for example. In the same file{{report.data}}
was transformed to{{this.report.data}}
The text was updated successfully, but these errors were encountered: