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

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

@@ -1,4 +1,3 @@
-import { ICustomNode } from '../interfaces/ICustomNode';
 import { IOptions } from "../interfaces/IOptions";
 
 import { DebugProtectionFunctionCallNode } from "../custom-nodes/debug-protection-nodes/DebugProtectionFunctionCallNode";

+ 0 - 1
src/node-groups/UnicodeArrayNodesGroup.ts

@@ -1,4 +1,3 @@
-import { ICustomNode } from '../interfaces/ICustomNode';
 import { IOptions } from "../interfaces/IOptions";
 
 import { NodesGroup } from './NodesGroup';