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

evaluate statically-analyzable expressions

Results 15 static-eval issues
Sort by recently updated
recently updated
newest added

- One test added - Supports constructor arguments (any number) - resolves #14

I can't bulkify code that looks like this because static-eval is throwing: ``` js var bulk = require('bulk-require') , _ = require('lodash') , conditions = bulk(__dirname, ['/*.js']) ``` However, this...

I can't bulkify code that looks like this because static-eval is throwing: ``` js var uninitialized , bulk = require('bulk-require') , _ = require('lodash') , conditions = bulk(__dirname, ['/*']) ```...

Sorry if I'm being daft, but would this work with passing a three.vector in as a variable, and allowing the code to call methods on that? I want to allow...