kachalov 9 лет назад
Родитель
Сommit
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 (