From 6ea4139be150308cf42e5db82cfda78dba260dd4 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 22 Sep 2014 17:08:50 +0200 Subject: [PATCH] Add note about deprecated scopeVisitor object See issue #126 --- util/walk.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/walk.js b/util/walk.js index 04268f2c71..117f56f93c 100644 --- a/util/walk.js +++ b/util/walk.js @@ -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) {