Hello,
I'm getting this error Cannot read property 'params' of undefined
const params = node.params;
on node_modules\esdoc-type-inference-plugin\src\Plugin.js:141
The script from what I can tell it has already passed through all the files it needs to, but throws that at the end.
Hello,
I'm getting this error
Cannot read property 'params' of undefinedconst params = node.params;on
node_modules\esdoc-type-inference-plugin\src\Plugin.js:141The script from what I can tell it has already passed through all the files it needs to, but throws that at the end.