We need to update the docs to explain the changes to node-visitor plugins in 3.3.0: - `exports.astNodeVisitor` is the new hotness. It visits Esprima-style/Mozilla Parser API-style nodes. - `exports.nodeVisitor` is deprecated. It visits Rhino nodes. It only works if you're using Rhino.