Warn about bogus/typo'd visitor methods
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 194
- Avg merge
- 22h 43m
- Merged PRs (30d)
- 10
Description
All too easy to bang out
``` js
types.visit(ast, {
visitFunctino: function(path) { ... }
});
```
and somehow never visit any `Functino` nodes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.