browserify / detective

Find all calls to require() no matter how deeply nested using a proper walk of the AST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Missing yield in generator' should not be an error

jeswin opened this issue · comments

Generators without a yield is valid JS; the older version of esprima-fb incorrectly flags this as an error. Upgrading to newer esprima-fb solves the issue.

Similar issue from facebook/react facebook/react#1475

We're now using acorn - this isn't a problem anymore