{ TypeError: extractors[element.type] is not a function
at /tmp/5cc2a5ec/rollup/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js:241:43
at Array.forEach (<anonymous>)
at Object.ArrayPattern (/tmp/5cc2a5ec/rollup/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js:240:17)
at extractNames (/tmp/5cc2a5ec/rollup/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js:224:23)
at Object.enter (/tmp/5cc2a5ec/rollup/node_modules/rollup-plugin-commonjs/dist/rollup-plugin-commonjs.cjs.js:447:4)
at visit (/tmp/5cc2a5ec/rollup/node_modules/estree-walker/dist/estree-walker.umd.js:31:9)
at visit (/tmp/5cc2a5ec/rollup/node_modules/estree-walker/dist/estree-walker.umd.js:53:4)
at visit (/tmp/5cc2a5ec/rollup/node_modules/estree-walker/dist/estree-walker.umd.js:48:5)
at visit (/tmp/5cc2a5ec/rollup/node_modules/estree-walker/dist/estree-walker.umd.js:53:4)
at visit (/tmp/5cc2a5ec/rollup/node_modules/estree-walker/dist/estree-walker.u
without much more context than that.
The change in this PR would allow to know exactly what extractor is causing the above bug.
Trying to debug the following bug report:
without much more context than that.
The change in this PR would allow to know exactly what extractor is causing the above bug.