static-eval
static-eval copied to clipboard
Doesn't handle var statements with declarations but not initializations
I can't bulkify code that looks like this because static-eval is throwing:
var uninitialized
, bulk = require('bulk-require')
, _ = require('lodash')
, conditions = bulk(__dirname, ['/*'])
Once I initialize the variable in the var statement, i get #10