hegel
hegel copied to clipboard
Cannot read property 'argumentsTypes' of undefined
First time I try Hegel on an existing javascript codebase, I just installed the module and:
✗ npx hegel
Cannot read property 'argumentsTypes' of undefined
any ideas?
you need to exclude node_modules and most of your files and try to run hegel on few files or on specific files at a time to find what is causing that error since that is not type error it's hegel crashing with that message so it does not report where in code problem is located
i have similar attempt documented here #208