benjamn / benjamn/ast-types

Warn about bogus/typo'd visitor methods

Open
#44 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.