sanex3339 9 سال پیش
والد
کامیت
0603d5c379
1فایلهای تغییر یافته به همراه0 افزوده شده و 10 حذف شده
  1. 0 10
      src/node-groups/DebugProtectionNodesGroup.ts

+ 0 - 10
src/node-groups/DebugProtectionNodesGroup.ts

@@ -1,7 +1,3 @@
-import * as estraverse from 'estraverse';
-
-import { INode } from '../interfaces/nodes/INode';
-
 import { ICustomNode } from '../interfaces/ICustomNode';
 
 import { DebugProtectionFunctionCallNode } from "../custom-nodes/debug-protection-nodes/DebugProtectionFunctionCallNode";
@@ -9,15 +5,9 @@ import { DebugProtectionFunctionIntervalNode } from "../custom-nodes/debug-prote
 import { DebugProtectionFunctionNode } from "../custom-nodes/debug-protection-nodes/DebugProtectionFunctionNode";
 
 import { NodesGroup } from './NodesGroup';
-import { NodeUtils } from "../NodeUtils";
 import { Utils } from '../Utils';
 
 export class DebugProtectionNodesGroup extends NodesGroup {
-    /**
-     * @type {INode}
-     */
-    private astTree: INode;
-
     /**
      * @type {string}
      */