You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parser detects invalid JavaScript, JSDuck throws an error like:
undefined method `range' for nil:NilClass
which is far from descriptive of the actual cause. Instead JSDuck should say "invalid JavaScript" and preferably point you to the place in file where the problem lies.