Convert the js code containing synchronous communication to asynchronous. I'm just woriking to realize the above feature. This is going to a part of INTER-Mediator.
Masayuki Nii
After install this repository on your side, you have to install node and npm first. And you have to execute commands below.
cd jscode-converter npm install acorn npm install escodegen
This is my first trial for the JavaScript parser "acorn." This can iterate all node of parsed JS code.
You can run this program:
node iterate-all.js
Improved version of first one.