implemented frontend including separate message system; started to implement backend

This commit is contained in:
User
2026-03-10 14:48:48 +01:00
committed by Jannik Luboeinski
parent 4275cbd795
commit 78d5352a48
1058 changed files with 101527 additions and 1 deletions

32
yjs-poll/node_modules/lib0/dist/string.cjs generated vendored Normal file
View File

@@ -0,0 +1,32 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
require('./array-78849c95.cjs');
var string = require('./string-fddc5f8b.cjs');
require('./set-5b47859e.cjs');
exports.MAX_UTF16_CHARACTER = string.MAX_UTF16_CHARACTER;
exports._decodeUtf8Native = string._decodeUtf8Native;
exports._decodeUtf8Polyfill = string._decodeUtf8Polyfill;
exports._encodeUtf8Native = string._encodeUtf8Native;
exports._encodeUtf8Polyfill = string._encodeUtf8Polyfill;
exports.decodeUtf8 = string.decodeUtf8;
exports.encodeUtf8 = string.encodeUtf8;
exports.escapeHTML = string.escapeHTML;
exports.fromCamelCase = string.fromCamelCase;
exports.fromCharCode = string.fromCharCode;
exports.fromCodePoint = string.fromCodePoint;
exports.repeat = string.repeat;
exports.splice = string.splice;
exports.trimLeft = string.trimLeft;
exports.unescapeHTML = string.unescapeHTML;
exports.utf8ByteLength = string.utf8ByteLength;
Object.defineProperty(exports, 'utf8TextDecoder', {
enumerable: true,
get: function () { return string.utf8TextDecoder; }
});
exports.utf8TextEncoder = string.utf8TextEncoder;
//# sourceMappingURL=string.cjs.map