Error parsing TypeScript checks - baseVisitor[type] is not a function
#440
Labels
bug
Something isn't working
baseVisitor[type] is not a function
#440
Some TypeScript checks can trigger the following error:
After some initial investigation, it looks like this is related to acorn-walk: acornjs/acorn#829. We likely need to add handlers for all of the TypeScript specific AST nodes.
The text was updated successfully, but these errors were encountered: