browserify / detective

Find all calls to require() no matter how deeply nested using a proper walk of the AST
Other
414 stars 60 forks source link

binary statement SyntaxError #4

Closed chrisdickinson closed 7 years ago

chrisdickinson commented 13 years ago

Burrito -- or possibly detective, I'm not sure which to assign the issue to -- barfs on the following syntax:

++x >= y && okay(null, y)

I'll look into adding a failing unit test so there's more to go on.

chrisdickinson commented 13 years ago

Hmm. Hard to reproduce. Here's the original source that caused the error: https://gist.github.com/42b5b0213cdf2afe69f7

ghost commented 13 years ago

I can't seem to replicate this, but maybe try upgrading to the latest burrito@0.2.9 since I just bumped the uglify dep last night which fixed some bugs.

EndangeredMassa commented 12 years ago

@chrisdickinson Is this still a problem for you?