Skip to content

Convert the js code containing synchronous communication to asynchronous.

License

Notifications You must be signed in to change notification settings

msyk/jscode-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jscode-converter

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

Installing

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

Programs

iterate-all.js

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

iterate-all-generic.js

Improved version of first one.

About

Convert the js code containing synchronous communication to asynchronous.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published