Bladeren bron

refactoring

sanex3339 9 jaren geleden
bovenliggende
commit
2c46b0fea0
2 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  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';