From 1c9817d155efc2f08282a53b41696289958e9ac2 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Sat, 7 Jul 2018 22:10:51 -0500 Subject: [PATCH] convert more files to typescript --- index.html | 28 +-- package-lock.json | 421 ++++++++++++++++++++++++++++++++++++++++++- package.json | 3 +- src/{ui.js => ui.ts} | 106 ++++++++--- src/views.ts | 21 ++- src/windows.ts | 86 +++++---- tsconfig.json | 4 +- 7 files changed, 575 insertions(+), 94 deletions(-) rename src/{ui.js => ui.ts} (89%) diff --git a/index.html b/index.html index 77f20317..95be7d6e 100644 --- a/index.html +++ b/index.html @@ -211,14 +211,6 @@ if (window.location.host.endsWith('8bitworkshop.com')) { - - @@ -226,10 +218,6 @@ function require(modname) { --> - - - -