klei / ng-dependencies

Analyze javascript code using esprima and return a list of objects representing the angular module dependencies in the code.
21 stars 15 forks source link

fix crash on uninitialized variables #16

Closed hgwood closed 8 years ago

hgwood commented 8 years ago

Bug introduced in #15. See https://github.com/klei/ng-dependencies/pull/15#discussion_r73729294. Thanks to @noXi89 for reporting it.