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) {