[refactor] Moving BitNodeMultipliers to its own file to break cyclical

module references.
This commit is contained in:
Steven Evans
2018-07-31 14:00:03 -04:00
parent 974bc3c002
commit edcfe71eed
14 changed files with 192 additions and 52 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {BitNode, BitNodes} from "./BitNode";
import {BitNodes} from "./BitNode";
import {Engine} from "./engine";
import {Player} from "./Player";
import {prestigeSourceFile} from "./Prestige";