First of all thanks for the great work! This code mod seems to do a fantastic job from what I saw up until now.
Unfortunately there was a problem with one particular source file. To reproduce:
git clone https://github.com/apache/cordova-android.git
cd cordova-android
npm i jscodeshift @codemodsquad/asyncify
npx jscodeshift --verbose=2 -t node_modules/@codemodsquad/asyncify/index.js bin/templates/cordova/lib/check_reqs.js
There is no output from the process and it stays at 100% CPU utilization indefinitely (well, after 20 min or so I killed it).
First of all thanks for the great work! This code mod seems to do a fantastic job from what I saw up until now.
Unfortunately there was a problem with one particular source file. To reproduce:
There is no output from the process and it stays at 100% CPU utilization indefinitely (well, after 20 min or so I killed it).