@symbo.ls/sdk 2.32.13 → 2.32.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __publicField = (obj, key, value2) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value2);
35
35
 
36
- // ../../../node_modules/lib0/map.js
36
+ // ../../node_modules/lib0/map.js
37
37
  var create, copy, setIfUndefined, map, any;
38
38
  var init_map = __esm({
39
- "../../../node_modules/lib0/map.js"() {
39
+ "../../node_modules/lib0/map.js"() {
40
40
  create = () => /* @__PURE__ */ new Map();
41
41
  copy = (m) => {
42
42
  const r = create();
@@ -70,18 +70,18 @@ var init_map = __esm({
70
70
  }
71
71
  });
72
72
 
73
- // ../../../node_modules/lib0/set.js
73
+ // ../../node_modules/lib0/set.js
74
74
  var create2;
75
75
  var init_set = __esm({
76
- "../../../node_modules/lib0/set.js"() {
76
+ "../../node_modules/lib0/set.js"() {
77
77
  create2 = () => /* @__PURE__ */ new Set();
78
78
  }
79
79
  });
80
80
 
81
- // ../../../node_modules/lib0/array.js
81
+ // ../../node_modules/lib0/array.js
82
82
  var last, appendTo, from, isArray;
83
83
  var init_array = __esm({
84
- "../../../node_modules/lib0/array.js"() {
84
+ "../../node_modules/lib0/array.js"() {
85
85
  last = (arr) => arr[arr.length - 1];
86
86
  appendTo = (dest, src) => {
87
87
  for (let i = 0; i < src.length; i++) {
@@ -93,10 +93,10 @@ var init_array = __esm({
93
93
  }
94
94
  });
95
95
 
96
- // ../../../node_modules/lib0/observable.js
96
+ // ../../node_modules/lib0/observable.js
97
97
  var ObservableV2, Observable;
98
98
  var init_observable = __esm({
99
- "../../../node_modules/lib0/observable.js"() {
99
+ "../../node_modules/lib0/observable.js"() {
100
100
  init_map();
101
101
  init_set();
102
102
  init_array();
@@ -223,10 +223,10 @@ var init_observable = __esm({
223
223
  }
224
224
  });
225
225
 
226
- // ../../../node_modules/lib0/math.js
226
+ // ../../node_modules/lib0/math.js
227
227
  var floor, abs, min, max, isNaN2, isNegativeZero;
228
228
  var init_math = __esm({
229
- "../../../node_modules/lib0/math.js"() {
229
+ "../../node_modules/lib0/math.js"() {
230
230
  floor = Math.floor;
231
231
  abs = Math.abs;
232
232
  min = (a, b) => a < b ? a : b;
@@ -236,10 +236,10 @@ var init_math = __esm({
236
236
  }
237
237
  });
238
238
 
239
- // ../../../node_modules/lib0/binary.js
239
+ // ../../node_modules/lib0/binary.js
240
240
  var BIT1, BIT2, BIT3, BIT4, BIT6, BIT7, BIT8, BIT18, BIT19, BIT20, BIT21, BIT22, BIT23, BIT24, BIT25, BIT26, BIT27, BIT28, BIT29, BIT30, BIT31, BIT32, BITS5, BITS6, BITS7, BITS17, BITS18, BITS19, BITS20, BITS21, BITS22, BITS23, BITS24, BITS25, BITS26, BITS27, BITS28, BITS29, BITS30, BITS31;
241
241
  var init_binary = __esm({
242
- "../../../node_modules/lib0/binary.js"() {
242
+ "../../node_modules/lib0/binary.js"() {
243
243
  BIT1 = 1;
244
244
  BIT2 = 2;
245
245
  BIT3 = 4;
@@ -283,10 +283,10 @@ var init_binary = __esm({
283
283
  }
284
284
  });
285
285
 
286
- // ../../../node_modules/lib0/number.js
286
+ // ../../node_modules/lib0/number.js
287
287
  var MAX_SAFE_INTEGER, MIN_SAFE_INTEGER, LOWEST_INT32, isInteger, isNaN3, parseInt2;
288
288
  var init_number = __esm({
289
- "../../../node_modules/lib0/number.js"() {
289
+ "../../node_modules/lib0/number.js"() {
290
290
  init_math();
291
291
  MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER;
292
292
  MIN_SAFE_INTEGER = Number.MIN_SAFE_INTEGER;
@@ -297,10 +297,10 @@ var init_number = __esm({
297
297
  }
298
298
  });
299
299
 
300
- // ../../../node_modules/lib0/string.js
300
+ // ../../node_modules/lib0/string.js
301
301
  var fromCharCode, fromCodePoint, MAX_UTF16_CHARACTER, toLowerCase, trimLeftRegex, trimLeft, fromCamelCaseRegex, fromCamelCase, _encodeUtf8Polyfill, utf8TextEncoder, _encodeUtf8Native, encodeUtf8, utf8TextDecoder;
302
302
  var init_string = __esm({
303
- "../../../node_modules/lib0/string.js"() {
303
+ "../../node_modules/lib0/string.js"() {
304
304
  fromCharCode = String.fromCharCode;
305
305
  fromCodePoint = String.fromCodePoint;
306
306
  MAX_UTF16_CHARACTER = fromCharCode(65535);
@@ -330,10 +330,10 @@ var init_string = __esm({
330
330
  }
331
331
  });
332
332
 
333
- // ../../../node_modules/lib0/encoding.js
333
+ // ../../node_modules/lib0/encoding.js
334
334
  var Encoder2, createEncoder, length, toUint8Array, verifyLen, write, writeUint8, writeVarUint, writeVarInt, _strBuffer, _maxStrBSize, _writeVarStringNative, _writeVarStringPolyfill, writeVarString, writeUint8Array, writeVarUint8Array, writeOnDataView, writeFloat32, writeFloat64, writeBigInt64, floatTestBed, isFloat32, writeAny, RleEncoder, flushUintOptRleEncoder, UintOptRleEncoder, flushIntDiffOptRleEncoder, IntDiffOptRleEncoder, StringEncoder;
335
335
  var init_encoding = __esm({
336
- "../../../node_modules/lib0/encoding.js"() {
336
+ "../../node_modules/lib0/encoding.js"() {
337
337
  init_math();
338
338
  init_number();
339
339
  init_binary();
@@ -647,10 +647,10 @@ var init_encoding = __esm({
647
647
  }
648
648
  });
649
649
 
650
- // ../../../node_modules/lib0/error.js
650
+ // ../../node_modules/lib0/error.js
651
651
  var create3, methodUnimplemented, unexpectedCase;
652
652
  var init_error = __esm({
653
- "../../../node_modules/lib0/error.js"() {
653
+ "../../node_modules/lib0/error.js"() {
654
654
  create3 = (s) => new Error(s);
655
655
  methodUnimplemented = () => {
656
656
  throw create3("Method unimplemented");
@@ -661,10 +661,10 @@ var init_error = __esm({
661
661
  }
662
662
  });
663
663
 
664
- // ../../../node_modules/lib0/decoding.js
664
+ // ../../node_modules/lib0/decoding.js
665
665
  var errorUnexpectedEndOfArray, errorIntegerOutOfRange, Decoder2, createDecoder, hasContent, readUint8Array, readVarUint8Array, readUint8, readVarUint, readVarInt, _readVarStringPolyfill, _readVarStringNative, readVarString, readFromDataView, readFloat32, readFloat64, readBigInt64, readAnyLookupTable, readAny, RleDecoder, UintOptRleDecoder, IntDiffOptRleDecoder, StringDecoder;
666
666
  var init_decoding = __esm({
667
- "../../../node_modules/lib0/decoding.js"() {
667
+ "../../node_modules/lib0/decoding.js"() {
668
668
  init_binary();
669
669
  init_math();
670
670
  init_number();
@@ -914,19 +914,19 @@ var init_decoding = __esm({
914
914
  }
915
915
  });
916
916
 
917
- // ../../../node_modules/lib0/webcrypto.js
917
+ // ../../node_modules/lib0/webcrypto.js
918
918
  var subtle, getRandomValues;
919
919
  var init_webcrypto = __esm({
920
- "../../../node_modules/lib0/webcrypto.js"() {
920
+ "../../node_modules/lib0/webcrypto.js"() {
921
921
  subtle = crypto.subtle;
922
922
  getRandomValues = crypto.getRandomValues.bind(crypto);
923
923
  }
924
924
  });
925
925
 
926
- // ../../../node_modules/lib0/random.js
926
+ // ../../node_modules/lib0/random.js
927
927
  var uint32, uuidv4Template, uuidv4;
928
928
  var init_random = __esm({
929
- "../../../node_modules/lib0/random.js"() {
929
+ "../../node_modules/lib0/random.js"() {
930
930
  init_webcrypto();
931
931
  uint32 = () => getRandomValues(new Uint32Array(1))[0];
932
932
  uuidv4Template = "10000000-1000-4000-8000" + -1e11;
@@ -938,18 +938,18 @@ var init_random = __esm({
938
938
  }
939
939
  });
940
940
 
941
- // ../../../node_modules/lib0/time.js
941
+ // ../../node_modules/lib0/time.js
942
942
  var getUnixTime;
943
943
  var init_time = __esm({
944
- "../../../node_modules/lib0/time.js"() {
944
+ "../../node_modules/lib0/time.js"() {
945
945
  getUnixTime = Date.now;
946
946
  }
947
947
  });
948
948
 
949
- // ../../../node_modules/lib0/promise.js
949
+ // ../../node_modules/lib0/promise.js
950
950
  var create4, all;
951
951
  var init_promise = __esm({
952
- "../../../node_modules/lib0/promise.js"() {
952
+ "../../node_modules/lib0/promise.js"() {
953
953
  create4 = (f) => (
954
954
  /** @type {Promise<T>} */
955
955
  new Promise(f)
@@ -958,18 +958,18 @@ var init_promise = __esm({
958
958
  }
959
959
  });
960
960
 
961
- // ../../../node_modules/lib0/conditions.js
961
+ // ../../node_modules/lib0/conditions.js
962
962
  var undefinedToNull;
963
963
  var init_conditions = __esm({
964
- "../../../node_modules/lib0/conditions.js"() {
964
+ "../../node_modules/lib0/conditions.js"() {
965
965
  undefinedToNull = (v) => v === void 0 ? null : v;
966
966
  }
967
967
  });
968
968
 
969
- // ../../../node_modules/lib0/storage.js
969
+ // ../../node_modules/lib0/storage.js
970
970
  var VarStoragePolyfill, _localStorage, usePolyfill, varStorage;
971
971
  var init_storage = __esm({
972
- "../../../node_modules/lib0/storage.js"() {
972
+ "../../node_modules/lib0/storage.js"() {
973
973
  VarStoragePolyfill = class {
974
974
  constructor() {
975
975
  this.map = /* @__PURE__ */ new Map();
@@ -1001,10 +1001,10 @@ var init_storage = __esm({
1001
1001
  }
1002
1002
  });
1003
1003
 
1004
- // ../../../node_modules/lib0/object.js
1004
+ // ../../node_modules/lib0/object.js
1005
1005
  var assign, keys, forEach, size, isEmpty, every, hasProperty, equalFlat, freeze, deepFreeze;
1006
1006
  var init_object = __esm({
1007
- "../../../node_modules/lib0/object.js"() {
1007
+ "../../node_modules/lib0/object.js"() {
1008
1008
  assign = Object.assign;
1009
1009
  keys = Object.keys;
1010
1010
  forEach = (obj, f) => {
@@ -1042,10 +1042,10 @@ var init_object = __esm({
1042
1042
  }
1043
1043
  });
1044
1044
 
1045
- // ../../../node_modules/lib0/function.js
1045
+ // ../../node_modules/lib0/function.js
1046
1046
  var callAll, id, isOneOf;
1047
1047
  var init_function = __esm({
1048
- "../../../node_modules/lib0/function.js"() {
1048
+ "../../node_modules/lib0/function.js"() {
1049
1049
  callAll = (fs, args2, i = 0) => {
1050
1050
  try {
1051
1051
  for (; i < fs.length; i++) {
@@ -1062,10 +1062,10 @@ var init_function = __esm({
1062
1062
  }
1063
1063
  });
1064
1064
 
1065
- // ../../../node_modules/lib0/environment.js
1065
+ // ../../node_modules/lib0/environment.js
1066
1066
  var isNode, isMac, params, args, computeParams, hasParam, getVariable, hasConf, production, forceColor, supportsColor;
1067
1067
  var init_environment = __esm({
1068
- "../../../node_modules/lib0/environment.js"() {
1068
+ "../../node_modules/lib0/environment.js"() {
1069
1069
  init_map();
1070
1070
  init_string();
1071
1071
  init_conditions();
@@ -1124,10 +1124,10 @@ var init_environment = __esm({
1124
1124
  }
1125
1125
  });
1126
1126
 
1127
- // ../../../node_modules/lib0/buffer.js
1127
+ // ../../node_modules/lib0/buffer.js
1128
1128
  var createUint8ArrayFromLen, copyUint8Array;
1129
1129
  var init_buffer = __esm({
1130
- "../../../node_modules/lib0/buffer.js"() {
1130
+ "../../node_modules/lib0/buffer.js"() {
1131
1131
  createUint8ArrayFromLen = (len) => new Uint8Array(len);
1132
1132
  copyUint8Array = (uint8Array) => {
1133
1133
  const newBuf = createUint8ArrayFromLen(uint8Array.byteLength);
@@ -1137,10 +1137,10 @@ var init_buffer = __esm({
1137
1137
  }
1138
1138
  });
1139
1139
 
1140
- // ../../../node_modules/lib0/pair.js
1140
+ // ../../node_modules/lib0/pair.js
1141
1141
  var Pair, create5;
1142
1142
  var init_pair = __esm({
1143
- "../../../node_modules/lib0/pair.js"() {
1143
+ "../../node_modules/lib0/pair.js"() {
1144
1144
  Pair = class {
1145
1145
  /**
1146
1146
  * @param {L} left
@@ -1155,10 +1155,10 @@ var init_pair = __esm({
1155
1155
  }
1156
1156
  });
1157
1157
 
1158
- // ../../../node_modules/lib0/dom.js
1158
+ // ../../node_modules/lib0/dom.js
1159
1159
  var doc, domParser, mapToStyleString, ELEMENT_NODE, TEXT_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, DOCUMENT_FRAGMENT_NODE;
1160
1160
  var init_dom = __esm({
1161
- "../../../node_modules/lib0/dom.js"() {
1161
+ "../../node_modules/lib0/dom.js"() {
1162
1162
  init_map();
1163
1163
  doc = /** @type {Document} */
1164
1164
  typeof document !== "undefined" ? document : {};
@@ -1175,18 +1175,18 @@ var init_dom = __esm({
1175
1175
  }
1176
1176
  });
1177
1177
 
1178
- // ../../../node_modules/lib0/symbol.js
1178
+ // ../../node_modules/lib0/symbol.js
1179
1179
  var create6;
1180
1180
  var init_symbol = __esm({
1181
- "../../../node_modules/lib0/symbol.js"() {
1181
+ "../../node_modules/lib0/symbol.js"() {
1182
1182
  create6 = Symbol;
1183
1183
  }
1184
1184
  });
1185
1185
 
1186
- // ../../../node_modules/lib0/logging.common.js
1186
+ // ../../node_modules/lib0/logging.common.js
1187
1187
  var BOLD, UNBOLD, BLUE, GREY, GREEN, RED, PURPLE, ORANGE, UNCOLOR, computeNoColorLoggingArgs, lastLoggingTime;
1188
1188
  var init_logging_common = __esm({
1189
- "../../../node_modules/lib0/logging.common.js"() {
1189
+ "../../node_modules/lib0/logging.common.js"() {
1190
1190
  init_symbol();
1191
1191
  init_time();
1192
1192
  BOLD = create6();
@@ -1233,10 +1233,10 @@ var init_logging_common = __esm({
1233
1233
  }
1234
1234
  });
1235
1235
 
1236
- // ../../../node_modules/lib0/logging.js
1236
+ // ../../node_modules/lib0/logging.js
1237
1237
  var _browserStyleMap, computeBrowserLoggingArgs, computeLoggingArgs, print, warn, vconsoles;
1238
1238
  var init_logging = __esm({
1239
- "../../../node_modules/lib0/logging.js"() {
1239
+ "../../node_modules/lib0/logging.js"() {
1240
1240
  init_environment();
1241
1241
  init_set();
1242
1242
  init_pair();
@@ -1316,10 +1316,10 @@ var init_logging = __esm({
1316
1316
  }
1317
1317
  });
1318
1318
 
1319
- // ../../../node_modules/lib0/iterator.js
1319
+ // ../../node_modules/lib0/iterator.js
1320
1320
  var createIterator, iteratorFilter, iteratorMap;
1321
1321
  var init_iterator = __esm({
1322
- "../../../node_modules/lib0/iterator.js"() {
1322
+ "../../node_modules/lib0/iterator.js"() {
1323
1323
  createIterator = (next) => ({
1324
1324
  /**
1325
1325
  * @return {IterableIterator<T>}
@@ -1344,7 +1344,7 @@ var init_iterator = __esm({
1344
1344
  }
1345
1345
  });
1346
1346
 
1347
- // ../../../node_modules/yjs/dist/yjs.mjs
1347
+ // ../../node_modules/yjs/dist/yjs.mjs
1348
1348
  function* lazyStructReaderGenerator(decoder) {
1349
1349
  const numOfStateUpdates = readVarUint(decoder.restDecoder);
1350
1350
  for (let i = 0; i < numOfStateUpdates; i++) {
@@ -1389,7 +1389,7 @@ function* lazyStructReaderGenerator(decoder) {
1389
1389
  }
1390
1390
  var DeleteItem, DeleteSet, iterateDeletedStructs, findIndexDS, isDeleted, sortAndMergeDeleteSet, mergeDeleteSets, addToDeleteSet, createDeleteSet, createDeleteSetFromStructStore, writeDeleteSet, readDeleteSet, readAndApplyDeleteSet, generateNewClientId, Doc, DSDecoderV1, UpdateDecoderV1, DSDecoderV2, UpdateDecoderV2, DSEncoderV1, UpdateEncoderV1, DSEncoderV2, UpdateEncoderV2, writeStructs, writeClientsStructs, readClientsStructRefs, integrateStructs, writeStructsFromTransaction, readUpdateV2, applyUpdateV2, applyUpdate, writeStateAsUpdate, encodeStateAsUpdateV2, encodeStateAsUpdate, readStateVector, decodeStateVector, EventHandler, createEventHandler, addEventHandlerListener, removeEventHandlerListener, callEventHandlerListeners, ID, compareIDs, createID, findRootTypeKey, Snapshot, createSnapshot, emptySnapshot, isVisible, splitSnapshotAffectedStructs, StructStore, getStateVector, getState, addStruct, findIndexSS, find, getItem, findIndexCleanStart, getItemCleanStart, getItemCleanEnd, replaceStruct, iterateStructs, Transaction, writeUpdateMessageFromTransaction, addChangedTypeToTransaction, tryToMergeWithLefts, tryGcDeleteSet, tryMergeDeleteSet, cleanupTransactions, transact, LazyStructReader, LazyStructWriter, mergeUpdates, sliceStruct, mergeUpdatesV2, diffUpdateV2, flushLazyStructWriter, writeStructToLazyStructWriter, finishLazyStructWriting, convertUpdateFormat, convertUpdateFormatV2ToV1, errorComputeChanges, YEvent, getPathTo, warnPrematureAccess, maxSearchMarker, globalSearchMarkerTimestamp, ArraySearchMarker, refreshMarkerTimestamp, overwriteMarker, markPosition, findMarker, updateMarkerChanges, callTypeObservers, AbstractType, typeListSlice, typeListToArray, typeListForEach, typeListMap, typeListCreateIterator, typeListGet, typeListInsertGenericsAfter, lengthExceeded, typeListInsertGenerics, typeListPushGenerics, typeListDelete, typeMapDelete, typeMapSet, typeMapGet, typeMapGetAll, typeMapHas, typeMapGetAllSnapshot, createMapIterator, YArrayEvent, YArray, readYArray, YMapEvent, YMap, readYMap, equalAttrs, ItemTextListPosition, findNextPosition, findPosition, insertNegatedAttributes, updateCurrentAttributes, minimizeAttributeChanges, insertAttributes, insertText, formatText, cleanupFormattingGap, cleanupContextlessFormattingGap, cleanupYTextFormatting, cleanupYTextAfterTransaction, deleteText, YTextEvent, YText, readYText, YXmlTreeWalker, YXmlFragment, readYXmlFragment, YXmlElement, readYXmlElement, YXmlEvent, YXmlHook, readYXmlHook, YXmlText, readYXmlText, AbstractStruct, structGCRefNumber, GC, ContentBinary, readContentBinary, ContentDeleted, readContentDeleted, createDocFromOpts, ContentDoc, readContentDoc, ContentEmbed, readContentEmbed, ContentFormat, readContentFormat, ContentJSON, readContentJSON, isDevMode, ContentAny, readContentAny, ContentString, readContentString, typeRefs, YArrayRefID, YMapRefID, YTextRefID, YXmlElementRefID, YXmlFragmentRefID, YXmlHookRefID, YXmlTextRefID, ContentType, readContentType, splitItem, Item, readItemContent, contentRefs, structSkipRefNumber, Skip, glo, importIdentifier;
1391
1391
  var init_yjs = __esm({
1392
- "../../../node_modules/yjs/dist/yjs.mjs"() {
1392
+ "../../node_modules/yjs/dist/yjs.mjs"() {
1393
1393
  init_observable();
1394
1394
  init_array();
1395
1395
  init_math();
@@ -7794,10 +7794,10 @@ var init_yjs = __esm({
7794
7794
  }
7795
7795
  });
7796
7796
 
7797
- // ../../../node_modules/lib0/indexeddb.js
7797
+ // ../../node_modules/lib0/indexeddb.js
7798
7798
  var rtop, openDB, deleteDB, createStores, transact2, count, get, del, put, addAutoKey, getAll, queryFirst, getLastKey, iterateOnRequest, iterateKeys, getStore, createIDBKeyRangeUpperBound, createIDBKeyRangeLowerBound;
7799
7799
  var init_indexeddb = __esm({
7800
- "../../../node_modules/lib0/indexeddb.js"() {
7800
+ "../../node_modules/lib0/indexeddb.js"() {
7801
7801
  init_promise();
7802
7802
  init_error();
7803
7803
  rtop = (request) => create4((resolve, reject) => {
@@ -7858,7 +7858,7 @@ var init_indexeddb = __esm({
7858
7858
  }
7859
7859
  });
7860
7860
 
7861
- // ../../../node_modules/y-indexeddb/src/y-indexeddb.js
7861
+ // ../../node_modules/y-indexeddb/src/y-indexeddb.js
7862
7862
  var y_indexeddb_exports = {};
7863
7863
  __export(y_indexeddb_exports, {
7864
7864
  IndexeddbPersistence: () => IndexeddbPersistence,
@@ -7869,7 +7869,7 @@ __export(y_indexeddb_exports, {
7869
7869
  });
7870
7870
  var customStoreName, updatesStoreName, PREFERRED_TRIM_SIZE, fetchUpdates, storeState, clearDocument, IndexeddbPersistence;
7871
7871
  var init_y_indexeddb = __esm({
7872
- "../../../node_modules/y-indexeddb/src/y-indexeddb.js"() {
7872
+ "../../node_modules/y-indexeddb/src/y-indexeddb.js"() {
7873
7873
  init_yjs();
7874
7874
  init_indexeddb();
7875
7875
  init_promise();
@@ -8020,9 +8020,9 @@ var init_y_indexeddb = __esm({
8020
8020
  }
8021
8021
  });
8022
8022
 
8023
- // ../../../node_modules/dexie/dist/dexie.js
8023
+ // ../../node_modules/dexie/dist/dexie.js
8024
8024
  var require_dexie = __commonJS({
8025
- "../../../node_modules/dexie/dist/dexie.js"(exports, module) {
8025
+ "../../node_modules/dexie/dist/dexie.js"(exports, module) {
8026
8026
  (function(global2, factory) {
8027
8027
  typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, global2.Dexie = factory());
8028
8028
  })(exports, (function() {
@@ -14042,7 +14042,7 @@ var require_dexie = __commonJS({
14042
14042
  }
14043
14043
  });
14044
14044
 
14045
- // ../../../node_modules/dexie/import-wrapper.mjs
14045
+ // ../../node_modules/dexie/import-wrapper.mjs
14046
14046
  var import_wrapper_exports = {};
14047
14047
  __export(import_wrapper_exports, {
14048
14048
  Dexie: () => Dexie,
@@ -14061,7 +14061,7 @@ __export(import_wrapper_exports, {
14061
14061
  });
14062
14062
  var import_dexie, DexieSymbol, Dexie, liveQuery, mergeRanges, rangesOverlap, RangeSet, cmp, Entity, PropModification, replacePrefix, add, remove, DexieYProvider, import_wrapper_default;
14063
14063
  var init_import_wrapper = __esm({
14064
- "../../../node_modules/dexie/import-wrapper.mjs"() {
14064
+ "../../node_modules/dexie/import-wrapper.mjs"() {
14065
14065
  import_dexie = __toESM(require_dexie(), 1);
14066
14066
  DexieSymbol = Symbol.for("Dexie");
14067
14067
  Dexie = globalThis[DexieSymbol] || (globalThis[DexieSymbol] = import_dexie.default);
@@ -14863,7 +14863,7 @@ var BaseService = class {
14863
14863
  }
14864
14864
  };
14865
14865
 
14866
- // ../../../node_modules/engine.io-parser/build/esm/commons.js
14866
+ // ../../node_modules/engine.io-parser/build/esm/commons.js
14867
14867
  var PACKET_TYPES = /* @__PURE__ */ Object.create(null);
14868
14868
  PACKET_TYPES["open"] = "0";
14869
14869
  PACKET_TYPES["close"] = "1";
@@ -14878,7 +14878,7 @@ Object.keys(PACKET_TYPES).forEach((key) => {
14878
14878
  });
14879
14879
  var ERROR_PACKET = { type: "error", data: "parser error" };
14880
14880
 
14881
- // ../../../node_modules/engine.io-parser/build/esm/encodePacket.browser.js
14881
+ // ../../node_modules/engine.io-parser/build/esm/encodePacket.browser.js
14882
14882
  var withNativeBlob = typeof Blob === "function" || typeof Blob !== "undefined" && Object.prototype.toString.call(Blob) === "[object BlobConstructor]";
14883
14883
  var withNativeArrayBuffer = typeof ArrayBuffer === "function";
14884
14884
  var isView = (obj) => {
@@ -14932,7 +14932,7 @@ function encodePacketToBinary(packet, callback) {
14932
14932
  });
14933
14933
  }
14934
14934
 
14935
- // ../../../node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js
14935
+ // ../../node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js
14936
14936
  var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
14937
14937
  var lookup = typeof Uint8Array === "undefined" ? [] : new Uint8Array(256);
14938
14938
  for (let i = 0; i < chars.length; i++) {
@@ -14959,7 +14959,7 @@ var decode = (base64) => {
14959
14959
  return arraybuffer;
14960
14960
  };
14961
14961
 
14962
- // ../../../node_modules/engine.io-parser/build/esm/decodePacket.browser.js
14962
+ // ../../node_modules/engine.io-parser/build/esm/decodePacket.browser.js
14963
14963
  var withNativeArrayBuffer2 = typeof ArrayBuffer === "function";
14964
14964
  var decodePacket = (encodedPacket, binaryType) => {
14965
14965
  if (typeof encodedPacket !== "string") {
@@ -15012,7 +15012,7 @@ var mapBinary = (data2, binaryType) => {
15012
15012
  }
15013
15013
  };
15014
15014
 
15015
- // ../../../node_modules/engine.io-parser/build/esm/index.js
15015
+ // ../../node_modules/engine.io-parser/build/esm/index.js
15016
15016
  var SEPARATOR = String.fromCharCode(30);
15017
15017
  var encodePayload = (packets, callback) => {
15018
15018
  const length2 = packets.length;
@@ -15154,7 +15154,7 @@ function createPacketDecoderStream(maxPayload, binaryType) {
15154
15154
  }
15155
15155
  var protocol = 4;
15156
15156
 
15157
- // ../../../node_modules/@socket.io/component-emitter/lib/esm/index.js
15157
+ // ../../node_modules/@socket.io/component-emitter/lib/esm/index.js
15158
15158
  function Emitter(obj) {
15159
15159
  if (obj) return mixin(obj);
15160
15160
  }
@@ -15226,7 +15226,7 @@ Emitter.prototype.hasListeners = function(event) {
15226
15226
  return !!this.listeners(event).length;
15227
15227
  };
15228
15228
 
15229
- // ../../../node_modules/engine.io-client/build/esm/globals.js
15229
+ // ../../node_modules/engine.io-client/build/esm/globals.js
15230
15230
  var nextTick = (() => {
15231
15231
  const isPromiseAvailable = typeof Promise === "function" && typeof Promise.resolve === "function";
15232
15232
  if (isPromiseAvailable) {
@@ -15248,7 +15248,7 @@ var defaultBinaryType = "arraybuffer";
15248
15248
  function createCookieJar() {
15249
15249
  }
15250
15250
 
15251
- // ../../../node_modules/engine.io-client/build/esm/util.js
15251
+ // ../../node_modules/engine.io-client/build/esm/util.js
15252
15252
  function pick(obj, ...attr) {
15253
15253
  return attr.reduce((acc, k) => {
15254
15254
  if (obj.hasOwnProperty(k)) {
@@ -15296,7 +15296,7 @@ function randomString() {
15296
15296
  return Date.now().toString(36).substring(3) + Math.random().toString(36).substring(2, 5);
15297
15297
  }
15298
15298
 
15299
- // ../../../node_modules/engine.io-client/build/esm/contrib/parseqs.js
15299
+ // ../../node_modules/engine.io-client/build/esm/contrib/parseqs.js
15300
15300
  function encode(obj) {
15301
15301
  let str = "";
15302
15302
  for (let i in obj) {
@@ -15318,7 +15318,7 @@ function decode2(qs) {
15318
15318
  return qry;
15319
15319
  }
15320
15320
 
15321
- // ../../../node_modules/engine.io-client/build/esm/transport.js
15321
+ // ../../node_modules/engine.io-client/build/esm/transport.js
15322
15322
  var TransportError = class extends Error {
15323
15323
  constructor(reason, description, context) {
15324
15324
  super(reason);
@@ -15449,7 +15449,7 @@ var Transport = class extends Emitter {
15449
15449
  }
15450
15450
  };
15451
15451
 
15452
- // ../../../node_modules/engine.io-client/build/esm/transports/polling.js
15452
+ // ../../node_modules/engine.io-client/build/esm/transports/polling.js
15453
15453
  var Polling = class extends Transport {
15454
15454
  constructor() {
15455
15455
  super(...arguments);
@@ -15581,7 +15581,7 @@ var Polling = class extends Transport {
15581
15581
  }
15582
15582
  };
15583
15583
 
15584
- // ../../../node_modules/engine.io-client/build/esm/contrib/has-cors.js
15584
+ // ../../node_modules/engine.io-client/build/esm/contrib/has-cors.js
15585
15585
  var value = false;
15586
15586
  try {
15587
15587
  value = typeof XMLHttpRequest !== "undefined" && "withCredentials" in new XMLHttpRequest();
@@ -15589,7 +15589,7 @@ try {
15589
15589
  }
15590
15590
  var hasCORS = value;
15591
15591
 
15592
- // ../../../node_modules/engine.io-client/build/esm/transports/polling-xhr.js
15592
+ // ../../node_modules/engine.io-client/build/esm/transports/polling-xhr.js
15593
15593
  function empty() {
15594
15594
  }
15595
15595
  var BaseXHR = class extends Polling {
@@ -15830,7 +15830,7 @@ function newRequest(opts) {
15830
15830
  }
15831
15831
  }
15832
15832
 
15833
- // ../../../node_modules/engine.io-client/build/esm/transports/websocket.js
15833
+ // ../../node_modules/engine.io-client/build/esm/transports/websocket.js
15834
15834
  var isReactNative = typeof navigator !== "undefined" && typeof navigator.product === "string" && navigator.product.toLowerCase() === "reactnative";
15835
15835
  var BaseWS = class extends Transport {
15836
15836
  get name() {
@@ -15924,7 +15924,7 @@ var WS = class extends BaseWS {
15924
15924
  }
15925
15925
  };
15926
15926
 
15927
- // ../../../node_modules/engine.io-client/build/esm/transports/webtransport.js
15927
+ // ../../node_modules/engine.io-client/build/esm/transports/webtransport.js
15928
15928
  var WT = class extends Transport {
15929
15929
  get name() {
15930
15930
  return "webtransport";
@@ -15987,14 +15987,14 @@ var WT = class extends Transport {
15987
15987
  }
15988
15988
  };
15989
15989
 
15990
- // ../../../node_modules/engine.io-client/build/esm/transports/index.js
15990
+ // ../../node_modules/engine.io-client/build/esm/transports/index.js
15991
15991
  var transports = {
15992
15992
  websocket: WS,
15993
15993
  webtransport: WT,
15994
15994
  polling: XHR
15995
15995
  };
15996
15996
 
15997
- // ../../../node_modules/engine.io-client/build/esm/contrib/parseuri.js
15997
+ // ../../node_modules/engine.io-client/build/esm/contrib/parseuri.js
15998
15998
  var re = /^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/;
15999
15999
  var parts = [
16000
16000
  "source",
@@ -16054,7 +16054,7 @@ function queryKey(uri, query) {
16054
16054
  return data2;
16055
16055
  }
16056
16056
 
16057
- // ../../../node_modules/engine.io-client/build/esm/socket.js
16057
+ // ../../node_modules/engine.io-client/build/esm/socket.js
16058
16058
  var withEventListeners = typeof addEventListener === "function" && typeof removeEventListener === "function";
16059
16059
  var OFFLINE_EVENT_LISTENERS = [];
16060
16060
  if (withEventListeners) {
@@ -16621,10 +16621,10 @@ var Socket = class extends SocketWithUpgrade {
16621
16621
  }
16622
16622
  };
16623
16623
 
16624
- // ../../../node_modules/engine.io-client/build/esm/index.js
16624
+ // ../../node_modules/engine.io-client/build/esm/index.js
16625
16625
  var protocol2 = Socket.protocol;
16626
16626
 
16627
- // ../../../node_modules/socket.io-client/build/esm/url.js
16627
+ // ../../node_modules/socket.io-client/build/esm/url.js
16628
16628
  function url(uri, path = "", loc) {
16629
16629
  let obj = uri;
16630
16630
  loc = loc || typeof location !== "undefined" && location;
@@ -16662,7 +16662,7 @@ function url(uri, path = "", loc) {
16662
16662
  return obj;
16663
16663
  }
16664
16664
 
16665
- // ../../../node_modules/socket.io-parser/build/esm/index.js
16665
+ // ../../node_modules/socket.io-parser/build/esm/index.js
16666
16666
  var esm_exports = {};
16667
16667
  __export(esm_exports, {
16668
16668
  Decoder: () => Decoder,
@@ -16671,7 +16671,7 @@ __export(esm_exports, {
16671
16671
  protocol: () => protocol3
16672
16672
  });
16673
16673
 
16674
- // ../../../node_modules/socket.io-parser/build/esm/is-binary.js
16674
+ // ../../node_modules/socket.io-parser/build/esm/is-binary.js
16675
16675
  var withNativeArrayBuffer3 = typeof ArrayBuffer === "function";
16676
16676
  var isView2 = (obj) => {
16677
16677
  return typeof ArrayBuffer.isView === "function" ? ArrayBuffer.isView(obj) : obj.buffer instanceof ArrayBuffer;
@@ -16708,7 +16708,7 @@ function hasBinary(obj, toJSON) {
16708
16708
  return false;
16709
16709
  }
16710
16710
 
16711
- // ../../../node_modules/socket.io-parser/build/esm/binary.js
16711
+ // ../../node_modules/socket.io-parser/build/esm/binary.js
16712
16712
  function deconstructPacket(packet) {
16713
16713
  const buffers = [];
16714
16714
  const packetData = packet.data;
@@ -16770,7 +16770,7 @@ function _reconstructPacket(data2, buffers) {
16770
16770
  return data2;
16771
16771
  }
16772
16772
 
16773
- // ../../../node_modules/socket.io-parser/build/esm/index.js
16773
+ // ../../node_modules/socket.io-parser/build/esm/index.js
16774
16774
  var RESERVED_EVENTS = [
16775
16775
  "connect",
16776
16776
  "connect_error",
@@ -17026,7 +17026,7 @@ var BinaryReconstructor = class {
17026
17026
  }
17027
17027
  };
17028
17028
 
17029
- // ../../../node_modules/socket.io-client/build/esm/on.js
17029
+ // ../../node_modules/socket.io-client/build/esm/on.js
17030
17030
  function on(obj, ev, fn) {
17031
17031
  obj.on(ev, fn);
17032
17032
  return function subDestroy() {
@@ -17034,7 +17034,7 @@ function on(obj, ev, fn) {
17034
17034
  };
17035
17035
  }
17036
17036
 
17037
- // ../../../node_modules/socket.io-client/build/esm/socket.js
17037
+ // ../../node_modules/socket.io-client/build/esm/socket.js
17038
17038
  var RESERVED_EVENTS2 = Object.freeze({
17039
17039
  connect: 1,
17040
17040
  connect_error: 1,
@@ -17808,7 +17808,7 @@ var Socket2 = class extends Emitter {
17808
17808
  }
17809
17809
  };
17810
17810
 
17811
- // ../../../node_modules/socket.io-client/build/esm/contrib/backo2.js
17811
+ // ../../node_modules/socket.io-client/build/esm/contrib/backo2.js
17812
17812
  function Backoff(opts) {
17813
17813
  opts = opts || {};
17814
17814
  this.ms = opts.min || 100;
@@ -17839,7 +17839,7 @@ Backoff.prototype.setJitter = function(jitter) {
17839
17839
  this.jitter = jitter;
17840
17840
  };
17841
17841
 
17842
- // ../../../node_modules/socket.io-client/build/esm/manager.js
17842
+ // ../../node_modules/socket.io-client/build/esm/manager.js
17843
17843
  var Manager = class extends Emitter {
17844
17844
  constructor(uri, opts) {
17845
17845
  var _a;
@@ -18189,7 +18189,7 @@ var Manager = class extends Emitter {
18189
18189
  }
18190
18190
  };
18191
18191
 
18192
- // ../../../node_modules/socket.io-client/build/esm/index.js
18192
+ // ../../node_modules/socket.io-client/build/esm/index.js
18193
18193
  var cache = {};
18194
18194
  function lookup2(uri, opts) {
18195
18195
  if (typeof uri === "object") {
@@ -18227,10 +18227,10 @@ Object.assign(lookup2, {
18227
18227
  // src/utils/CollabClient.js
18228
18228
  init_yjs();
18229
18229
 
18230
- // ../../../node_modules/nanoid/url-alphabet/index.js
18230
+ // ../../node_modules/nanoid/url-alphabet/index.js
18231
18231
  var urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
18232
18232
 
18233
- // ../../../node_modules/nanoid/index.browser.js
18233
+ // ../../node_modules/nanoid/index.browser.js
18234
18234
  var nanoid = (size2 = 21) => {
18235
18235
  let id2 = "";
18236
18236
  let bytes = crypto.getRandomValues(new Uint8Array(size2 |= 0));
@@ -18630,7 +18630,7 @@ var RootStateManager = class {
18630
18630
  }
18631
18631
  };
18632
18632
 
18633
- // ../../../node_modules/acorn/dist/acorn.mjs
18633
+ // ../../node_modules/acorn/dist/acorn.mjs
18634
18634
  var astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 343, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, 239];
18635
18635
  var astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 2, 60, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 42, 9, 8936, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, 229, 29, 3, 0, 496, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4153, 7, 221, 3, 5761, 15, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 4191];
18636
18636
  var nonASCIIidentifierChars = "\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65";
@@ -24242,7 +24242,7 @@ function parse4(input, options) {
24242
24242
  return Parser.parse(input, options);
24243
24243
  }
24244
24244
 
24245
- // ../../../node_modules/acorn-walk/dist/walk.mjs
24245
+ // ../../node_modules/acorn-walk/dist/walk.mjs
24246
24246
  function full(node, callback, baseVisitor, state, override) {
24247
24247
  if (!baseVisitor) {
24248
24248
  baseVisitor = base;