CCodemod

ember/5/cp-property-map

No description available

migration
Public
0 executions

Run locally

npx codemod ember/5/cp-property-map

.property() is a modifier that adds additional property dependencies to an existing computed property. For filter, map, and sort computed property macros, this codemod ensures they receive an array of additional dependent keys as a second parameter.

Before

jsx

After

tsx

Ready to contribute?

Build your own codemod and share it with the community.