Rich-Harris/periscopic

Update `estree-walker`

wooorm opened this issue · 0 comments

Hi there @Rich-Harris! đź‘‹

Currently estree-walker (^2.0.0) is used, which is dual CJS/ESM plus a “faux” ESM module field.

This faux field (or export map?) is tripping up Next (webpack probably?): kentcdodds/mdx-bundler#50 (comment).

estree-walker 3.0.0 is ESM only, similar to this package. So updating it should go without problems. And solve the transitive bundler problem!

Thanks