瀏覽代碼

Added node interfaces

kachalov 9 年之前
父節點
當前提交
fffce0e402
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/node-obfuscators/VariableDeclarationObfuscator.ts

+ 1 - 0
src/node-obfuscators/VariableDeclarationObfuscator.ts

@@ -82,6 +82,7 @@ export class VariableDeclarationObfuscator extends NodeObfuscator {
             functionNextNode: ITreeNode,
             functionIndex: number = -1;
 
+        //TODO: REFACTOR THIS
         estraverse.replace(scopeNode, {
             enter: (node: ITreeNode, parentNode: ITreeNode) => {
                 if (