[Pkg-javascript-commits] [node-acorn-jsx] 287/484: Add note about deprecated scopeVisitor object

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 19 14:20:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-acorn-jsx.

commit 6ea4139be150308cf42e5db82cfda78dba260dd4
Author: Marijn Haverbeke <marijnh at gmail.com>
Date:   Mon Sep 22 17:08:50 2014 +0200

    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 04268f2..117f56f 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) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git



More information about the Pkg-javascript-commits mailing list