argChain.deps.forEach(function(dep) {
          if (node.id === dep.id) {
            dep.id = appendNode.id;
          }
          if (node.id === dep.to) {