Skip to content

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

@ben-ng

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions