Skip to content

Doesn't handle var statements with declarations but not initializations #11

Description

@ben-ng

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions