Mykhailo Gorianskyi
Results
1
comments of
Mykhailo Gorianskyi
Like @ElonVolo suggested, I'm doing this with `--print` like so: ```bash jscodeshift -p -d -s -t ./transformer.ts source.ts > destination.ts ``` `-p` echoes out the result `-d` prevents modifications of...