From a8c1ead244b273a4d231607f8f9385e4f03aae52 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 10 Jul 2018 19:58:46 -0500 Subject: [PATCH] more modules to typescript --- index.html | 8 +-- pixels.html | 2 +- src/{audio.js => audio.ts} | 56 +++----------------- src/cpu/{disasm6502.js => disasm6502.ts} | 2 +- src/{emu.js => emu.ts} | 36 +++++++------ src/pixed/{pixeleditor.js => pixeleditor.ts} | 12 ++--- src/{store.js => store.ts} | 8 +-- src/worker/workermain.js | 2 +- test/cli/6502/test6502disasm.js | 2 +- test/cli/testdecoder.js | 2 +- test/cli/testpixelconvert.js | 2 +- test/cli/teststore.js | 3 +- test/cli/testverilog.js | 2 +- test/cli/testworker.js | 3 ++ 14 files changed, 55 insertions(+), 85 deletions(-) rename src/{audio.js => audio.ts} (88%) rename src/cpu/{disasm6502.js => disasm6502.ts} (99%) rename src/{emu.js => emu.ts} (96%) rename src/pixed/{pixeleditor.js => pixeleditor.ts} (97%) rename src/{store.js => store.ts} (91%) diff --git a/index.html b/index.html index 00c45067..2516ad8f 100644 --- a/index.html +++ b/index.html @@ -242,12 +242,12 @@ function require(modname) { - + - - + + - + diff --git a/pixels.html b/pixels.html index f5c44aea..a8f23008 100644 --- a/pixels.html +++ b/pixels.html @@ -36,7 +36,7 @@ body { - +