This codemod renames uniforms() function, to uniformsArray()
Example
Before
this.emit('update', this.uniforms());
After
this.emit('update', this.uniformsArray());
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community