瀏覽代碼

refactoring

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';