browserify / detective

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

Update to acorn-node@2.x #88

Open avanelli opened 2 years ago

avanelli commented 2 years ago

In order to support Logical nullish assignment (??=) we need to upgrade acorn-node to v. 2.0.1

Related Issue: #https://github.com/browserify/acorn-node/issues/17

Related PR: #https://github.com/browserify/detective/pull/85