JavaScriptDotNet provides nothing to separate compilation from execution. I needed this for my own work, so I have added code to my version that does it, but my solution is too specific to be generally useful so I have not put it in the repository. If you look in JavascriptContext::Run you can see that the compilation stage is already a separate function.
↧