maxtaco / tamejs

JavaScript code rewriter for taming async-callback-style code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual parsing of strings

buschtoens opened this issue · comments

You can't pass strings of JavaScript to TameJS and tell it to parse it. This would be awesome when using vm.runInNewContext(code, [context], [file]);.
It would be even better if TameJS would sort of hack the vm-module or add another function to it, that allows to automatically parse vm calls.