[refactor] Converted TextFile to TypeScript

This commit is contained in:
Steven Evans
2018-06-14 09:11:28 -04:00
parent 3e1ec388e0
commit 67cee8642b
6 changed files with 107 additions and 95 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import {Player} from "./Player.js";
import {AllServers, processSingleServerGrowth} from "./Server.js";
import {Settings} from "./Settings.js";
import {post, Terminal} from "./Terminal.js";
import {TextFile} from "./TextFile.js";
import {TextFile} from "./TextFile";
import {parse, Node} from "../utils/acorn.js";
import {dialogBoxCreate} from "../utils/DialogBox.js";