browserify / browserify/static-eval
Doesn't handle var statements with declarations but not initializations
Open
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
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, ['/*'])
```
Once I initialize the variable in the var statement, i get #10
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.