esdoc / esdoc-plugins

MIT License
139 stars 74 forks source link

Cannot read property 'params' of undefined #98

Open netgfx opened 4 years ago

netgfx commented 4 years ago

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.