Revaluate.js

re-evaluate code in its original context without side-effects

View the Project on GitHub

Revaluate.js lets you re-evaluate JavaScript code within its original execution context without causing unwanted side-effects.

It does this by compile time meta-programming, give it the content and filename of a script and it will compile consecutive updates of that script for you which can be evaluated with eval or other means of code execution.

The code transformation does the following things:

Install

npm install revaluate

LICENSE

MIT