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
I've hit an issue when trying to use tools that force strict mode (e.g. nexe or anything running node --use_strict) because of a couple of undeclared variables in cli.getUsage, long and type. Is there a reason not to declare these or would you like a PR for this?
As far as I can tell those are the only undeclared variables, but there could be more in code paths I haven't exercised. (I tried running JSLint on it, but it wouldn't parse for unrelated reasons.)
The text was updated successfully, but these errors were encountered:
Thanks for providing this library, it's great.
I've hit an issue when trying to use tools that force strict mode (e.g. nexe or anything running node --use_strict) because of a couple of undeclared variables in
cli.getUsage
,long
andtype
. Is there a reason not to declare these or would you like a PR for this?As far as I can tell those are the only undeclared variables, but there could be more in code paths I haven't exercised. (I tried running JSLint on it, but it wouldn't parse for unrelated reasons.)
The text was updated successfully, but these errors were encountered: