Add note about deprecated scopeVisitor object

See issue #126
This commit is contained in:
Marijn Haverbeke 2014-09-22 17:08:50 +02:00
parent 49680b1c60
commit 6ea4139be1

View File

@ -306,6 +306,8 @@
c(node.body, st, "Expression");
};
// NOTE: the stuff below is deprecated, and will be removed when 1.0 is released
// A custom walker that keeps track of the scope chain and the
// variables defined in it.
function makeScope(prev, isCatch) {