You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just trapped on your codemod, looks really good!
I have a couple thoughts I want to share. I suggest you to use 🐊Putout Editor or 🦎Mobile Putout Editor. It will give you ability to generate tests for your code mode with RedPut (that's like IDE for 🐊Putout):
Also I suggest you to use store() for importName to prevent bugs related to same variable used for different files (it also cleans up when plugin done).
Also if you enable @putout/plugin-putout it will fix lots of possible bugs, and declare everything you use inside your codemodes.
Cheers,
The text was updated successfully, but these errors were encountered:
Hi, just trapped on your codemod, looks really good!
I have a couple thoughts I want to share. I suggest you to use 🐊Putout Editor or 🦎Mobile Putout Editor. It will give you ability to generate tests for your code mode with RedPut (that's like IDE for 🐊Putout):
Also I suggest you to use
store()
forimportName
to prevent bugs related to same variable used for different files (it also cleans up when plugin done).Also if you enable
@putout/plugin-putout
it will fix lots of possible bugs, and declare everything you use inside your codemodes.Cheers,
The text was updated successfully, but these errors were encountered: