browserify / browserify/static-eval

Doesn't handle var statements with declarations but not initializations

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.