From 3f9b3ba6452544f71ee861e48736a93ddafc70da Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Sat, 12 Oct 2024 12:28:41 -0400 Subject: [PATCH] centralized fake sockets --- index.html | 7 ++- preactthing.tsx | 43 ------------------- state-preserve/index.html | 2 +- state-preserve/preact.js | 64 +++++++++++++++++++++------- test_application.mjs | 7 ++- test_changer.mjs | 31 +++++++------- test_changer_other.mjs | 21 +++++++++ test_framework.mjs | 18 ++++++++ test_rand.mjs | 1 - test_receiver.mjs | 2 + test_sockets.mjs | 25 +++++++++++ transpiler/{_test.html => test.html} | 0 transpiler/walker.html | 62 ++++++++++++++++++++++++++- 13 files changed, 205 insertions(+), 78 deletions(-) delete mode 100644 preactthing.tsx create mode 100644 test_changer_other.mjs create mode 100644 test_framework.mjs delete mode 100644 test_rand.mjs create mode 100644 test_sockets.mjs rename transpiler/{_test.html => test.html} (100%) diff --git a/index.html b/index.html index 10399b5..6cdd82c 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,11 @@ + + -