I’ve been using amd-utils
on almost all my projects and sometimes I find myself wanting to use
some of the methods on my node.js programs as well, so I decided to
write a tool to convert the modules automatically.
The tool uses Esprima internally so it will keep the indentation, comments and it should work as long as the code can be parsed by Esprima. It will do as few replacements as possible to avoid undesired side effects.
Check the project repository for more info and please use the issue tracker for feature requests, bug reports and questions/feedback.
The tool uses Esprima internally so it will keep the indentation, comments and it should work as long as the code can be parsed by Esprima. It will do as few replacements as possible to avoid undesired side effects.
Check the project repository for more info and please use the issue tracker for feature requests, bug reports and questions/feedback.