Modernize. All core JS is modules. var => let.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4155 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-01-28 22:44:45 +00:00
parent 7091b6e6a5
commit c692b1b1f8
5 changed files with 137 additions and 118 deletions

View File

@@ -1,7 +1,5 @@
import * as core from './core.js';
"use strict";
let gHandlers = [];
let gSocketHandlers = [];
let gBadRequests = {};