benjamn / ast-types

Esprima-compatible implementation of the Mozilla JS Parser API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warn about bogus/typo'd visitor methods

benjamn opened this issue · comments

All too easy to bang out

types.visit(ast, {
  visitFunctino: function(path) { ... }
});

and somehow never visit any Functino nodes.

Any updates to this after #45 was closed?