node-eval
node-eval copied to clipboard
Evaluate node require() module content directly
Here's an example where I'm requiring a file `./global.js` `Array.marker` a property of a global variable is not being updated. ``` js // file eval ./example.js var _eval = require('eval')...
I'm using v8-profiler to dump a memory snapshot, I'm wondering if memory retained by code running in a VM would appear in the snapshot? Thanks
I'm not sure whats causing this but when I run this, it logs the error below. The try should prevent any writing to stdout / stderr. This is really a...
Its just because code run by require and code run by the vm run in separate contexts. I'll let you know if I find a fix.