node-eval icon indicating copy to clipboard operation
node-eval copied to clipboard

Usage with path and globals, but without context

Open ELLIOTTCABLE opened this issue 9 years ago • 0 comments

This doesn't work,

const foo = require_eval(body, walkTemplatePath, true).bar

… but this does:

const foo = require_eval(body, walkTemplatePath, {}, true).bar

ELLIOTTCABLE avatar May 28 '16 15:05 ELLIOTTCABLE