@gjsify/example-dom-excalibur-jelly-jumper 0.3.4 → 0.3.6

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.
Files changed (2) hide show
  1. package/dist/gjs.js +382 -298
  2. package/package.json +6 -6
package/dist/gjs.js CHANGED
@@ -273,7 +273,7 @@ function makeCallable(Cls) {
273
273
  var init_callable = __esm({
274
274
  "../../../packages/gjs/utils/lib/esm/callable.js"() {
275
275
  init_console_gjs();
276
- init_auto_globals_2efde837f2();
276
+ init_auto_globals_176f5c468e();
277
277
  }
278
278
  });
279
279
 
@@ -315,7 +315,7 @@ var B64_CHARS, B64_LOOKUP;
315
315
  var init_base64 = __esm({
316
316
  "../../../packages/gjs/utils/lib/esm/base64.js"() {
317
317
  init_console_gjs();
318
- init_auto_globals_2efde837f2();
318
+ init_auto_globals_176f5c468e();
319
319
  B64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
320
320
  B64_LOOKUP = new Uint8Array(256);
321
321
  for (let i = 0; i < B64_CHARS.length; i++) B64_LOOKUP[B64_CHARS.charCodeAt(i)] = i;
@@ -326,7 +326,7 @@ var init_base64 = __esm({
326
326
  var init_byte_array = __esm({
327
327
  "../../../packages/gjs/utils/lib/esm/byte-array.js"() {
328
328
  init_console_gjs();
329
- init_auto_globals_2efde837f2();
329
+ init_auto_globals_176f5c468e();
330
330
  }
331
331
  });
332
332
 
@@ -336,7 +336,7 @@ var glib_2_0_default;
336
336
  var init_glib_2_0 = __esm({
337
337
  "../../../node_modules/@girs/glib-2.0/glib-2.0.js"() {
338
338
  init_console_gjs();
339
- init_auto_globals_2efde837f2();
339
+ init_auto_globals_176f5c468e();
340
340
  glib_2_0_default = GLib;
341
341
  }
342
342
  });
@@ -346,7 +346,7 @@ var glib_2_default;
346
346
  var init_glib_2 = __esm({
347
347
  "../../../node_modules/@girs/glib-2.0/index.js"() {
348
348
  init_console_gjs();
349
- init_auto_globals_2efde837f2();
349
+ init_auto_globals_176f5c468e();
350
350
  init_glib_2_0();
351
351
  glib_2_default = glib_2_0_default;
352
352
  }
@@ -357,7 +357,7 @@ var byteArray;
357
357
  var init_cli = __esm({
358
358
  "../../../packages/gjs/utils/lib/esm/cli.js"() {
359
359
  init_console_gjs();
360
- init_auto_globals_2efde837f2();
360
+ init_auto_globals_176f5c468e();
361
361
  init_glib_2();
362
362
  byteArray = imports.byteArray;
363
363
  }
@@ -367,7 +367,7 @@ var init_cli = __esm({
367
367
  var init_defer = __esm({
368
368
  "../../../packages/gjs/utils/lib/esm/defer.js"() {
369
369
  init_console_gjs();
370
- init_auto_globals_2efde837f2();
370
+ init_auto_globals_176f5c468e();
371
371
  }
372
372
  });
373
373
 
@@ -406,7 +406,7 @@ var VALID_ENCODINGS;
406
406
  var init_encoding = __esm({
407
407
  "../../../packages/gjs/utils/lib/esm/encoding.js"() {
408
408
  init_console_gjs();
409
- init_auto_globals_2efde837f2();
409
+ init_auto_globals_176f5c468e();
410
410
  VALID_ENCODINGS = ["utf8", "ascii", "latin1", "binary", "base64", "base64url", "hex", "ucs2", "utf16le"];
411
411
  }
412
412
  });
@@ -420,7 +420,7 @@ function registerGlobal(name2, value2) {
420
420
  var init_globals = __esm({
421
421
  "../../../packages/gjs/utils/lib/esm/globals.js"() {
422
422
  init_console_gjs();
423
- init_auto_globals_2efde837f2();
423
+ init_auto_globals_176f5c468e();
424
424
  }
425
425
  });
426
426
 
@@ -429,7 +429,7 @@ var initErrorV8Methods;
429
429
  var init_error = __esm({
430
430
  "../../../packages/gjs/utils/lib/esm/error.js"() {
431
431
  init_console_gjs();
432
- init_auto_globals_2efde837f2();
432
+ init_auto_globals_176f5c468e();
433
433
  initErrorV8Methods = (ErrorConstructor) => {
434
434
  if (!Error.captureStackTrace) {
435
435
  Error.captureStackTrace = function(targetObject, constructorOpt) {
@@ -456,7 +456,7 @@ var byteArray2;
456
456
  var init_file = __esm({
457
457
  "../../../packages/gjs/utils/lib/esm/file.js"() {
458
458
  init_console_gjs();
459
- init_auto_globals_2efde837f2();
459
+ init_auto_globals_176f5c468e();
460
460
  init_glib_2();
461
461
  byteArray2 = imports.byteArray;
462
462
  }
@@ -468,7 +468,7 @@ var gio_2_0_default;
468
468
  var init_gio_2_0 = __esm({
469
469
  "../../../node_modules/@girs/gio-2.0/gio-2.0.js"() {
470
470
  init_console_gjs();
471
- init_auto_globals_2efde837f2();
471
+ init_auto_globals_176f5c468e();
472
472
  gio_2_0_default = Gio;
473
473
  }
474
474
  });
@@ -478,7 +478,7 @@ var gio_2_default;
478
478
  var init_gio_2 = __esm({
479
479
  "../../../node_modules/@girs/gio-2.0/index.js"() {
480
480
  init_console_gjs();
481
- init_auto_globals_2efde837f2();
481
+ init_auto_globals_176f5c468e();
482
482
  init_gio_2_0();
483
483
  gio_2_default = gio_2_0_default;
484
484
  }
@@ -489,7 +489,7 @@ import GioUnix from "gi://GioUnix?version=2.0";
489
489
  var init_giounix_2_0 = __esm({
490
490
  "../../../node_modules/@girs/giounix-2.0/giounix-2.0.js"() {
491
491
  init_console_gjs();
492
- init_auto_globals_2efde837f2();
492
+ init_auto_globals_176f5c468e();
493
493
  }
494
494
  });
495
495
 
@@ -497,7 +497,7 @@ var init_giounix_2_0 = __esm({
497
497
  var init_giounix_2 = __esm({
498
498
  "../../../node_modules/@girs/giounix-2.0/index.js"() {
499
499
  init_console_gjs();
500
- init_auto_globals_2efde837f2();
500
+ init_auto_globals_176f5c468e();
501
501
  init_giounix_2_0();
502
502
  }
503
503
  });
@@ -506,7 +506,7 @@ var init_giounix_2 = __esm({
506
506
  var init_fs = __esm({
507
507
  "../../../packages/gjs/utils/lib/esm/fs.js"() {
508
508
  init_console_gjs();
509
- init_auto_globals_2efde837f2();
509
+ init_auto_globals_176f5c468e();
510
510
  init_gio_2();
511
511
  init_giounix_2();
512
512
  }
@@ -538,7 +538,7 @@ var byteArray3;
538
538
  var init_gio = __esm({
539
539
  "../../../packages/gjs/utils/lib/esm/gio.js"() {
540
540
  init_console_gjs();
541
- init_auto_globals_2efde837f2();
541
+ init_auto_globals_176f5c468e();
542
542
  init_glib_2();
543
543
  byteArray3 = imports.byteArray;
544
544
  }
@@ -548,7 +548,7 @@ var init_gio = __esm({
548
548
  var init_gio_errors = __esm({
549
549
  "../../../packages/gjs/utils/lib/esm/gio-errors.js"() {
550
550
  init_console_gjs();
551
- init_auto_globals_2efde837f2();
551
+ init_auto_globals_176f5c468e();
552
552
  }
553
553
  });
554
554
 
@@ -557,7 +557,7 @@ var warnNotImplemented;
557
557
  var init_message = __esm({
558
558
  "../../../packages/gjs/utils/lib/esm/message.js"() {
559
559
  init_console_gjs();
560
- init_auto_globals_2efde837f2();
560
+ init_auto_globals_176f5c468e();
561
561
  warnNotImplemented = (msg) => {
562
562
  const message = msg ? `Not implemented: ${msg}` : "Not implemented";
563
563
  console.warn(message);
@@ -571,7 +571,7 @@ var queueMicrotask2;
571
571
  var init_microtask = __esm({
572
572
  "../../../packages/gjs/utils/lib/esm/microtask.js"() {
573
573
  init_console_gjs();
574
- init_auto_globals_2efde837f2();
574
+ init_auto_globals_176f5c468e();
575
575
  queueMicrotask2 = (fn2) => {
576
576
  Promise.resolve().then(fn2);
577
577
  };
@@ -618,7 +618,7 @@ var CHUNK_SIZE, YIELD_DELAY_MS, _queue, _drainerArmed, nextTick;
618
618
  var init_next_tick = __esm({
619
619
  "../../../packages/gjs/utils/lib/esm/next-tick.js"() {
620
620
  init_console_gjs();
621
- init_auto_globals_2efde837f2();
621
+ init_auto_globals_176f5c468e();
622
622
  CHUNK_SIZE = 64;
623
623
  YIELD_DELAY_MS = 1;
624
624
  _queue = [];
@@ -644,7 +644,7 @@ var File2;
644
644
  var init_path = __esm({
645
645
  "../../../packages/gjs/utils/lib/esm/path.js"() {
646
646
  init_console_gjs();
647
- init_auto_globals_2efde837f2();
647
+ init_auto_globals_176f5c468e();
648
648
  init_gio_2();
649
649
  init_glib_2();
650
650
  ({ File: File2 } = gio_2_default);
@@ -799,7 +799,7 @@ var toString, ERROR_CONSTRUCTORS, TYPED_ARRAY_TAGS;
799
799
  var init_structured_clone = __esm({
800
800
  "../../../packages/gjs/utils/lib/esm/structured-clone.js"() {
801
801
  init_console_gjs();
802
- init_auto_globals_2efde837f2();
802
+ init_auto_globals_176f5c468e();
803
803
  ({ toString } = Object.prototype);
804
804
  ERROR_CONSTRUCTORS = {
805
805
  Error,
@@ -853,7 +853,7 @@ var _started, _loop;
853
853
  var init_main_loop = __esm({
854
854
  "../../../packages/gjs/utils/lib/esm/main-loop.js"() {
855
855
  init_console_gjs();
856
- init_auto_globals_2efde837f2();
856
+ init_auto_globals_176f5c468e();
857
857
  _started = false;
858
858
  _loop = null;
859
859
  }
@@ -863,7 +863,7 @@ var init_main_loop = __esm({
863
863
  var init_esm = __esm({
864
864
  "../../../packages/gjs/utils/lib/esm/index.js"() {
865
865
  init_console_gjs();
866
- init_auto_globals_2efde837f2();
866
+ init_auto_globals_176f5c468e();
867
867
  init_callable();
868
868
  init_base64();
869
869
  init_byte_array();
@@ -890,7 +890,7 @@ var _encoder, BlobPolyfill, FilePolyfill, Blob2, File3;
890
890
  var init_blob = __esm({
891
891
  "../../../packages/node/buffer/lib/esm/blob.js"() {
892
892
  init_console_gjs();
893
- init_auto_globals_2efde837f2();
893
+ init_auto_globals_176f5c468e();
894
894
  _encoder = new TextEncoder();
895
895
  BlobPolyfill = class _BlobPolyfill {
896
896
  _parts;
@@ -960,7 +960,7 @@ var init_blob = __esm({
960
960
  var init_register = __esm({
961
961
  "../../../packages/node/buffer/lib/esm/register.js"() {
962
962
  init_console_gjs();
963
- init_auto_globals_2efde837f2();
963
+ init_auto_globals_176f5c468e();
964
964
  init_esm();
965
965
  init_blob();
966
966
  registerGlobal("Blob", Blob2);
@@ -1062,7 +1062,7 @@ var NAMED_COLORS, BLACK;
1062
1062
  var init_color = __esm({
1063
1063
  "../../../packages/dom/canvas2d-core/lib/esm/color.js"() {
1064
1064
  init_console_gjs();
1065
- init_auto_globals_2efde837f2();
1065
+ init_auto_globals_176f5c468e();
1066
1066
  NAMED_COLORS = {
1067
1067
  aliceblue: "#f0f8ff",
1068
1068
  antiquewhite: "#faebd7",
@@ -1321,7 +1321,7 @@ var COMPOSITE_OP_MAP, LINE_CAP_MAP, LINE_JOIN_MAP;
1321
1321
  var init_cairo_utils = __esm({
1322
1322
  "../../../packages/dom/canvas2d-core/lib/esm/cairo-utils.js"() {
1323
1323
  init_console_gjs();
1324
- init_auto_globals_2efde837f2();
1324
+ init_auto_globals_176f5c468e();
1325
1325
  COMPOSITE_OP_MAP = {
1326
1326
  "source-over": 2,
1327
1327
  // OVER
@@ -1427,7 +1427,7 @@ function cloneState(state) {
1427
1427
  var init_canvas_state = __esm({
1428
1428
  "../../../packages/dom/canvas2d-core/lib/esm/canvas-state.js"() {
1429
1429
  init_console_gjs();
1430
- init_auto_globals_2efde837f2();
1430
+ init_auto_globals_176f5c468e();
1431
1431
  init_color();
1432
1432
  }
1433
1433
  });
@@ -1437,7 +1437,7 @@ var OurImageData;
1437
1437
  var init_image_data = __esm({
1438
1438
  "../../../packages/dom/canvas2d-core/lib/esm/image-data.js"() {
1439
1439
  init_console_gjs();
1440
- init_auto_globals_2efde837f2();
1440
+ init_auto_globals_176f5c468e();
1441
1441
  OurImageData = class {
1442
1442
  constructor(swOrData, sh, maybeHeight) {
1443
1443
  this.colorSpace = "srgb";
@@ -1466,7 +1466,7 @@ var CanvasGradient;
1466
1466
  var init_canvas_gradient = __esm({
1467
1467
  "../../../packages/dom/canvas2d-core/lib/esm/canvas-gradient.js"() {
1468
1468
  init_console_gjs();
1469
- init_auto_globals_2efde837f2();
1469
+ init_auto_globals_176f5c468e();
1470
1470
  init_color();
1471
1471
  CanvasGradient = class {
1472
1472
  constructor(type, x0, y0, x1, y1, r0, r1) {
@@ -1496,7 +1496,7 @@ var CanvasPattern;
1496
1496
  var init_canvas_pattern = __esm({
1497
1497
  "../../../packages/dom/canvas2d-core/lib/esm/canvas-pattern.js"() {
1498
1498
  init_console_gjs();
1499
- init_auto_globals_2efde837f2();
1499
+ init_auto_globals_176f5c468e();
1500
1500
  CanvasPattern = class _CanvasPattern {
1501
1501
  constructor(surface, repetition) {
1502
1502
  this._pattern = new Cairo2.SurfacePattern(surface);
@@ -1558,7 +1558,7 @@ var Path2D;
1558
1558
  var init_canvas_path = __esm({
1559
1559
  "../../../packages/dom/canvas2d-core/lib/esm/canvas-path.js"() {
1560
1560
  init_console_gjs();
1561
- init_auto_globals_2efde837f2();
1561
+ init_auto_globals_176f5c468e();
1562
1562
  init_cairo_utils();
1563
1563
  Path2D = class _Path2D {
1564
1564
  constructor(pathOrSvg) {
@@ -1672,7 +1672,7 @@ var CanvasRenderingContext2D;
1672
1672
  var init_canvas_rendering_context_2d = __esm({
1673
1673
  "../../../packages/dom/canvas2d-core/lib/esm/canvas-rendering-context-2d.js"() {
1674
1674
  init_console_gjs();
1675
- init_auto_globals_2efde837f2();
1675
+ init_auto_globals_176f5c468e();
1676
1676
  init_color();
1677
1677
  init_cairo_utils();
1678
1678
  init_canvas_state();
@@ -2659,7 +2659,7 @@ var init_canvas_rendering_context_2d = __esm({
2659
2659
  var init_esm2 = __esm({
2660
2660
  "../../../packages/dom/canvas2d-core/lib/esm/index.js"() {
2661
2661
  init_console_gjs();
2662
- init_auto_globals_2efde837f2();
2662
+ init_auto_globals_176f5c468e();
2663
2663
  init_canvas_rendering_context_2d();
2664
2664
  init_canvas_gradient();
2665
2665
  init_canvas_pattern();
@@ -2674,7 +2674,7 @@ var DOMExceptionCodes, _DOMExceptionPolyfill, DOMException2;
2674
2674
  var init_esm3 = __esm({
2675
2675
  "../../../packages/web/dom-exception/lib/esm/index.js"() {
2676
2676
  init_console_gjs();
2677
- init_auto_globals_2efde837f2();
2677
+ init_auto_globals_176f5c468e();
2678
2678
  DOMExceptionCodes = {
2679
2679
  IndexSizeError: 1,
2680
2680
  HierarchyRequestError: 3,
@@ -2716,7 +2716,7 @@ var kType, kBubbles, kCancelable, kComposed, kTarget, kCurrentTarget, kEventPhas
2716
2716
  var init_esm4 = __esm({
2717
2717
  "../../../packages/web/dom-events/lib/esm/index.js"() {
2718
2718
  init_console_gjs();
2719
- init_auto_globals_2efde837f2();
2719
+ init_auto_globals_176f5c468e();
2720
2720
  init_esm3();
2721
2721
  kType = /* @__PURE__ */ Symbol("type");
2722
2722
  kBubbles = /* @__PURE__ */ Symbol("bubbles");
@@ -3180,7 +3180,7 @@ var NodeType;
3180
3180
  var init_node_type = __esm({
3181
3181
  "../../../packages/dom/dom-elements/lib/esm/node-type.js"() {
3182
3182
  init_console_gjs();
3183
- init_auto_globals_2efde837f2();
3183
+ init_auto_globals_176f5c468e();
3184
3184
  NodeType = {
3185
3185
  ELEMENT_NODE: 1,
3186
3186
  ATTRIBUTE_NODE: 2,
@@ -3200,7 +3200,7 @@ var NodeList;
3200
3200
  var init_node_list = __esm({
3201
3201
  "../../../packages/dom/dom-elements/lib/esm/node-list.js"() {
3202
3202
  init_console_gjs();
3203
- init_auto_globals_2efde837f2();
3203
+ init_auto_globals_176f5c468e();
3204
3204
  NodeList = class {
3205
3205
  constructor(items) {
3206
3206
  this._items = items;
@@ -3240,7 +3240,7 @@ var nodeType, parentNode, childNodesList, elementChildren, isConnected, tagName,
3240
3240
  var init_property_symbol = __esm({
3241
3241
  "../../../packages/dom/dom-elements/lib/esm/property-symbol.js"() {
3242
3242
  init_console_gjs();
3243
- init_auto_globals_2efde837f2();
3243
+ init_auto_globals_176f5c468e();
3244
3244
  nodeType = /* @__PURE__ */ Symbol("nodeType");
3245
3245
  parentNode = /* @__PURE__ */ Symbol("parentNode");
3246
3246
  childNodesList = /* @__PURE__ */ Symbol("childNodesList");
@@ -3263,7 +3263,7 @@ var _a, _b, _c, _d, _e, Node;
3263
3263
  var init_node = __esm({
3264
3264
  "../../../packages/dom/dom-elements/lib/esm/node.js"() {
3265
3265
  init_console_gjs();
3266
- init_auto_globals_2efde837f2();
3266
+ init_auto_globals_176f5c468e();
3267
3267
  init_esm4();
3268
3268
  init_node_type();
3269
3269
  init_node_list();
@@ -3513,7 +3513,7 @@ var Attr;
3513
3513
  var init_attr = __esm({
3514
3514
  "../../../packages/dom/dom-elements/lib/esm/attr.js"() {
3515
3515
  init_console_gjs();
3516
- init_auto_globals_2efde837f2();
3516
+ init_auto_globals_176f5c468e();
3517
3517
  init_property_symbol();
3518
3518
  Attr = class {
3519
3519
  constructor(name2, value2, namespaceURI2 = null, prefix2 = null, ownerElement2 = null) {
@@ -3550,7 +3550,7 @@ var NamespaceURI;
3550
3550
  var init_namespace_uri = __esm({
3551
3551
  "../../../packages/dom/dom-elements/lib/esm/namespace-uri.js"() {
3552
3552
  init_console_gjs();
3553
- init_auto_globals_2efde837f2();
3553
+ init_auto_globals_176f5c468e();
3554
3554
  NamespaceURI = {
3555
3555
  html: "http://www.w3.org/1999/xhtml",
3556
3556
  svg: "http://www.w3.org/2000/svg",
@@ -3566,7 +3566,7 @@ var NamedNodeMap;
3566
3566
  var init_named_node_map = __esm({
3567
3567
  "../../../packages/dom/dom-elements/lib/esm/named-node-map.js"() {
3568
3568
  init_console_gjs();
3569
- init_auto_globals_2efde837f2();
3569
+ init_auto_globals_176f5c468e();
3570
3570
  init_attr();
3571
3571
  init_namespace_uri();
3572
3572
  NamedNodeMap = class {
@@ -3696,7 +3696,7 @@ var _a2, _b2, _c2, _d2, _e2, _f, Element;
3696
3696
  var init_element = __esm({
3697
3697
  "../../../packages/dom/dom-elements/lib/esm/element.js"() {
3698
3698
  init_console_gjs();
3699
- init_auto_globals_2efde837f2();
3699
+ init_auto_globals_176f5c468e();
3700
3700
  init_node();
3701
3701
  init_node_type();
3702
3702
  init_named_node_map();
@@ -3948,7 +3948,7 @@ var CSSStyleDeclaration, HTMLElement2;
3948
3948
  var init_html_element = __esm({
3949
3949
  "../../../packages/dom/dom-elements/lib/esm/html-element.js"() {
3950
3950
  init_console_gjs();
3951
- init_auto_globals_2efde837f2();
3951
+ init_auto_globals_176f5c468e();
3952
3952
  init_esm4();
3953
3953
  init_element();
3954
3954
  init_property_symbol();
@@ -4378,7 +4378,7 @@ var HTMLCanvasElement;
4378
4378
  var init_html_canvas_element = __esm({
4379
4379
  "../../../packages/dom/dom-elements/lib/esm/html-canvas-element.js"() {
4380
4380
  init_console_gjs();
4381
- init_auto_globals_2efde837f2();
4381
+ init_auto_globals_176f5c468e();
4382
4382
  init_html_element();
4383
4383
  HTMLCanvasElement = class _HTMLCanvasElement extends HTMLElement2 {
4384
4384
  constructor() {
@@ -4458,7 +4458,7 @@ var DOMMatrix2, DOMMatrixReadOnly;
4458
4458
  var init_dom_matrix = __esm({
4459
4459
  "../../../packages/dom/dom-elements/lib/esm/dom-matrix.js"() {
4460
4460
  init_console_gjs();
4461
- init_auto_globals_2efde837f2();
4461
+ init_auto_globals_176f5c468e();
4462
4462
  DOMMatrix2 = class _DOMMatrix {
4463
4463
  constructor(init) {
4464
4464
  this.a = 1;
@@ -4596,7 +4596,7 @@ function defineGlobalIfMissing(name2, value2) {
4596
4596
  var init_helpers = __esm({
4597
4597
  "../../../packages/dom/dom-elements/lib/esm/register/helpers.js"() {
4598
4598
  init_console_gjs();
4599
- init_auto_globals_2efde837f2();
4599
+ init_auto_globals_176f5c468e();
4600
4600
  }
4601
4601
  });
4602
4602
 
@@ -4605,7 +4605,7 @@ var CANVAS2D_KEY;
4605
4605
  var init_canvas = __esm({
4606
4606
  "../../../packages/dom/dom-elements/lib/esm/register/canvas.js"() {
4607
4607
  init_console_gjs();
4608
- init_auto_globals_2efde837f2();
4608
+ init_auto_globals_176f5c468e();
4609
4609
  init_esm2();
4610
4610
  init_html_canvas_element();
4611
4611
  init_dom_matrix();
@@ -4630,7 +4630,7 @@ var CharacterData;
4630
4630
  var init_character_data = __esm({
4631
4631
  "../../../packages/dom/dom-elements/lib/esm/character-data.js"() {
4632
4632
  init_console_gjs();
4633
- init_auto_globals_2efde837f2();
4633
+ init_auto_globals_176f5c468e();
4634
4634
  init_node();
4635
4635
  init_node_type();
4636
4636
  init_property_symbol();
@@ -4692,7 +4692,7 @@ var Comment;
4692
4692
  var init_comment = __esm({
4693
4693
  "../../../packages/dom/dom-elements/lib/esm/comment.js"() {
4694
4694
  init_console_gjs();
4695
- init_auto_globals_2efde837f2();
4695
+ init_auto_globals_176f5c468e();
4696
4696
  init_character_data();
4697
4697
  init_node_type();
4698
4698
  init_property_symbol();
@@ -4720,7 +4720,7 @@ var gdkpixbuf_2_0_default;
4720
4720
  var init_gdkpixbuf_2_0 = __esm({
4721
4721
  "../../../node_modules/@girs/gdkpixbuf-2.0/gdkpixbuf-2.0.js"() {
4722
4722
  init_console_gjs();
4723
- init_auto_globals_2efde837f2();
4723
+ init_auto_globals_176f5c468e();
4724
4724
  gdkpixbuf_2_0_default = GdkPixbuf2;
4725
4725
  }
4726
4726
  });
@@ -4730,7 +4730,7 @@ var gdkpixbuf_2_default;
4730
4730
  var init_gdkpixbuf_2 = __esm({
4731
4731
  "../../../node_modules/@girs/gdkpixbuf-2.0/index.js"() {
4732
4732
  init_console_gjs();
4733
- init_auto_globals_2efde837f2();
4733
+ init_auto_globals_176f5c468e();
4734
4734
  init_gdkpixbuf_2_0();
4735
4735
  gdkpixbuf_2_default = gdkpixbuf_2_0_default;
4736
4736
  }
@@ -4742,7 +4742,7 @@ var HTMLImageElement;
4742
4742
  var init_html_image_element = __esm({
4743
4743
  "../../../packages/dom/dom-elements/lib/esm/html-image-element.js"() {
4744
4744
  init_console_gjs();
4745
- init_auto_globals_2efde837f2();
4745
+ init_auto_globals_176f5c468e();
4746
4746
  init_glib_2();
4747
4747
  init_gio_2();
4748
4748
  init_gdkpixbuf_2();
@@ -4977,7 +4977,7 @@ var HAVE_NOTHING, HAVE_METADATA, HAVE_CURRENT_DATA, HAVE_FUTURE_DATA, HAVE_ENOUG
4977
4977
  var init_html_media_element = __esm({
4978
4978
  "../../../packages/dom/dom-elements/lib/esm/html-media-element.js"() {
4979
4979
  init_console_gjs();
4980
- init_auto_globals_2efde837f2();
4980
+ init_auto_globals_176f5c468e();
4981
4981
  init_esm4();
4982
4982
  init_html_element();
4983
4983
  HAVE_NOTHING = 0;
@@ -5101,7 +5101,7 @@ var NS_PER_SECOND;
5101
5101
  var init_gst_time = __esm({
5102
5102
  "../../../packages/dom/dom-elements/lib/esm/gst-time.js"() {
5103
5103
  init_console_gjs();
5104
- init_auto_globals_2efde837f2();
5104
+ init_auto_globals_176f5c468e();
5105
5105
  NS_PER_SECOND = 1e9;
5106
5106
  }
5107
5107
  });
@@ -5111,7 +5111,7 @@ var GST_STATE_PLAYING, GST_STATE_PAUSED, GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH, G
5111
5111
  var init_html_video_element = __esm({
5112
5112
  "../../../packages/dom/dom-elements/lib/esm/html-video-element.js"() {
5113
5113
  init_console_gjs();
5114
- init_auto_globals_2efde837f2();
5114
+ init_auto_globals_176f5c468e();
5115
5115
  init_html_media_element();
5116
5116
  init_esm4();
5117
5117
  init_property_symbol();
@@ -5234,7 +5234,7 @@ var Text;
5234
5234
  var init_text = __esm({
5235
5235
  "../../../packages/dom/dom-elements/lib/esm/text.js"() {
5236
5236
  init_console_gjs();
5237
- init_auto_globals_2efde837f2();
5237
+ init_auto_globals_176f5c468e();
5238
5238
  init_character_data();
5239
5239
  init_node_type();
5240
5240
  init_property_symbol();
@@ -5291,7 +5291,7 @@ var DocumentFragment;
5291
5291
  var init_document_fragment = __esm({
5292
5292
  "../../../packages/dom/dom-elements/lib/esm/document-fragment.js"() {
5293
5293
  init_console_gjs();
5294
- init_auto_globals_2efde837f2();
5294
+ init_auto_globals_176f5c468e();
5295
5295
  init_node();
5296
5296
  init_text();
5297
5297
  init_node_type();
@@ -5409,7 +5409,7 @@ var Document, document2;
5409
5409
  var init_document = __esm({
5410
5410
  "../../../packages/dom/dom-elements/lib/esm/document.js"() {
5411
5411
  init_console_gjs();
5412
- init_auto_globals_2efde837f2();
5412
+ init_auto_globals_176f5c468e();
5413
5413
  init_node();
5414
5414
  init_html_element();
5415
5415
  init_html_image_element();
@@ -5498,7 +5498,7 @@ var DOMTokenList;
5498
5498
  var init_dom_token_list = __esm({
5499
5499
  "../../../packages/dom/dom-elements/lib/esm/dom-token-list.js"() {
5500
5500
  init_console_gjs();
5501
- init_auto_globals_2efde837f2();
5501
+ init_auto_globals_176f5c468e();
5502
5502
  DOMTokenList = class {
5503
5503
  constructor(ownerElement2, attributeName) {
5504
5504
  this._ownerElement = ownerElement2;
@@ -5613,7 +5613,7 @@ var Window2;
5613
5613
  var init_document2 = __esm({
5614
5614
  "../../../packages/dom/dom-elements/lib/esm/register/document.js"() {
5615
5615
  init_console_gjs();
5616
- init_auto_globals_2efde837f2();
5616
+ init_auto_globals_176f5c468e();
5617
5617
  init_esm4();
5618
5618
  init_comment();
5619
5619
  init_document();
@@ -5662,7 +5662,7 @@ var FontFace2, FontFaceSet;
5662
5662
  var init_font_face = __esm({
5663
5663
  "../../../packages/dom/dom-elements/lib/esm/font-face.js"() {
5664
5664
  init_console_gjs();
5665
- init_auto_globals_2efde837f2();
5665
+ init_auto_globals_176f5c468e();
5666
5666
  FontFace2 = class {
5667
5667
  constructor(family, source, _descriptors) {
5668
5668
  this.status = "unloaded";
@@ -5757,7 +5757,7 @@ var _doc;
5757
5757
  var init_font_face2 = __esm({
5758
5758
  "../../../packages/dom/dom-elements/lib/esm/register/font-face.js"() {
5759
5759
  init_console_gjs();
5760
- init_auto_globals_2efde837f2();
5760
+ init_auto_globals_176f5c468e();
5761
5761
  init_font_face();
5762
5762
  init_helpers();
5763
5763
  defineGlobalIfMissing("FontFace", FontFace2);
@@ -5780,7 +5780,7 @@ var Image2;
5780
5780
  var init_image = __esm({
5781
5781
  "../../../packages/dom/dom-elements/lib/esm/image.js"() {
5782
5782
  init_console_gjs();
5783
- init_auto_globals_2efde837f2();
5783
+ init_auto_globals_176f5c468e();
5784
5784
  init_html_image_element();
5785
5785
  Image2 = class extends HTMLImageElement {
5786
5786
  /**
@@ -5806,7 +5806,7 @@ var init_image = __esm({
5806
5806
  var init_image2 = __esm({
5807
5807
  "../../../packages/dom/dom-elements/lib/esm/register/image.js"() {
5808
5808
  init_console_gjs();
5809
- init_auto_globals_2efde837f2();
5809
+ init_auto_globals_176f5c468e();
5810
5810
  init_html_image_element();
5811
5811
  init_image();
5812
5812
  init_helpers();
@@ -5820,7 +5820,7 @@ var location2;
5820
5820
  var init_location_stub = __esm({
5821
5821
  "../../../packages/dom/dom-elements/lib/esm/location-stub.js"() {
5822
5822
  init_console_gjs();
5823
- init_auto_globals_2efde837f2();
5823
+ init_auto_globals_176f5c468e();
5824
5824
  location2 = {
5825
5825
  href: "file://",
5826
5826
  origin: "file://",
@@ -5850,7 +5850,7 @@ var init_location_stub = __esm({
5850
5850
  var init_location = __esm({
5851
5851
  "../../../packages/dom/dom-elements/lib/esm/register/location.js"() {
5852
5852
  init_console_gjs();
5853
- init_auto_globals_2efde837f2();
5853
+ init_auto_globals_176f5c468e();
5854
5854
  init_location_stub();
5855
5855
  init_helpers();
5856
5856
  defineGlobalIfMissing("location", location2);
@@ -5865,7 +5865,7 @@ var MediaQueryList;
5865
5865
  var init_match_media = __esm({
5866
5866
  "../../../packages/dom/dom-elements/lib/esm/match-media.js"() {
5867
5867
  init_console_gjs();
5868
- init_auto_globals_2efde837f2();
5868
+ init_auto_globals_176f5c468e();
5869
5869
  init_esm4();
5870
5870
  MediaQueryList = class extends EventTarget2 {
5871
5871
  constructor(query) {
@@ -5888,7 +5888,7 @@ var init_match_media = __esm({
5888
5888
  var init_match_media2 = __esm({
5889
5889
  "../../../packages/dom/dom-elements/lib/esm/register/match-media.js"() {
5890
5890
  init_console_gjs();
5891
- init_auto_globals_2efde837f2();
5891
+ init_auto_globals_176f5c468e();
5892
5892
  init_match_media();
5893
5893
  init_helpers();
5894
5894
  defineGlobalIfMissing("matchMedia", matchMedia);
@@ -5899,7 +5899,7 @@ var init_match_media2 = __esm({
5899
5899
  var init_navigator = __esm({
5900
5900
  "../../../packages/dom/dom-elements/lib/esm/register/navigator.js"() {
5901
5901
  init_console_gjs();
5902
- init_auto_globals_2efde837f2();
5902
+ init_auto_globals_176f5c468e();
5903
5903
  if (typeof globalThis.navigator === "undefined") {
5904
5904
  globalThis.navigator = {};
5905
5905
  }
@@ -5911,7 +5911,7 @@ var IntersectionObserver;
5911
5911
  var init_intersection_observer = __esm({
5912
5912
  "../../../packages/dom/dom-elements/lib/esm/intersection-observer.js"() {
5913
5913
  init_console_gjs();
5914
- init_auto_globals_2efde837f2();
5914
+ init_auto_globals_176f5c468e();
5915
5915
  IntersectionObserver = class {
5916
5916
  constructor(_callback, options) {
5917
5917
  this.root = options?.root ?? null;
@@ -5936,7 +5936,7 @@ var MutationObserver;
5936
5936
  var init_mutation_observer = __esm({
5937
5937
  "../../../packages/dom/dom-elements/lib/esm/mutation-observer.js"() {
5938
5938
  init_console_gjs();
5939
- init_auto_globals_2efde837f2();
5939
+ init_auto_globals_176f5c468e();
5940
5940
  MutationObserver = class {
5941
5941
  constructor(_callback) {
5942
5942
  }
@@ -5956,7 +5956,7 @@ var ResizeObserver2;
5956
5956
  var init_resize_observer = __esm({
5957
5957
  "../../../packages/dom/dom-elements/lib/esm/resize-observer.js"() {
5958
5958
  init_console_gjs();
5959
- init_auto_globals_2efde837f2();
5959
+ init_auto_globals_176f5c468e();
5960
5960
  ResizeObserver2 = class {
5961
5961
  constructor(_callback) {
5962
5962
  }
@@ -5974,7 +5974,7 @@ var init_resize_observer = __esm({
5974
5974
  var init_observers = __esm({
5975
5975
  "../../../packages/dom/dom-elements/lib/esm/register/observers.js"() {
5976
5976
  init_console_gjs();
5977
- init_auto_globals_2efde837f2();
5977
+ init_auto_globals_176f5c468e();
5978
5978
  init_intersection_observer();
5979
5979
  init_mutation_observer();
5980
5980
  init_resize_observer();
@@ -6089,7 +6089,7 @@ var DOMNode, DOMElement, DOMDocument, ATTR_PATTERN, DOMParser2;
6089
6089
  var init_esm5 = __esm({
6090
6090
  "../../../packages/web/domparser/lib/esm/index.js"() {
6091
6091
  init_console_gjs();
6092
- init_auto_globals_2efde837f2();
6092
+ init_auto_globals_176f5c468e();
6093
6093
  DOMNode = class {
6094
6094
  nodeType;
6095
6095
  nodeName;
@@ -6230,7 +6230,7 @@ var init_esm5 = __esm({
6230
6230
  var init_register2 = __esm({
6231
6231
  "../../../packages/web/domparser/lib/esm/register.js"() {
6232
6232
  init_console_gjs();
6233
- init_auto_globals_2efde837f2();
6233
+ init_auto_globals_176f5c468e();
6234
6234
  init_esm5();
6235
6235
  if (typeof globalThis.DOMParser === "undefined") {
6236
6236
  globalThis.DOMParser = DOMParser2;
@@ -6243,7 +6243,7 @@ var GamepadEvent;
6243
6243
  var init_gamepad_event = __esm({
6244
6244
  "../../../packages/web/gamepad/lib/esm/gamepad-event.js"() {
6245
6245
  init_console_gjs();
6246
- init_auto_globals_2efde837f2();
6246
+ init_auto_globals_176f5c468e();
6247
6247
  init_esm4();
6248
6248
  GamepadEvent = class extends Event2 {
6249
6249
  gamepad;
@@ -6263,7 +6263,7 @@ var GamepadButton;
6263
6263
  var init_gamepad_button = __esm({
6264
6264
  "../../../packages/web/gamepad/lib/esm/gamepad-button.js"() {
6265
6265
  init_console_gjs();
6266
- init_auto_globals_2efde837f2();
6266
+ init_auto_globals_176f5c468e();
6267
6267
  GamepadButton = class {
6268
6268
  pressed;
6269
6269
  touched;
@@ -6285,7 +6285,7 @@ var Gamepad;
6285
6285
  var init_gamepad = __esm({
6286
6286
  "../../../packages/web/gamepad/lib/esm/gamepad.js"() {
6287
6287
  init_console_gjs();
6288
- init_auto_globals_2efde837f2();
6288
+ init_auto_globals_176f5c468e();
6289
6289
  Gamepad = class {
6290
6290
  id;
6291
6291
  index;
@@ -6317,7 +6317,7 @@ var ManetteHapticActuator;
6317
6317
  var init_haptic_actuator = __esm({
6318
6318
  "../../../packages/web/gamepad/lib/esm/haptic-actuator.js"() {
6319
6319
  init_console_gjs();
6320
- init_auto_globals_2efde837f2();
6320
+ init_auto_globals_176f5c468e();
6321
6321
  ManetteHapticActuator = class {
6322
6322
  effects;
6323
6323
  _device;
@@ -6350,7 +6350,7 @@ var LinuxButton, W3CButton, W3C_BUTTON_COUNT, MANETTE_TO_W3C_BUTTON;
6350
6350
  var init_button_mapping = __esm({
6351
6351
  "../../../packages/web/gamepad/lib/esm/button-mapping.js"() {
6352
6352
  init_console_gjs();
6353
- init_auto_globals_2efde837f2();
6353
+ init_auto_globals_176f5c468e();
6354
6354
  LinuxButton = {
6355
6355
  BTN_SOUTH: 304,
6356
6356
  // 0x130 — A (Xbox), B (Nintendo), Cross (PlayStation)
@@ -6444,7 +6444,7 @@ var ManetteAxis, W3CAxis, W3C_AXIS_COUNT, MANETTE_TO_W3C_AXIS, TRIGGER_PRESS_THR
6444
6444
  var init_axis_mapping = __esm({
6445
6445
  "../../../packages/web/gamepad/lib/esm/axis-mapping.js"() {
6446
6446
  init_console_gjs();
6447
- init_auto_globals_2efde837f2();
6447
+ init_auto_globals_176f5c468e();
6448
6448
  ManetteAxis = {
6449
6449
  LEFT_X: 0,
6450
6450
  // SDL leftx
@@ -6481,7 +6481,7 @@ var MAX_GAMEPADS, GamepadManager;
6481
6481
  var init_gamepad_manager = __esm({
6482
6482
  "../../../packages/web/gamepad/lib/esm/gamepad-manager.js"() {
6483
6483
  init_console_gjs();
6484
- init_auto_globals_2efde837f2();
6484
+ init_auto_globals_176f5c468e();
6485
6485
  init_gamepad_button();
6486
6486
  init_gamepad();
6487
6487
  init_gamepad_event();
@@ -6710,7 +6710,7 @@ var manager;
6710
6710
  var init_register3 = __esm({
6711
6711
  "../../../packages/web/gamepad/lib/esm/register.js"() {
6712
6712
  init_console_gjs();
6713
- init_auto_globals_2efde837f2();
6713
+ init_auto_globals_176f5c468e();
6714
6714
  init_gamepad_event();
6715
6715
  init_gamepad_manager();
6716
6716
  manager = new GamepadManager();
@@ -6832,7 +6832,7 @@ var textEncoder, textDecoder, hasSharedArrayBuffer, Buffer2, kMaxLength, kString
6832
6832
  var init_buffer = __esm({
6833
6833
  "../../../packages/node/buffer/lib/esm/buffer.js"() {
6834
6834
  init_console_gjs();
6835
- init_auto_globals_2efde837f2();
6835
+ init_auto_globals_176f5c468e();
6836
6836
  init_esm();
6837
6837
  textEncoder = new TextEncoder();
6838
6838
  textDecoder = new TextDecoder();
@@ -7385,7 +7385,7 @@ var atob2, btoa;
7385
7385
  var init_esm6 = __esm({
7386
7386
  "../../../packages/node/buffer/lib/esm/index.js"() {
7387
7387
  init_console_gjs();
7388
- init_auto_globals_2efde837f2();
7388
+ init_auto_globals_176f5c468e();
7389
7389
  init_buffer();
7390
7390
  init_blob();
7391
7391
  atob2 = globalThis.atob;
@@ -7397,7 +7397,7 @@ var init_esm6 = __esm({
7397
7397
  var init_buffer2 = __esm({
7398
7398
  "../../../packages/node/globals/lib/esm/register/buffer.js"() {
7399
7399
  init_console_gjs();
7400
- init_auto_globals_2efde837f2();
7400
+ init_auto_globals_176f5c468e();
7401
7401
  init_esm6();
7402
7402
  init_register();
7403
7403
  if (!("Buffer" in globalThis)) {
@@ -7415,7 +7415,7 @@ var init_buffer2 = __esm({
7415
7415
  var init_encoding2 = __esm({
7416
7416
  "../../../packages/node/globals/lib/esm/register/encoding.js"() {
7417
7417
  init_console_gjs();
7418
- init_auto_globals_2efde837f2();
7418
+ init_auto_globals_176f5c468e();
7419
7419
  init_glib_2();
7420
7420
  if (typeof globalThis.btoa !== "function") {
7421
7421
  Object.defineProperty(globalThis, "btoa", {
@@ -7453,7 +7453,7 @@ var init_encoding2 = __esm({
7453
7453
  var init_microtask2 = __esm({
7454
7454
  "../../../packages/node/globals/lib/esm/register/microtask.js"() {
7455
7455
  init_console_gjs();
7456
- init_auto_globals_2efde837f2();
7456
+ init_auto_globals_176f5c468e();
7457
7457
  init_esm();
7458
7458
  if (typeof queueMicrotask !== "function") {
7459
7459
  Object.defineProperty(globalThis, "queueMicrotask", {
@@ -7530,7 +7530,7 @@ var kCapture, kRejection, EventEmitter;
7530
7530
  var init_event_emitter = __esm({
7531
7531
  "../../../packages/node/events/lib/esm/event-emitter.js"() {
7532
7532
  init_console_gjs();
7533
- init_auto_globals_2efde837f2();
7533
+ init_auto_globals_176f5c468e();
7534
7534
  kCapture = /* @__PURE__ */ Symbol("kCapture");
7535
7535
  kRejection = /* @__PURE__ */ Symbol.for("nodejs.rejection");
7536
7536
  EventEmitter = class _EventEmitter {
@@ -8101,7 +8101,7 @@ var EventEmitter2, captureRejectionSymbol, errorMonitor, defaultMaxListeners, se
8101
8101
  var init_esm7 = __esm({
8102
8102
  "../../../packages/node/events/lib/esm/index.js"() {
8103
8103
  init_console_gjs();
8104
- init_auto_globals_2efde837f2();
8104
+ init_auto_globals_176f5c468e();
8105
8105
  init_esm();
8106
8106
  init_event_emitter();
8107
8107
  EventEmitter2 = makeCallable(EventEmitter);
@@ -8124,7 +8124,7 @@ var _mod, _gi, nativeTerminal;
8124
8124
  var init_esm8 = __esm({
8125
8125
  "../../../packages/node/terminal-native/lib/esm/index.js"() {
8126
8126
  init_console_gjs();
8127
- init_auto_globals_2efde837f2();
8127
+ init_auto_globals_176f5c468e();
8128
8128
  _mod = null;
8129
8129
  _gi = globalThis.imports?.gi;
8130
8130
  if (_gi) {
@@ -8349,7 +8349,7 @@ var _encoder2, startTime, ProcessWriteStream, ProcessReadStream, hrtimeBase, Pro
8349
8349
  var init_esm9 = __esm({
8350
8350
  "../../../packages/node/process/lib/esm/index.js"() {
8351
8351
  init_console_gjs();
8352
- init_auto_globals_2efde837f2();
8352
+ init_auto_globals_176f5c468e();
8353
8353
  init_esm7();
8354
8354
  init_esm();
8355
8355
  init_esm8();
@@ -8818,7 +8818,7 @@ var init_esm9 = __esm({
8818
8818
  var init_process = __esm({
8819
8819
  "../../../packages/node/globals/lib/esm/register/process.js"() {
8820
8820
  init_console_gjs();
8821
- init_auto_globals_2efde837f2();
8821
+ init_auto_globals_176f5c468e();
8822
8822
  init_esm();
8823
8823
  init_esm9();
8824
8824
  if (typeof Promise.withResolvers !== "function") {
@@ -8854,7 +8854,7 @@ var init_process = __esm({
8854
8854
  var init_structured_clone2 = __esm({
8855
8855
  "../../../packages/node/globals/lib/esm/register/structured-clone.js"() {
8856
8856
  init_console_gjs();
8857
- init_auto_globals_2efde837f2();
8857
+ init_auto_globals_176f5c468e();
8858
8858
  init_esm();
8859
8859
  if (typeof globalThis.structuredClone !== "function") {
8860
8860
  Object.defineProperty(globalThis, "structuredClone", {
@@ -8891,7 +8891,7 @@ var _isGjsTimer, GjsifyTimeout;
8891
8891
  var init_timers = __esm({
8892
8892
  "../../../packages/node/globals/lib/esm/register/timers.js"() {
8893
8893
  init_console_gjs();
8894
- init_auto_globals_2efde837f2();
8894
+ init_auto_globals_176f5c468e();
8895
8895
  _isGjsTimer = getGLib() !== void 0;
8896
8896
  GjsifyTimeout = class {
8897
8897
  _id = null;
@@ -8998,7 +8998,7 @@ var PARSE_FLAGS, URLSearchParams, URL2;
8998
8998
  var init_esm10 = __esm({
8999
8999
  "../../../packages/node/url/lib/esm/index.js"() {
9000
9000
  init_console_gjs();
9001
- init_auto_globals_2efde837f2();
9001
+ init_auto_globals_176f5c468e();
9002
9002
  init_glib_2();
9003
9003
  PARSE_FLAGS = glib_2_default.UriFlags.HAS_PASSWORD | glib_2_default.UriFlags.ENCODED | glib_2_default.UriFlags.SCHEME_NORMALIZE;
9004
9004
  URLSearchParams = class _URLSearchParams {
@@ -9244,7 +9244,7 @@ var init_esm10 = __esm({
9244
9244
  var init_url = __esm({
9245
9245
  "../../../packages/node/globals/lib/esm/register/url.js"() {
9246
9246
  init_console_gjs();
9247
- init_auto_globals_2efde837f2();
9247
+ init_auto_globals_176f5c468e();
9248
9248
  init_esm10();
9249
9249
  if (typeof globalThis.URL !== "function") {
9250
9250
  Object.defineProperty(globalThis, "URL", {
@@ -9270,7 +9270,7 @@ var performance2, PerformanceObserverStub, PerformanceEntryStub, PerformanceObse
9270
9270
  var init_esm11 = __esm({
9271
9271
  "../../../packages/node/perf_hooks/lib/esm/index.js"() {
9272
9272
  init_console_gjs();
9273
- init_auto_globals_2efde837f2();
9273
+ init_auto_globals_176f5c468e();
9274
9274
  if (globalThis.performance) {
9275
9275
  performance2 = globalThis.performance;
9276
9276
  } else {
@@ -9389,7 +9389,7 @@ var init_esm11 = __esm({
9389
9389
  var init_performance = __esm({
9390
9390
  "../../../packages/web/web-globals/lib/esm/register/performance.js"() {
9391
9391
  init_console_gjs();
9392
- init_auto_globals_2efde837f2();
9392
+ init_auto_globals_176f5c468e();
9393
9393
  init_esm11();
9394
9394
  if (typeof globalThis.performance === "undefined") {
9395
9395
  globalThis.performance = performance2;
@@ -9412,7 +9412,7 @@ var initialized;
9412
9412
  var init_gst_init = __esm({
9413
9413
  "../../../packages/web/webaudio/lib/esm/gst-init.js"() {
9414
9414
  init_console_gjs();
9415
- init_auto_globals_2efde837f2();
9415
+ init_auto_globals_176f5c468e();
9416
9416
  initialized = false;
9417
9417
  }
9418
9418
  });
@@ -9422,7 +9422,7 @@ var AudioBuffer;
9422
9422
  var init_audio_buffer = __esm({
9423
9423
  "../../../packages/web/webaudio/lib/esm/audio-buffer.js"() {
9424
9424
  init_console_gjs();
9425
- init_auto_globals_2efde837f2();
9425
+ init_auto_globals_176f5c468e();
9426
9426
  AudioBuffer = class {
9427
9427
  sampleRate;
9428
9428
  length;
@@ -9465,7 +9465,7 @@ var AudioNode;
9465
9465
  var init_audio_node = __esm({
9466
9466
  "../../../packages/web/webaudio/lib/esm/audio-node.js"() {
9467
9467
  init_console_gjs();
9468
- init_auto_globals_2efde837f2();
9468
+ init_auto_globals_176f5c468e();
9469
9469
  AudioNode = class {
9470
9470
  /** @internal downstream connections */
9471
9471
  _outputs = /* @__PURE__ */ new Set();
@@ -9504,7 +9504,7 @@ var AudioDestinationNode;
9504
9504
  var init_audio_destination_node = __esm({
9505
9505
  "../../../packages/web/webaudio/lib/esm/audio-destination-node.js"() {
9506
9506
  init_console_gjs();
9507
- init_auto_globals_2efde837f2();
9507
+ init_auto_globals_176f5c468e();
9508
9508
  init_audio_node();
9509
9509
  AudioDestinationNode = class extends AudioNode {
9510
9510
  maxChannelCount = 2;
@@ -9521,7 +9521,7 @@ var AudioParam;
9521
9521
  var init_audio_param = __esm({
9522
9522
  "../../../packages/web/webaudio/lib/esm/audio-param.js"() {
9523
9523
  init_console_gjs();
9524
- init_auto_globals_2efde837f2();
9524
+ init_auto_globals_176f5c468e();
9525
9525
  AudioParam = class {
9526
9526
  defaultValue;
9527
9527
  minValue;
@@ -9606,7 +9606,7 @@ var GstPlayer;
9606
9606
  var init_gst_player = __esm({
9607
9607
  "../../../packages/web/webaudio/lib/esm/gst-player.js"() {
9608
9608
  init_console_gjs();
9609
- init_auto_globals_2efde837f2();
9609
+ init_auto_globals_176f5c468e();
9610
9610
  init_gst_init();
9611
9611
  GstPlayer = class {
9612
9612
  _pipeline = null;
@@ -9737,7 +9737,7 @@ var GainNode;
9737
9737
  var init_gain_node = __esm({
9738
9738
  "../../../packages/web/webaudio/lib/esm/gain-node.js"() {
9739
9739
  init_console_gjs();
9740
- init_auto_globals_2efde837f2();
9740
+ init_auto_globals_176f5c468e();
9741
9741
  init_audio_node();
9742
9742
  init_audio_param();
9743
9743
  GainNode = class extends AudioNode {
@@ -9762,7 +9762,7 @@ var AudioBufferSourceNode;
9762
9762
  var init_audio_buffer_source_node = __esm({
9763
9763
  "../../../packages/web/webaudio/lib/esm/audio-buffer-source-node.js"() {
9764
9764
  init_console_gjs();
9765
- init_auto_globals_2efde837f2();
9765
+ init_auto_globals_176f5c468e();
9766
9766
  init_audio_node();
9767
9767
  init_audio_param();
9768
9768
  init_gst_player();
@@ -9891,7 +9891,7 @@ var PIPELINE_DESC;
9891
9891
  var init_gst_decoder = __esm({
9892
9892
  "../../../packages/web/webaudio/lib/esm/gst-decoder.js"() {
9893
9893
  init_console_gjs();
9894
- init_auto_globals_2efde837f2();
9894
+ init_auto_globals_176f5c468e();
9895
9895
  init_gst_init();
9896
9896
  init_audio_buffer();
9897
9897
  PIPELINE_DESC = "appsrc name=src ! decodebin ! audioconvert ! audioresample ! capsfilter caps=audio/x-raw,format=F32LE,layout=interleaved ! appsink name=sink sync=false";
@@ -9904,7 +9904,7 @@ var AudioContext2;
9904
9904
  var init_audio_context = __esm({
9905
9905
  "../../../packages/web/webaudio/lib/esm/audio-context.js"() {
9906
9906
  init_console_gjs();
9907
- init_auto_globals_2efde837f2();
9907
+ init_auto_globals_176f5c468e();
9908
9908
  init_gst_init();
9909
9909
  init_audio_buffer();
9910
9910
  init_audio_node();
@@ -10003,7 +10003,7 @@ var SUPPORTED_TYPES, HTMLAudioElement;
10003
10003
  var init_html_audio_element = __esm({
10004
10004
  "../../../packages/web/webaudio/lib/esm/html-audio-element.js"() {
10005
10005
  init_console_gjs();
10006
- init_auto_globals_2efde837f2();
10006
+ init_auto_globals_176f5c468e();
10007
10007
  init_gst_init();
10008
10008
  SUPPORTED_TYPES = /* @__PURE__ */ new Set([
10009
10009
  "audio/mpeg",
@@ -10069,7 +10069,7 @@ var init_html_audio_element = __esm({
10069
10069
  var init_esm12 = __esm({
10070
10070
  "../../../packages/web/webaudio/lib/esm/index.js"() {
10071
10071
  init_console_gjs();
10072
- init_auto_globals_2efde837f2();
10072
+ init_auto_globals_176f5c468e();
10073
10073
  init_audio_context();
10074
10074
  init_html_audio_element();
10075
10075
  }
@@ -10079,7 +10079,7 @@ var init_esm12 = __esm({
10079
10079
  var init_register4 = __esm({
10080
10080
  "../../../packages/web/webaudio/lib/esm/register.js"() {
10081
10081
  init_console_gjs();
10082
- init_auto_globals_2efde837f2();
10082
+ init_auto_globals_176f5c468e();
10083
10083
  init_esm12();
10084
10084
  if (typeof globalThis.AudioContext === "undefined") {
10085
10085
  globalThis.AudioContext = AudioContext2;
@@ -10101,7 +10101,7 @@ var kAbort, kInternal, AbortSignal2, AbortController2;
10101
10101
  var init_esm13 = __esm({
10102
10102
  "../../../packages/web/abort-controller/lib/esm/index.js"() {
10103
10103
  init_console_gjs();
10104
- init_auto_globals_2efde837f2();
10104
+ init_auto_globals_176f5c468e();
10105
10105
  init_esm4();
10106
10106
  kAbort = /* @__PURE__ */ Symbol("abort");
10107
10107
  kInternal = /* @__PURE__ */ Symbol("internal");
@@ -10190,7 +10190,7 @@ var init_esm13 = __esm({
10190
10190
  var init_register5 = __esm({
10191
10191
  "../../../packages/web/abort-controller/lib/esm/register.js"() {
10192
10192
  init_console_gjs();
10193
- init_auto_globals_2efde837f2();
10193
+ init_auto_globals_176f5c468e();
10194
10194
  init_esm13();
10195
10195
  if (typeof globalThis.AbortController === "undefined") {
10196
10196
  globalThis.AbortController = AbortController2;
@@ -10315,7 +10315,7 @@ var kState, kType2, AsyncIteratorPrototype, AsyncIterator;
10315
10315
  var init_util = __esm({
10316
10316
  "../../../packages/web/streams/lib/esm/util.js"() {
10317
10317
  init_console_gjs();
10318
- init_auto_globals_2efde837f2();
10318
+ init_auto_globals_176f5c468e();
10319
10319
  kState = /* @__PURE__ */ Symbol("kState");
10320
10320
  kType2 = /* @__PURE__ */ Symbol("kType");
10321
10321
  AsyncIteratorPrototype = Object.getPrototypeOf(
@@ -10821,7 +10821,7 @@ var _AbortController, kAbort2, kCloseSentinel, kError, kSkipThrow, WritableStrea
10821
10821
  var init_writable_stream = __esm({
10822
10822
  "../../../packages/web/streams/lib/esm/writable-stream.js"() {
10823
10823
  init_console_gjs();
10824
- init_auto_globals_2efde837f2();
10824
+ init_auto_globals_176f5c468e();
10825
10825
  init_util();
10826
10826
  _AbortController = typeof globalThis.AbortController === "function" ? globalThis.AbortController : class AbortControllerShim {
10827
10827
  signal = { aborted: false, reason: void 0, addEventListener() {
@@ -11661,7 +11661,7 @@ var kCancel, kClose, kChunk, kError2, kPull, kRelease, kSkipThrow2, releasedErro
11661
11661
  var init_readable_stream = __esm({
11662
11662
  "../../../packages/web/streams/lib/esm/readable-stream.js"() {
11663
11663
  init_console_gjs();
11664
- init_auto_globals_2efde837f2();
11664
+ init_auto_globals_176f5c468e();
11665
11665
  init_util();
11666
11666
  init_writable_stream();
11667
11667
  init_esm();
@@ -12232,7 +12232,7 @@ var kSkipThrow3, TransformStream, TransformStreamDefaultController, isTransformS
12232
12232
  var init_transform_stream = __esm({
12233
12233
  "../../../packages/web/streams/lib/esm/transform-stream.js"() {
12234
12234
  init_console_gjs();
12235
- init_auto_globals_2efde837f2();
12235
+ init_auto_globals_176f5c468e();
12236
12236
  init_util();
12237
12237
  init_readable_stream();
12238
12238
  init_writable_stream();
@@ -12332,7 +12332,7 @@ var byteSizeFunction, countSizeFunction, ByteLengthQueuingStrategy, CountQueuing
12332
12332
  var init_queuing_strategies = __esm({
12333
12333
  "../../../packages/web/streams/lib/esm/queuing-strategies.js"() {
12334
12334
  init_console_gjs();
12335
- init_auto_globals_2efde837f2();
12335
+ init_auto_globals_176f5c468e();
12336
12336
  byteSizeFunction = Object.defineProperty(
12337
12337
  (chunk) => chunk.byteLength,
12338
12338
  "name",
@@ -12393,7 +12393,7 @@ var TextEncoderStream;
12393
12393
  var init_text_encoder_stream = __esm({
12394
12394
  "../../../packages/web/streams/lib/esm/text-encoder-stream.js"() {
12395
12395
  init_console_gjs();
12396
- init_auto_globals_2efde837f2();
12396
+ init_auto_globals_176f5c468e();
12397
12397
  init_transform_stream();
12398
12398
  TextEncoderStream = class {
12399
12399
  #pendingHighSurrogate = null;
@@ -12482,7 +12482,7 @@ var supportsStreaming, TextDecoderStream;
12482
12482
  var init_text_decoder_stream = __esm({
12483
12483
  "../../../packages/web/streams/lib/esm/text-decoder-stream.js"() {
12484
12484
  init_console_gjs();
12485
- init_auto_globals_2efde837f2();
12485
+ init_auto_globals_176f5c468e();
12486
12486
  init_transform_stream();
12487
12487
  supportsStreaming = hasStreamingSupport();
12488
12488
  TextDecoderStream = class {
@@ -12585,7 +12585,7 @@ var _ReadableStream, _WritableStream, _TransformStream, _ByteLengthQueuingStrate
12585
12585
  var init_esm14 = __esm({
12586
12586
  "../../../packages/web/streams/lib/esm/index.js"() {
12587
12587
  init_console_gjs();
12588
- init_auto_globals_2efde837f2();
12588
+ init_auto_globals_176f5c468e();
12589
12589
  init_writable_stream();
12590
12590
  init_readable_stream();
12591
12591
  init_transform_stream();
@@ -12606,7 +12606,7 @@ var init_esm14 = __esm({
12606
12606
  var init_callable2 = __esm({
12607
12607
  "../../../packages/node/stream/lib/esm/callable.js"() {
12608
12608
  init_console_gjs();
12609
- init_auto_globals_2efde837f2();
12609
+ init_auto_globals_176f5c468e();
12610
12610
  init_esm();
12611
12611
  }
12612
12612
  });
@@ -12779,7 +12779,7 @@ var defaultHighWaterMark, defaultObjectHighWaterMark, Stream_, Readable_, Writab
12779
12779
  var init_esm15 = __esm({
12780
12780
  "../../../packages/node/stream/lib/esm/index.js"() {
12781
12781
  init_console_gjs();
12782
- init_auto_globals_2efde837f2();
12782
+ init_auto_globals_176f5c468e();
12783
12783
  init_esm7();
12784
12784
  init_esm();
12785
12785
  init_callable2();
@@ -13986,7 +13986,7 @@ var ZlibTransform;
13986
13986
  var init_transform_streams = __esm({
13987
13987
  "../../../packages/node/zlib/lib/esm/transform-streams.js"() {
13988
13988
  init_console_gjs();
13989
- init_auto_globals_2efde837f2();
13989
+ init_auto_globals_176f5c468e();
13990
13990
  init_gio_2();
13991
13991
  init_glib_2();
13992
13992
  init_esm15();
@@ -14326,7 +14326,7 @@ var hasWebCompression, constants2, index_default3;
14326
14326
  var init_esm16 = __esm({
14327
14327
  "../../../packages/node/zlib/lib/esm/index.js"() {
14328
14328
  init_console_gjs();
14329
- init_auto_globals_2efde837f2();
14329
+ init_auto_globals_176f5c468e();
14330
14330
  init_transform_streams();
14331
14331
  init_gio_2();
14332
14332
  init_glib_2();
@@ -14433,7 +14433,7 @@ var VALID_FORMATS, hasNative, _zlibLoaded, _gzipSync, _gunzipSync, _deflateSync,
14433
14433
  var init_esm17 = __esm({
14434
14434
  "../../../packages/web/compression-streams/lib/esm/index.js"() {
14435
14435
  init_console_gjs();
14436
- init_auto_globals_2efde837f2();
14436
+ init_auto_globals_176f5c468e();
14437
14437
  init_esm14();
14438
14438
  VALID_FORMATS = /* @__PURE__ */ new Set(["gzip", "deflate", "deflate-raw"]);
14439
14439
  hasNative = typeof globalThis.CompressionStream === "function" && typeof globalThis.DecompressionStream === "function";
@@ -14495,7 +14495,7 @@ var init_esm17 = __esm({
14495
14495
  var init_register6 = __esm({
14496
14496
  "../../../packages/web/compression-streams/lib/esm/register.js"() {
14497
14497
  init_console_gjs();
14498
- init_auto_globals_2efde837f2();
14498
+ init_auto_globals_176f5c468e();
14499
14499
  init_esm17();
14500
14500
  if (typeof globalThis.CompressionStream === "undefined") {
14501
14501
  globalThis.CompressionStream = CompressionStreamImpl;
@@ -14511,7 +14511,7 @@ var toRegister;
14511
14511
  var init_custom_events = __esm({
14512
14512
  "../../../packages/web/dom-events/lib/esm/register/custom-events.js"() {
14513
14513
  init_console_gjs();
14514
- init_auto_globals_2efde837f2();
14514
+ init_auto_globals_176f5c468e();
14515
14515
  init_esm4();
14516
14516
  toRegister = {
14517
14517
  CustomEvent,
@@ -14532,7 +14532,7 @@ var init_custom_events = __esm({
14532
14532
  var init_event_target = __esm({
14533
14533
  "../../../packages/web/dom-events/lib/esm/register/event-target.js"() {
14534
14534
  init_console_gjs();
14535
- init_auto_globals_2efde837f2();
14535
+ init_auto_globals_176f5c468e();
14536
14536
  init_esm4();
14537
14537
  if (typeof globalThis.Event === "undefined") {
14538
14538
  Object.defineProperty(globalThis, "Event", { value: Event2, writable: true, configurable: true });
@@ -14548,7 +14548,7 @@ var toRegister2;
14548
14548
  var init_ui_events = __esm({
14549
14549
  "../../../packages/web/dom-events/lib/esm/register/ui-events.js"() {
14550
14550
  init_console_gjs();
14551
- init_auto_globals_2efde837f2();
14551
+ init_auto_globals_176f5c468e();
14552
14552
  init_esm4();
14553
14553
  toRegister2 = {
14554
14554
  UIEvent,
@@ -14570,7 +14570,7 @@ var init_ui_events = __esm({
14570
14570
  var init_register7 = __esm({
14571
14571
  "../../../packages/web/dom-exception/lib/esm/register.js"() {
14572
14572
  init_console_gjs();
14573
- init_auto_globals_2efde837f2();
14573
+ init_auto_globals_176f5c468e();
14574
14574
  init_esm3();
14575
14575
  if (typeof globalThis.DOMException === "undefined") {
14576
14576
  globalThis.DOMException = DOMException2;
@@ -14602,7 +14602,7 @@ function parseDataUri(uri) {
14602
14602
  var init_data_uri = __esm({
14603
14603
  "../../../packages/web/fetch/lib/esm/utils/data-uri.js"() {
14604
14604
  init_console_gjs();
14605
- init_auto_globals_2efde837f2();
14605
+ init_auto_globals_176f5c468e();
14606
14606
  }
14607
14607
  });
14608
14608
 
@@ -14610,7 +14610,7 @@ var init_data_uri = __esm({
14610
14610
  var init_blob_from = __esm({
14611
14611
  "../../../packages/web/fetch/lib/esm/utils/blob-from.js"() {
14612
14612
  init_console_gjs();
14613
- init_auto_globals_2efde837f2();
14613
+ init_auto_globals_176f5c468e();
14614
14614
  init_esm6();
14615
14615
  }
14616
14616
  });
@@ -14620,7 +14620,7 @@ var _name, _lastModified, File4;
14620
14620
  var init_file2 = __esm({
14621
14621
  "../../../packages/web/formdata/lib/esm/file.js"() {
14622
14622
  init_console_gjs();
14623
- init_auto_globals_2efde837f2();
14623
+ init_auto_globals_176f5c468e();
14624
14624
  _name = /* @__PURE__ */ Symbol("File.name");
14625
14625
  _lastModified = /* @__PURE__ */ Symbol("File.lastModified");
14626
14626
  File4 = class extends Blob {
@@ -14665,7 +14665,7 @@ var _entries, FormData;
14665
14665
  var init_formdata = __esm({
14666
14666
  "../../../packages/web/formdata/lib/esm/formdata.js"() {
14667
14667
  init_console_gjs();
14668
- init_auto_globals_2efde837f2();
14668
+ init_auto_globals_176f5c468e();
14669
14669
  init_file2();
14670
14670
  _entries = /* @__PURE__ */ Symbol("FormData.entries");
14671
14671
  FormData = class {
@@ -14789,7 +14789,7 @@ Content-Type: ${file.type || "application/octet-stream"}\r
14789
14789
  var init_form_data_to_blob = __esm({
14790
14790
  "../../../packages/web/formdata/lib/esm/form-data-to-blob.js"() {
14791
14791
  init_console_gjs();
14792
- init_auto_globals_2efde837f2();
14792
+ init_auto_globals_176f5c468e();
14793
14793
  init_file2();
14794
14794
  }
14795
14795
  });
@@ -14798,7 +14798,7 @@ var init_form_data_to_blob = __esm({
14798
14798
  var init_esm18 = __esm({
14799
14799
  "../../../packages/web/formdata/lib/esm/index.js"() {
14800
14800
  init_console_gjs();
14801
- init_auto_globals_2efde837f2();
14801
+ init_auto_globals_176f5c468e();
14802
14802
  init_formdata();
14803
14803
  init_file2();
14804
14804
  init_form_data_to_blob();
@@ -14810,7 +14810,7 @@ var FetchBaseError;
14810
14810
  var init_base = __esm({
14811
14811
  "../../../packages/web/fetch/lib/esm/errors/base.js"() {
14812
14812
  init_console_gjs();
14813
- init_auto_globals_2efde837f2();
14813
+ init_auto_globals_176f5c468e();
14814
14814
  FetchBaseError = class extends Error {
14815
14815
  type;
14816
14816
  constructor(message, type) {
@@ -14835,7 +14835,7 @@ var FetchError;
14835
14835
  var init_fetch_error = __esm({
14836
14836
  "../../../packages/web/fetch/lib/esm/errors/fetch-error.js"() {
14837
14837
  init_console_gjs();
14838
- init_auto_globals_2efde837f2();
14838
+ init_auto_globals_176f5c468e();
14839
14839
  init_base();
14840
14840
  FetchError = class extends FetchBaseError {
14841
14841
  code;
@@ -14862,7 +14862,7 @@ var NAME, isURLSearchParameters, isBlob, isAbortSignal, isDomainOrSubdomain, isS
14862
14862
  var init_is = __esm({
14863
14863
  "../../../packages/web/fetch/lib/esm/utils/is.js"() {
14864
14864
  init_console_gjs();
14865
- init_auto_globals_2efde837f2();
14865
+ init_auto_globals_176f5c468e();
14866
14866
  init_esm10();
14867
14867
  NAME = Symbol.toStringTag;
14868
14868
  isURLSearchParameters = (object) => {
@@ -14987,7 +14987,7 @@ var f, F, LF, CR, SPACE, HYPHEN, COLON, A, Z, lower, noop, MultipartParser;
14987
14987
  var init_multipart_parser = __esm({
14988
14988
  "../../../packages/web/fetch/lib/esm/utils/multipart-parser.js"() {
14989
14989
  init_console_gjs();
14990
- init_auto_globals_2efde837f2();
14990
+ init_auto_globals_176f5c468e();
14991
14991
  init_blob_from();
14992
14992
  init_esm18();
14993
14993
  f = 1;
@@ -15326,7 +15326,7 @@ var INTERNALS, Body, clone, extractContentType, getTotalBytes;
15326
15326
  var init_body = __esm({
15327
15327
  "../../../packages/web/fetch/lib/esm/body.js"() {
15328
15328
  init_console_gjs();
15329
- init_auto_globals_2efde837f2();
15329
+ init_auto_globals_176f5c468e();
15330
15330
  init_esm10();
15331
15331
  init_blob_from();
15332
15332
  init_esm15();
@@ -15563,7 +15563,7 @@ var soup_3_0_default;
15563
15563
  var init_soup_3_0 = __esm({
15564
15564
  "../../../node_modules/@girs/soup-3.0/soup-3.0.js"() {
15565
15565
  init_console_gjs();
15566
- init_auto_globals_2efde837f2();
15566
+ init_auto_globals_176f5c468e();
15567
15567
  soup_3_0_default = Soup;
15568
15568
  }
15569
15569
  });
@@ -15573,7 +15573,7 @@ var soup_3_default;
15573
15573
  var init_soup_3 = __esm({
15574
15574
  "../../../node_modules/@girs/soup-3.0/index.js"() {
15575
15575
  init_console_gjs();
15576
- init_auto_globals_2efde837f2();
15576
+ init_auto_globals_176f5c468e();
15577
15577
  init_soup_3_0();
15578
15578
  soup_3_default = soup_3_0_default;
15579
15579
  }
@@ -15602,7 +15602,7 @@ function validateHeaderValue(name2, value2) {
15602
15602
  var init_validators = __esm({
15603
15603
  "../../../packages/node/http/lib/esm/validators.js"() {
15604
15604
  init_console_gjs();
15605
- init_auto_globals_2efde837f2();
15605
+ init_auto_globals_176f5c468e();
15606
15606
  }
15607
15607
  });
15608
15608
 
@@ -15614,7 +15614,7 @@ var _headers, Headers;
15614
15614
  var init_headers = __esm({
15615
15615
  "../../../packages/web/fetch/lib/esm/headers.js"() {
15616
15616
  init_console_gjs();
15617
- init_auto_globals_2efde837f2();
15617
+ init_auto_globals_176f5c468e();
15618
15618
  init_soup_3();
15619
15619
  init_validators();
15620
15620
  _headers = /* @__PURE__ */ Symbol("Headers.headers");
@@ -15804,7 +15804,7 @@ var redirectStatus, isRedirect;
15804
15804
  var init_is_redirect = __esm({
15805
15805
  "../../../packages/web/fetch/lib/esm/utils/is-redirect.js"() {
15806
15806
  init_console_gjs();
15807
- init_auto_globals_2efde837f2();
15807
+ init_auto_globals_176f5c468e();
15808
15808
  redirectStatus = /* @__PURE__ */ new Set([301, 302, 303, 307, 308]);
15809
15809
  isRedirect = (code) => {
15810
15810
  return redirectStatus.has(code);
@@ -15817,7 +15817,7 @@ var INTERNALS2, Response, response_default;
15817
15817
  var init_response = __esm({
15818
15818
  "../../../packages/web/fetch/lib/esm/response.js"() {
15819
15819
  init_console_gjs();
15820
- init_auto_globals_2efde837f2();
15820
+ init_auto_globals_176f5c468e();
15821
15821
  init_glib_2();
15822
15822
  init_gio_2();
15823
15823
  init_headers();
@@ -15984,7 +15984,7 @@ function inputStreamToReadable(inputStream, options = {}) {
15984
15984
  var init_soup_helpers = __esm({
15985
15985
  "../../../packages/web/fetch/lib/esm/utils/soup-helpers.js"() {
15986
15986
  init_console_gjs();
15987
- init_auto_globals_2efde837f2();
15987
+ init_auto_globals_176f5c468e();
15988
15988
  init_glib_2();
15989
15989
  init_esm15();
15990
15990
  init_esm();
@@ -15995,7 +15995,7 @@ var init_soup_helpers = __esm({
15995
15995
  var init_socket = __esm({
15996
15996
  "../../../packages/node/net/lib/esm/socket.js"() {
15997
15997
  init_console_gjs();
15998
- init_auto_globals_2efde837f2();
15998
+ init_auto_globals_176f5c468e();
15999
15999
  init_gio_2();
16000
16000
  init_glib_2();
16001
16001
  init_esm15();
@@ -16007,7 +16007,7 @@ var init_socket = __esm({
16007
16007
  var init_server = __esm({
16008
16008
  "../../../packages/node/net/lib/esm/server.js"() {
16009
16009
  init_console_gjs();
16010
- init_auto_globals_2efde837f2();
16010
+ init_auto_globals_176f5c468e();
16011
16011
  init_gio_2();
16012
16012
  init_esm7();
16013
16013
  init_esm();
@@ -16034,7 +16034,7 @@ function isIP(input) {
16034
16034
  var init_esm19 = __esm({
16035
16035
  "../../../packages/node/net/lib/esm/index.js"() {
16036
16036
  init_console_gjs();
16037
- init_auto_globals_2efde837f2();
16037
+ init_auto_globals_176f5c468e();
16038
16038
  init_gio_2();
16039
16039
  init_socket();
16040
16040
  init_server();
@@ -16177,7 +16177,7 @@ var ReferrerPolicy, DEFAULT_REFERRER_POLICY;
16177
16177
  var init_referrer = __esm({
16178
16178
  "../../../packages/web/fetch/lib/esm/utils/referrer.js"() {
16179
16179
  init_console_gjs();
16180
- init_auto_globals_2efde837f2();
16180
+ init_auto_globals_176f5c468e();
16181
16181
  init_esm10();
16182
16182
  init_esm19();
16183
16183
  ReferrerPolicy = /* @__PURE__ */ new Set([
@@ -16200,7 +16200,7 @@ var INTERNALS3, isRequest, Request, request_default, getSoupRequestOptions;
16200
16200
  var init_request = __esm({
16201
16201
  "../../../packages/web/fetch/lib/esm/request.js"() {
16202
16202
  init_console_gjs();
16203
- init_auto_globals_2efde837f2();
16203
+ init_auto_globals_176f5c468e();
16204
16204
  init_glib_2();
16205
16205
  init_soup_3();
16206
16206
  init_gio_2();
@@ -16491,7 +16491,7 @@ var AbortError;
16491
16491
  var init_abort_error = __esm({
16492
16492
  "../../../packages/web/fetch/lib/esm/errors/abort-error.js"() {
16493
16493
  init_console_gjs();
16494
- init_auto_globals_2efde837f2();
16494
+ init_auto_globals_176f5c468e();
16495
16495
  init_base();
16496
16496
  AbortError = class extends FetchBaseError {
16497
16497
  constructor(message, type = "aborted") {
@@ -16547,7 +16547,7 @@ var _blobCounter, UNSENT, OPENED, HEADERS_RECEIVED, LOADING, DONE, XMLHttpReques
16547
16547
  var init_xhr = __esm({
16548
16548
  "../../../packages/web/fetch/lib/esm/xhr.js"() {
16549
16549
  init_console_gjs();
16550
- init_auto_globals_2efde837f2();
16550
+ init_auto_globals_176f5c468e();
16551
16551
  init_esm20();
16552
16552
  _blobCounter = 0;
16553
16553
  UNSENT = 0;
@@ -16947,7 +16947,7 @@ var supportedSchemas;
16947
16947
  var init_esm20 = __esm({
16948
16948
  "../../../packages/web/fetch/lib/esm/index.js"() {
16949
16949
  init_console_gjs();
16950
- init_auto_globals_2efde837f2();
16950
+ init_auto_globals_176f5c468e();
16951
16951
  init_glib_2();
16952
16952
  init_esm15();
16953
16953
  init_data_uri();
@@ -16970,7 +16970,7 @@ var init_esm20 = __esm({
16970
16970
  var init_fetch = __esm({
16971
16971
  "../../../packages/web/fetch/lib/esm/register/fetch.js"() {
16972
16972
  init_console_gjs();
16973
- init_auto_globals_2efde837f2();
16973
+ init_auto_globals_176f5c468e();
16974
16974
  init_esm20();
16975
16975
  if (typeof globalThis.fetch === "undefined") {
16976
16976
  globalThis.fetch = fetch2;
@@ -16991,7 +16991,7 @@ var init_fetch = __esm({
16991
16991
  var init_xhr2 = __esm({
16992
16992
  "../../../packages/web/fetch/lib/esm/register/xhr.js"() {
16993
16993
  init_console_gjs();
16994
- init_auto_globals_2efde837f2();
16994
+ init_auto_globals_176f5c468e();
16995
16995
  init_xhr();
16996
16996
  if (typeof globalThis.XMLHttpRequest === "undefined") {
16997
16997
  globalThis.XMLHttpRequest = XMLHttpRequest2;
@@ -17006,7 +17006,7 @@ var init_xhr2 = __esm({
17006
17006
  var init_queuing = __esm({
17007
17007
  "../../../packages/web/streams/lib/esm/register/queuing.js"() {
17008
17008
  init_console_gjs();
17009
- init_auto_globals_2efde837f2();
17009
+ init_auto_globals_176f5c468e();
17010
17010
  init_esm14();
17011
17011
  if (typeof globalThis.ByteLengthQueuingStrategy === "undefined") {
17012
17012
  globalThis.ByteLengthQueuingStrategy = _ByteLengthQueuingStrategy;
@@ -17029,7 +17029,7 @@ function isNativeStreamUsable2(Ctor, method) {
17029
17029
  var init_readable = __esm({
17030
17030
  "../../../packages/web/streams/lib/esm/register/readable.js"() {
17031
17031
  init_console_gjs();
17032
- init_auto_globals_2efde837f2();
17032
+ init_auto_globals_176f5c468e();
17033
17033
  init_esm14();
17034
17034
  if (!isNativeStreamUsable2(globalThis.ReadableStream, "getReader")) {
17035
17035
  globalThis.ReadableStream = _ReadableStream;
@@ -17041,7 +17041,7 @@ var init_readable = __esm({
17041
17041
  var init_text_streams = __esm({
17042
17042
  "../../../packages/web/streams/lib/esm/register/text-streams.js"() {
17043
17043
  init_console_gjs();
17044
- init_auto_globals_2efde837f2();
17044
+ init_auto_globals_176f5c468e();
17045
17045
  init_esm14();
17046
17046
  if (typeof globalThis.TextEncoderStream === "undefined") {
17047
17047
  globalThis.TextEncoderStream = _TextEncoderStream;
@@ -17064,7 +17064,7 @@ function isNativeStreamUsable3(Ctor, method) {
17064
17064
  var init_transform = __esm({
17065
17065
  "../../../packages/web/streams/lib/esm/register/transform.js"() {
17066
17066
  init_console_gjs();
17067
- init_auto_globals_2efde837f2();
17067
+ init_auto_globals_176f5c468e();
17068
17068
  init_esm14();
17069
17069
  if (!isNativeStreamUsable3(globalThis.TransformStream, "readable")) {
17070
17070
  globalThis.TransformStream = _TransformStream;
@@ -17084,7 +17084,7 @@ function isNativeStreamUsable4(Ctor, method) {
17084
17084
  var init_writable = __esm({
17085
17085
  "../../../packages/web/streams/lib/esm/register/writable.js"() {
17086
17086
  init_console_gjs();
17087
- init_auto_globals_2efde837f2();
17087
+ init_auto_globals_176f5c468e();
17088
17088
  init_esm14();
17089
17089
  if (!isNativeStreamUsable4(globalThis.WritableStream, "getWriter")) {
17090
17090
  globalThis.WritableStream = _WritableStream;
@@ -17092,9 +17092,92 @@ var init_writable = __esm({
17092
17092
  }
17093
17093
  });
17094
17094
 
17095
- // node_modules/.cache/gjsify/auto-globals-2efde837f2.mjs
17096
- var init_auto_globals_2efde837f2 = __esm({
17097
- "node_modules/.cache/gjsify/auto-globals-2efde837f2.mjs"() {
17095
+ // ../../../packages/web/webassembly/lib/esm/index.js
17096
+ function compile(buffer) {
17097
+ try {
17098
+ return Promise.resolve(new Module(buffer));
17099
+ } catch (err) {
17100
+ return Promise.reject(err);
17101
+ }
17102
+ }
17103
+ function validate(buffer) {
17104
+ try {
17105
+ new Module(buffer);
17106
+ return true;
17107
+ } catch {
17108
+ return false;
17109
+ }
17110
+ }
17111
+ function instantiate(bytesOrModule, importObject) {
17112
+ try {
17113
+ if (bytesOrModule instanceof Module) {
17114
+ return Promise.resolve(new Instance(bytesOrModule, importObject));
17115
+ }
17116
+ const module = new Module(bytesOrModule);
17117
+ const instance = new Instance(module, importObject);
17118
+ return Promise.resolve({ module, instance });
17119
+ } catch (err) {
17120
+ return Promise.reject(err);
17121
+ }
17122
+ }
17123
+ async function bufferFromSource(source) {
17124
+ const response = await source;
17125
+ return response.arrayBuffer();
17126
+ }
17127
+ async function compileStreaming(source) {
17128
+ const buffer = await bufferFromSource(source);
17129
+ return compile(buffer);
17130
+ }
17131
+ async function instantiateStreaming(source, importObject) {
17132
+ const buffer = await bufferFromSource(source);
17133
+ return instantiate(buffer, importObject);
17134
+ }
17135
+ var NATIVE_WEBASSEMBLY, Module, Instance;
17136
+ var init_esm21 = __esm({
17137
+ "../../../packages/web/webassembly/lib/esm/index.js"() {
17138
+ init_console_gjs();
17139
+ init_auto_globals_176f5c468e();
17140
+ NATIVE_WEBASSEMBLY = globalThis.WebAssembly;
17141
+ if (typeof NATIVE_WEBASSEMBLY === "undefined") {
17142
+ throw new Error("@gjsify/webassembly: globalThis.WebAssembly is not defined; nothing to polyfill.");
17143
+ }
17144
+ Module = NATIVE_WEBASSEMBLY.Module;
17145
+ Instance = NATIVE_WEBASSEMBLY.Instance;
17146
+ }
17147
+ });
17148
+
17149
+ // ../../../packages/web/webassembly/lib/esm/register/promise.js
17150
+ var wa;
17151
+ var init_promise = __esm({
17152
+ "../../../packages/web/webassembly/lib/esm/register/promise.js"() {
17153
+ init_console_gjs();
17154
+ init_auto_globals_176f5c468e();
17155
+ init_esm21();
17156
+ wa = globalThis.WebAssembly;
17157
+ if (typeof wa !== "undefined") {
17158
+ const replace = (name2, value2) => {
17159
+ try {
17160
+ Object.defineProperty(wa, name2, {
17161
+ value: value2,
17162
+ writable: true,
17163
+ configurable: true,
17164
+ enumerable: true
17165
+ });
17166
+ } catch {
17167
+ }
17168
+ };
17169
+ replace("compile", compile);
17170
+ replace("compileStreaming", compileStreaming);
17171
+ replace("instantiate", instantiate);
17172
+ replace("instantiateStreaming", instantiateStreaming);
17173
+ replace("validate", validate);
17174
+ }
17175
+ }
17176
+ });
17177
+
17178
+ // node_modules/.cache/gjsify/auto-globals-176f5c468e.mjs
17179
+ var init_auto_globals_176f5c468e = __esm({
17180
+ "node_modules/.cache/gjsify/auto-globals-176f5c468e.mjs"() {
17098
17181
  init_register();
17099
17182
  init_canvas();
17100
17183
  init_document2();
@@ -17128,6 +17211,7 @@ var init_auto_globals_2efde837f2 = __esm({
17128
17211
  init_text_streams();
17129
17212
  init_transform();
17130
17213
  init_writable();
17214
+ init_promise();
17131
17215
  }
17132
17216
  });
17133
17217
 
@@ -17137,7 +17221,7 @@ var require_twiddle = __commonJS({
17137
17221
  "use strict";
17138
17222
  "use restrict";
17139
17223
  init_console_gjs();
17140
- init_auto_globals_2efde837f2();
17224
+ init_auto_globals_176f5c468e();
17141
17225
  var INT_BITS = 32;
17142
17226
  exports.INT_BITS = INT_BITS;
17143
17227
  exports.INT_MAX = 2147483647;
@@ -17292,7 +17376,7 @@ var require_twiddle = __commonJS({
17292
17376
  var require_literals = __commonJS({
17293
17377
  "../../../node_modules/glsl-tokenizer/lib/literals.js"(exports, module) {
17294
17378
  init_console_gjs();
17295
- init_auto_globals_2efde837f2();
17379
+ init_auto_globals_176f5c468e();
17296
17380
  module.exports = [
17297
17381
  // current
17298
17382
  "precision",
@@ -17392,7 +17476,7 @@ var require_literals = __commonJS({
17392
17476
  var require_operators = __commonJS({
17393
17477
  "../../../node_modules/glsl-tokenizer/lib/operators.js"(exports, module) {
17394
17478
  init_console_gjs();
17395
- init_auto_globals_2efde837f2();
17479
+ init_auto_globals_176f5c468e();
17396
17480
  module.exports = [
17397
17481
  "<<=",
17398
17482
  ">>=",
@@ -17447,7 +17531,7 @@ var require_operators = __commonJS({
17447
17531
  var require_builtins = __commonJS({
17448
17532
  "../../../node_modules/glsl-tokenizer/lib/builtins.js"(exports, module) {
17449
17533
  init_console_gjs();
17450
- init_auto_globals_2efde837f2();
17534
+ init_auto_globals_176f5c468e();
17451
17535
  module.exports = [
17452
17536
  // Keep this list sorted
17453
17537
  "abs",
@@ -17605,7 +17689,7 @@ var require_builtins = __commonJS({
17605
17689
  var require_literals_300es = __commonJS({
17606
17690
  "../../../node_modules/glsl-tokenizer/lib/literals-300es.js"(exports, module) {
17607
17691
  init_console_gjs();
17608
- init_auto_globals_2efde837f2();
17692
+ init_auto_globals_176f5c468e();
17609
17693
  var v100 = require_literals();
17610
17694
  module.exports = v100.slice().concat([
17611
17695
  "layout",
@@ -17699,7 +17783,7 @@ var require_literals_300es = __commonJS({
17699
17783
  var require_builtins_300es = __commonJS({
17700
17784
  "../../../node_modules/glsl-tokenizer/lib/builtins-300es.js"(exports, module) {
17701
17785
  init_console_gjs();
17702
- init_auto_globals_2efde837f2();
17786
+ init_auto_globals_176f5c468e();
17703
17787
  var v100 = require_builtins();
17704
17788
  v100 = v100.slice().filter(function(b) {
17705
17789
  return !/^(gl\_|texture)/.test(b);
@@ -17769,7 +17853,7 @@ var require_builtins_300es = __commonJS({
17769
17853
  var require_glsl_tokenizer = __commonJS({
17770
17854
  "../../../node_modules/glsl-tokenizer/index.js"(exports, module) {
17771
17855
  init_console_gjs();
17772
- init_auto_globals_2efde837f2();
17856
+ init_auto_globals_176f5c468e();
17773
17857
  module.exports = tokenize2;
17774
17858
  var literals100 = require_literals();
17775
17859
  var operators = require_operators();
@@ -18102,7 +18186,7 @@ var require_glsl_tokenizer = __commonJS({
18102
18186
  var require_string = __commonJS({
18103
18187
  "../../../node_modules/glsl-tokenizer/string.js"(exports, module) {
18104
18188
  init_console_gjs();
18105
- init_auto_globals_2efde837f2();
18189
+ init_auto_globals_176f5c468e();
18106
18190
  var tokenize2 = require_glsl_tokenizer();
18107
18191
  module.exports = tokenizeString;
18108
18192
  function tokenizeString(str, opt) {
@@ -18117,24 +18201,24 @@ var require_string = __commonJS({
18117
18201
 
18118
18202
  // src/gjs/gjs.ts
18119
18203
  init_console_gjs();
18120
- init_auto_globals_2efde837f2();
18204
+ init_auto_globals_176f5c468e();
18121
18205
 
18122
18206
  // ../../../node_modules/@girs/gjs/index.js
18123
18207
  init_console_gjs();
18124
- init_auto_globals_2efde837f2();
18208
+ init_auto_globals_176f5c468e();
18125
18209
 
18126
18210
  // ../../../node_modules/@girs/gjs/gjs.js
18127
18211
  init_console_gjs();
18128
- init_auto_globals_2efde837f2();
18212
+ init_auto_globals_176f5c468e();
18129
18213
  var imports2 = globalThis.imports || {};
18130
18214
 
18131
18215
  // ../../../node_modules/@girs/gtk-4.0/index.js
18132
18216
  init_console_gjs();
18133
- init_auto_globals_2efde837f2();
18217
+ init_auto_globals_176f5c468e();
18134
18218
 
18135
18219
  // ../../../node_modules/@girs/gtk-4.0/gtk-4.0.js
18136
18220
  init_console_gjs();
18137
- init_auto_globals_2efde837f2();
18221
+ init_auto_globals_176f5c468e();
18138
18222
  import Gtk from "gi://Gtk?version=4.0";
18139
18223
 
18140
18224
  // src/gjs/gjs.ts
@@ -18143,26 +18227,26 @@ import Gio2 from "gi://Gio?version=2.0";
18143
18227
 
18144
18228
  // src/gjs/jelly-jumper-window.ts
18145
18229
  init_console_gjs();
18146
- init_auto_globals_2efde837f2();
18230
+ init_auto_globals_176f5c468e();
18147
18231
  import GObject3 from "gi://GObject?version=2.0";
18148
18232
  import Adw from "gi://Adw?version=1";
18149
18233
 
18150
18234
  // ../../../packages/framework/webgl/lib/esm/index.js
18151
18235
  init_console_gjs();
18152
- init_auto_globals_2efde837f2();
18236
+ init_auto_globals_176f5c468e();
18153
18237
  init_gio_2();
18154
18238
 
18155
18239
  // ../../../packages/framework/webgl/lib/esm/webgl-rendering-context.js
18156
18240
  init_console_gjs();
18157
- init_auto_globals_2efde837f2();
18241
+ init_auto_globals_176f5c468e();
18158
18242
 
18159
18243
  // ../../../node_modules/@girs/gwebgl-0.1/index.js
18160
18244
  init_console_gjs();
18161
- init_auto_globals_2efde837f2();
18245
+ init_auto_globals_176f5c468e();
18162
18246
 
18163
18247
  // ../../../node_modules/@girs/gwebgl-0.1/gwebgl-0.1.js
18164
18248
  init_console_gjs();
18165
- init_auto_globals_2efde837f2();
18249
+ init_auto_globals_176f5c468e();
18166
18250
  import Gwebgl from "gi://Gwebgl?version=0.1";
18167
18251
  var gwebgl_0_1_default = Gwebgl;
18168
18252
 
@@ -18171,7 +18255,7 @@ var gwebgl_0_default = gwebgl_0_1_default;
18171
18255
 
18172
18256
  // ../../../packages/framework/webgl/lib/esm/webgl-context-base.js
18173
18257
  init_console_gjs();
18174
- init_auto_globals_2efde837f2();
18258
+ init_auto_globals_176f5c468e();
18175
18259
  init_gdkpixbuf_2();
18176
18260
  var bits = __toESM(require_twiddle(), 1);
18177
18261
  var import_string = __toESM(require_string(), 1);
@@ -18179,7 +18263,7 @@ import GdkPixbuf3 from "gi://GdkPixbuf?version=2.0";
18179
18263
 
18180
18264
  // ../../../packages/framework/webgl/lib/esm/webgl-context-attributes.js
18181
18265
  init_console_gjs();
18182
- init_auto_globals_2efde837f2();
18266
+ init_auto_globals_176f5c468e();
18183
18267
  var WebGLContextAttributes = class {
18184
18268
  constructor(alpha, depth, stencil, antialias, premultipliedAlpha, preserveDrawingBuffer, preferLowPowerToHighPerformance, failIfMajorPerformanceCaveat) {
18185
18269
  this.alpha = alpha;
@@ -18203,11 +18287,11 @@ var WebGLContextAttributes = class {
18203
18287
 
18204
18288
  // ../../../packages/framework/webgl/lib/esm/utils.js
18205
18289
  init_console_gjs();
18206
- init_auto_globals_2efde837f2();
18290
+ init_auto_globals_176f5c468e();
18207
18291
 
18208
18292
  // ../../../packages/framework/webgl/lib/esm/webgl-uniform-location.js
18209
18293
  init_console_gjs();
18210
- init_auto_globals_2efde837f2();
18294
+ init_auto_globals_176f5c468e();
18211
18295
  var WebGLUniformLocation = class {
18212
18296
  constructor(_, program, info2) {
18213
18297
  this._linkCount = 0;
@@ -18405,7 +18489,7 @@ function premultiplyAlpha(data) {
18405
18489
 
18406
18490
  // ../../../packages/framework/webgl/lib/esm/extensions/oes-element-index-unit.js
18407
18491
  init_console_gjs();
18408
- init_auto_globals_2efde837f2();
18492
+ init_auto_globals_176f5c468e();
18409
18493
  var OESElementIndexUint = class {
18410
18494
  };
18411
18495
  function getOESElementIndexUint(context) {
@@ -18419,7 +18503,7 @@ function getOESElementIndexUint(context) {
18419
18503
 
18420
18504
  // ../../../packages/framework/webgl/lib/esm/extensions/oes-standard-derivatives.js
18421
18505
  init_console_gjs();
18422
- init_auto_globals_2efde837f2();
18506
+ init_auto_globals_176f5c468e();
18423
18507
  var OESStandardDerivatives = class {
18424
18508
  constructor() {
18425
18509
  this.FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 35723;
@@ -18436,7 +18520,7 @@ function getOESStandardDerivatives(context) {
18436
18520
 
18437
18521
  // ../../../packages/framework/webgl/lib/esm/extensions/oes-texture-float.js
18438
18522
  init_console_gjs();
18439
- init_auto_globals_2efde837f2();
18523
+ init_auto_globals_176f5c468e();
18440
18524
  var OESTextureFloat = class {
18441
18525
  };
18442
18526
  function getOESTextureFloat(context) {
@@ -18450,7 +18534,7 @@ function getOESTextureFloat(context) {
18450
18534
 
18451
18535
  // ../../../packages/framework/webgl/lib/esm/extensions/oes-texture-float-linear.js
18452
18536
  init_console_gjs();
18453
- init_auto_globals_2efde837f2();
18537
+ init_auto_globals_176f5c468e();
18454
18538
  var OESTextureFloatLinear = class {
18455
18539
  };
18456
18540
  function getOESTextureFloatLinear(context) {
@@ -18464,7 +18548,7 @@ function getOESTextureFloatLinear(context) {
18464
18548
 
18465
18549
  // ../../../packages/framework/webgl/lib/esm/extensions/stackgl-destroy-context.js
18466
18550
  init_console_gjs();
18467
- init_auto_globals_2efde837f2();
18551
+ init_auto_globals_176f5c468e();
18468
18552
  var STACKGLDestroyContext = class {
18469
18553
  constructor(ctx) {
18470
18554
  this.destroy = ctx.destroy.bind(ctx);
@@ -18476,7 +18560,7 @@ function getSTACKGLDestroyContext(ctx) {
18476
18560
 
18477
18561
  // ../../../packages/framework/webgl/lib/esm/extensions/stackgl-resize-drawing-buffer.js
18478
18562
  init_console_gjs();
18479
- init_auto_globals_2efde837f2();
18563
+ init_auto_globals_176f5c468e();
18480
18564
  var STACKGLResizeDrawingBuffer = class {
18481
18565
  constructor(ctx) {
18482
18566
  this.resize = ctx.resize.bind(ctx);
@@ -18488,7 +18572,7 @@ function getSTACKGLResizeDrawingBuffer(ctx) {
18488
18572
 
18489
18573
  // ../../../packages/framework/webgl/lib/esm/extensions/ext-blend-minmax.js
18490
18574
  init_console_gjs();
18491
- init_auto_globals_2efde837f2();
18575
+ init_auto_globals_176f5c468e();
18492
18576
  var EXTBlendMinMax = class {
18493
18577
  constructor() {
18494
18578
  this.MIN_EXT = 32775;
@@ -18506,7 +18590,7 @@ function getEXTBlendMinMax(context) {
18506
18590
 
18507
18591
  // ../../../packages/framework/webgl/lib/esm/extensions/ext-color-buffer-float.js
18508
18592
  init_console_gjs();
18509
- init_auto_globals_2efde837f2();
18593
+ init_auto_globals_176f5c468e();
18510
18594
  var EXTColorBufferFloat = class {
18511
18595
  };
18512
18596
  function getEXTColorBufferFloat(context) {
@@ -18519,7 +18603,7 @@ function getEXTColorBufferFloat(context) {
18519
18603
 
18520
18604
  // ../../../packages/framework/webgl/lib/esm/extensions/ext-color-buffer-half-float.js
18521
18605
  init_console_gjs();
18522
- init_auto_globals_2efde837f2();
18606
+ init_auto_globals_176f5c468e();
18523
18607
  var EXTColorBufferHalfFloat = class {
18524
18608
  };
18525
18609
  function getEXTColorBufferHalfFloat(context) {
@@ -18532,7 +18616,7 @@ function getEXTColorBufferHalfFloat(context) {
18532
18616
 
18533
18617
  // ../../../packages/framework/webgl/lib/esm/extensions/ext-texture-filter-anisotropic.js
18534
18618
  init_console_gjs();
18535
- init_auto_globals_2efde837f2();
18619
+ init_auto_globals_176f5c468e();
18536
18620
  var EXTTextureFilterAnisotropic = class {
18537
18621
  constructor() {
18538
18622
  this.TEXTURE_MAX_ANISOTROPY_EXT = 34046;
@@ -18550,7 +18634,7 @@ function getEXTTextureFilterAnisotropic(context) {
18550
18634
 
18551
18635
  // ../../../packages/framework/webgl/lib/esm/extensions/oes-texture-half-float.js
18552
18636
  init_console_gjs();
18553
- init_auto_globals_2efde837f2();
18637
+ init_auto_globals_176f5c468e();
18554
18638
  var OESTextureHalfFloat = class {
18555
18639
  constructor() {
18556
18640
  this.HALF_FLOAT_OES = 36193;
@@ -18569,7 +18653,7 @@ function getOESTextureHalfFloat(context) {
18569
18653
 
18570
18654
  // ../../../packages/framework/webgl/lib/esm/webgl-active-info.js
18571
18655
  init_console_gjs();
18572
- init_auto_globals_2efde837f2();
18656
+ init_auto_globals_176f5c468e();
18573
18657
  var WebGLActiveInfo = class {
18574
18658
  constructor(_) {
18575
18659
  this.size = _.size;
@@ -18580,11 +18664,11 @@ var WebGLActiveInfo = class {
18580
18664
 
18581
18665
  // ../../../packages/framework/webgl/lib/esm/webgl-framebuffer.js
18582
18666
  init_console_gjs();
18583
- init_auto_globals_2efde837f2();
18667
+ init_auto_globals_176f5c468e();
18584
18668
 
18585
18669
  // ../../../packages/framework/webgl/lib/esm/linkable.js
18586
18670
  init_console_gjs();
18587
- init_auto_globals_2efde837f2();
18671
+ init_auto_globals_176f5c468e();
18588
18672
  var Linkable = class {
18589
18673
  constructor(_) {
18590
18674
  this._ = 0;
@@ -18741,7 +18825,7 @@ var WebGLFramebuffer = class extends Linkable {
18741
18825
 
18742
18826
  // ../../../packages/framework/webgl/lib/esm/webgl-buffer.js
18743
18827
  init_console_gjs();
18744
- init_auto_globals_2efde837f2();
18828
+ init_auto_globals_176f5c468e();
18745
18829
  var WebGLBuffer = class extends Linkable {
18746
18830
  constructor(_, ctx) {
18747
18831
  super(_);
@@ -18758,7 +18842,7 @@ var WebGLBuffer = class extends Linkable {
18758
18842
 
18759
18843
  // ../../../packages/framework/webgl/lib/esm/webgl-drawing-buffer-wrapper.js
18760
18844
  init_console_gjs();
18761
- init_auto_globals_2efde837f2();
18845
+ init_auto_globals_176f5c468e();
18762
18846
  var WebGLDrawingBufferWrapper = class {
18763
18847
  constructor(framebuffer, color, depthStencil) {
18764
18848
  this._framebuffer = framebuffer;
@@ -18769,7 +18853,7 @@ var WebGLDrawingBufferWrapper = class {
18769
18853
 
18770
18854
  // ../../../packages/framework/webgl/lib/esm/webgl-program.js
18771
18855
  init_console_gjs();
18772
- init_auto_globals_2efde837f2();
18856
+ init_auto_globals_176f5c468e();
18773
18857
  var WebGLProgram = class extends Linkable {
18774
18858
  constructor(_, ctx) {
18775
18859
  super(_);
@@ -18794,7 +18878,7 @@ var WebGLProgram = class extends Linkable {
18794
18878
 
18795
18879
  // ../../../packages/framework/webgl/lib/esm/webgl-renderbuffer.js
18796
18880
  init_console_gjs();
18797
- init_auto_globals_2efde837f2();
18881
+ init_auto_globals_176f5c468e();
18798
18882
  var WebGLRenderbuffer = class extends Linkable {
18799
18883
  constructor(_, ctx) {
18800
18884
  super(_);
@@ -18817,7 +18901,7 @@ var WebGLRenderbuffer = class extends Linkable {
18817
18901
 
18818
18902
  // ../../../packages/framework/webgl/lib/esm/webgl-shader.js
18819
18903
  init_console_gjs();
18820
- init_auto_globals_2efde837f2();
18904
+ init_auto_globals_176f5c468e();
18821
18905
  var WebGLShader = class extends Linkable {
18822
18906
  constructor(_, ctx, type) {
18823
18907
  super(_);
@@ -18840,7 +18924,7 @@ var WebGLShader = class extends Linkable {
18840
18924
 
18841
18925
  // ../../../packages/framework/webgl/lib/esm/webgl-shader-precision-format.js
18842
18926
  init_console_gjs();
18843
- init_auto_globals_2efde837f2();
18927
+ init_auto_globals_176f5c468e();
18844
18928
  var WebGLShaderPrecisionFormat = class {
18845
18929
  constructor(_) {
18846
18930
  this.rangeMin = _.rangeMin;
@@ -18851,7 +18935,7 @@ var WebGLShaderPrecisionFormat = class {
18851
18935
 
18852
18936
  // ../../../packages/framework/webgl/lib/esm/webgl-texture-unit.js
18853
18937
  init_console_gjs();
18854
- init_auto_globals_2efde837f2();
18938
+ init_auto_globals_176f5c468e();
18855
18939
  var WebGLTextureUnit = class {
18856
18940
  constructor(ctx, idx) {
18857
18941
  this._mode = 0;
@@ -18864,7 +18948,7 @@ var WebGLTextureUnit = class {
18864
18948
 
18865
18949
  // ../../../packages/framework/webgl/lib/esm/webgl-texture.js
18866
18950
  init_console_gjs();
18867
- init_auto_globals_2efde837f2();
18951
+ init_auto_globals_176f5c468e();
18868
18952
  var WebGLTexture = class extends Linkable {
18869
18953
  constructor(_, ctx) {
18870
18954
  super(_);
@@ -18885,7 +18969,7 @@ var WebGLTexture = class extends Linkable {
18885
18969
 
18886
18970
  // ../../../packages/framework/webgl/lib/esm/webgl-vertex-attribute.js
18887
18971
  init_console_gjs();
18888
- init_auto_globals_2efde837f2();
18972
+ init_auto_globals_176f5c468e();
18889
18973
  var WebGLVertexArrayObjectAttribute = class {
18890
18974
  constructor(ctx, idx) {
18891
18975
  this._isPointer = false;
@@ -22537,12 +22621,12 @@ var WebGLRenderingContext = class extends WebGLContextBase {
22537
22621
 
22538
22622
  // ../../../packages/framework/webgl/lib/esm/webgl2-rendering-context.js
22539
22623
  init_console_gjs();
22540
- init_auto_globals_2efde837f2();
22624
+ init_auto_globals_176f5c468e();
22541
22625
  import GdkPixbuf4 from "gi://GdkPixbuf?version=2.0";
22542
22626
 
22543
22627
  // ../../../packages/framework/webgl/lib/esm/webgl-query.js
22544
22628
  init_console_gjs();
22545
- init_auto_globals_2efde837f2();
22629
+ init_auto_globals_176f5c468e();
22546
22630
  var WebGLQuery = class extends Linkable {
22547
22631
  constructor(_, ctx) {
22548
22632
  super(_);
@@ -22557,7 +22641,7 @@ var WebGLQuery = class extends Linkable {
22557
22641
 
22558
22642
  // ../../../packages/framework/webgl/lib/esm/webgl-sampler.js
22559
22643
  init_console_gjs();
22560
- init_auto_globals_2efde837f2();
22644
+ init_auto_globals_176f5c468e();
22561
22645
  var WebGLSampler = class extends Linkable {
22562
22646
  constructor(_, ctx) {
22563
22647
  super(_);
@@ -22572,7 +22656,7 @@ var WebGLSampler = class extends Linkable {
22572
22656
 
22573
22657
  // ../../../packages/framework/webgl/lib/esm/webgl-sync.js
22574
22658
  init_console_gjs();
22575
- init_auto_globals_2efde837f2();
22659
+ init_auto_globals_176f5c468e();
22576
22660
  var WebGLSync = class extends Linkable {
22577
22661
  constructor(_, ctx) {
22578
22662
  super(_);
@@ -22587,7 +22671,7 @@ var WebGLSync = class extends Linkable {
22587
22671
 
22588
22672
  // ../../../packages/framework/webgl/lib/esm/webgl-transform-feedback.js
22589
22673
  init_console_gjs();
22590
- init_auto_globals_2efde837f2();
22674
+ init_auto_globals_176f5c468e();
22591
22675
  var WebGLTransformFeedback = class extends Linkable {
22592
22676
  constructor(_, ctx) {
22593
22677
  super(_);
@@ -22602,7 +22686,7 @@ var WebGLTransformFeedback = class extends Linkable {
22602
22686
 
22603
22687
  // ../../../packages/framework/webgl/lib/esm/webgl-vertex-array-object.js
22604
22688
  init_console_gjs();
22605
- init_auto_globals_2efde837f2();
22689
+ init_auto_globals_176f5c468e();
22606
22690
  var WebGLVertexArrayObject = class extends Linkable {
22607
22691
  constructor(_, ctx) {
22608
22692
  super(_);
@@ -23888,11 +23972,11 @@ var WebGL2RenderingContext = class _WebGL2RenderingContext extends WebGLContextB
23888
23972
 
23889
23973
  // ../../../packages/framework/webgl/lib/esm/html-canvas-element.js
23890
23974
  init_console_gjs();
23891
- init_auto_globals_2efde837f2();
23975
+ init_auto_globals_176f5c468e();
23892
23976
 
23893
23977
  // ../../../packages/dom/dom-elements/lib/esm/index.js
23894
23978
  init_console_gjs();
23895
- init_auto_globals_2efde837f2();
23979
+ init_auto_globals_176f5c468e();
23896
23980
  init_html_canvas_element();
23897
23981
 
23898
23982
  // ../../../packages/framework/webgl/lib/esm/html-canvas-element.js
@@ -23958,25 +24042,25 @@ var HTMLCanvasElement2 = class extends HTMLCanvasElement {
23958
24042
 
23959
24043
  // ../../../packages/framework/webgl/lib/esm/webgl-bridge.js
23960
24044
  init_console_gjs();
23961
- init_auto_globals_2efde837f2();
24045
+ init_auto_globals_176f5c468e();
23962
24046
  import GObject from "gi://GObject";
23963
24047
  import GLib6 from "gi://GLib?version=2.0";
23964
24048
  import Gtk3 from "gi://Gtk?version=4.0";
23965
24049
 
23966
24050
  // ../../../packages/framework/event-bridge/lib/esm/index.js
23967
24051
  init_console_gjs();
23968
- init_auto_globals_2efde837f2();
24052
+ init_auto_globals_176f5c468e();
23969
24053
 
23970
24054
  // ../../../packages/framework/event-bridge/lib/esm/event-bridge.js
23971
24055
  init_console_gjs();
23972
- init_auto_globals_2efde837f2();
24056
+ init_auto_globals_176f5c468e();
23973
24057
  init_esm4();
23974
24058
  import Gtk2 from "gi://Gtk?version=4.0";
23975
24059
  import Gdk4 from "gi://Gdk?version=4.0";
23976
24060
 
23977
24061
  // ../../../packages/framework/event-bridge/lib/esm/key-map.js
23978
24062
  init_console_gjs();
23979
- init_auto_globals_2efde837f2();
24063
+ init_auto_globals_176f5c468e();
23980
24064
  import Gdk3 from "gi://Gdk?version=4.0";
23981
24065
  var SPECIAL_KEYS = {
23982
24066
  Return: "Enter",
@@ -24500,12 +24584,12 @@ globalThis.WebGL2RenderingContext = WebGL2RenderingContext;
24500
24584
 
24501
24585
  // ../../../packages/framework/canvas2d/lib/esm/index.js
24502
24586
  init_console_gjs();
24503
- init_auto_globals_2efde837f2();
24587
+ init_auto_globals_176f5c468e();
24504
24588
  init_esm2();
24505
24589
 
24506
24590
  // ../../../packages/framework/canvas2d/lib/esm/canvas2d-bridge.js
24507
24591
  init_console_gjs();
24508
- init_auto_globals_2efde837f2();
24592
+ init_auto_globals_176f5c468e();
24509
24593
  import GObject2 from "gi://GObject";
24510
24594
  import GLib7 from "gi://GLib?version=2.0";
24511
24595
  import Gtk4 from "gi://Gtk?version=4.0";
@@ -24652,11 +24736,11 @@ Object.defineProperty(globalThis, "Path2D", {
24652
24736
 
24653
24737
  // src/game.ts
24654
24738
  init_console_gjs();
24655
- init_auto_globals_2efde837f2();
24739
+ init_auto_globals_176f5c468e();
24656
24740
 
24657
24741
  // ../../../node_modules/excalibur/build/esm/excalibur.js
24658
24742
  init_console_gjs();
24659
- init_auto_globals_2efde837f2();
24743
+ init_auto_globals_176f5c468e();
24660
24744
  function polyfill() {
24661
24745
  if (typeof globalThis === "undefined") {
24662
24746
  globalThis = {
@@ -55326,11 +55410,11 @@ polyfill();
55326
55410
 
55327
55411
  // src/resources.ts
55328
55412
  init_console_gjs();
55329
- init_auto_globals_2efde837f2();
55413
+ init_auto_globals_176f5c468e();
55330
55414
 
55331
55415
  // ../../../node_modules/@excaliburjs/plugin-tiled/build/esm/excalibur-tiled.min.js
55332
55416
  init_console_gjs();
55333
- init_auto_globals_2efde837f2();
55417
+ init_auto_globals_176f5c468e();
55334
55418
 
55335
55419
  // ../../../packages/infra/empty/index.mjs
55336
55420
  var empty_exports = {};
@@ -55338,7 +55422,7 @@ __export(empty_exports, {
55338
55422
  default: () => empty_default
55339
55423
  });
55340
55424
  init_console_gjs();
55341
- init_auto_globals_2efde837f2();
55425
+ init_auto_globals_176f5c468e();
55342
55426
  var empty_default = {};
55343
55427
 
55344
55428
  // ../../../node_modules/@excaliburjs/plugin-tiled/build/esm/excalibur-tiled.min.js
@@ -56459,7 +56543,7 @@ S.r(z), S.d(z, { endsWith: () => Pn, gt: () => Sn, gte: () => xn, includes: () =
56459
56543
  var F2 = {};
56460
56544
  S.r(F2), S.d(F2, { ZodISODate: () => Vo, ZodISODateTime: () => Ko, ZodISODuration: () => As, ZodISOTime: () => es, date: () => Xo, datetime: () => Wo, duration: () => is, time: () => ts });
56461
56545
  var L = {};
56462
- S.r(L), S.d(L, { ZodAny: () => Mr, ZodArray: () => $r, ZodBase64: () => or, ZodBase64URL: () => rr, ZodBigInt: () => kr, ZodBigIntFormat: () => Sr, ZodBoolean: () => vr, ZodCIDRv4: () => tr, ZodCIDRv6: () => ir, ZodCUID: () => Ms, ZodCUID2: () => Us, ZodCatch: () => Ja, ZodCodec: () => Pa, ZodCustom: () => sl, ZodCustomStringFormat: () => hr, ZodDate: () => Hr, ZodDefault: () => La, ZodDiscriminatedUnion: () => sa, ZodE164: () => lr, ZodEmail: () => ys, ZodEmoji: () => Ns, ZodEnum: () => Ea, ZodFile: () => _a3, ZodFunction: () => nl, ZodGUID: () => _s, ZodIPv4: () => $s, ZodIPv6: () => Xs, ZodIntersection: () => aa, ZodJWT: () => gr, ZodKSUID: () => Hs, ZodLazy: () => el, ZodLiteral: () => ya, ZodMAC: () => Ws, ZodMap: () => pa, ZodNaN: () => qa, ZodNanoID: () => Ts, ZodNever: () => Zr, ZodNonOptional: () => Ra, ZodNull: () => Tr, ZodNullable: () => xa, ZodNumber: () => Br, ZodNumberFormat: () => Er, ZodObject: () => Vr, ZodOptional: () => Da, ZodPipe: () => Ya, ZodPrefault: () => Ga, ZodPromise: () => Al, ZodReadonly: () => Ka, ZodRecord: () => da, ZodSet: () => Ba, ZodString: () => Es, ZodStringFormat: () => ms, ZodSuccess: () => Oa, ZodSymbol: () => Fr, ZodTemplateLiteral: () => Va, ZodTransform: () => ba, ZodTuple: () => ca, ZodType: () => Bs, ZodULID: () => Zs, ZodURL: () => zs, ZodUUID: () => bs, ZodUndefined: () => Nr, ZodUnion: () => Aa, ZodUnknown: () => Ur, ZodVoid: () => jr, ZodXID: () => js, ZodXor: () => na, _ZodString: () => Cs, _default: () => Na, _function: () => ol, any: () => Or, array: () => Kr, base64: () => sr, base64url: () => ar, bigint: () => Dr, boolean: () => br, catch: () => Za, check: () => rl, cidrv4: () => Ar, cidrv6: () => nr, codec: () => $a, cuid: () => Os, cuid2: () => Js, custom: () => al, date: () => Pr, describe: () => gl, discriminatedUnion: () => ra, e164: () => cr, email: () => ws, emoji: () => Gs, enum: () => Qa, file: () => va, float32: () => mr, float64: () => yr, function: () => ol, guid: () => vs, hash: () => fr, hex: () => pr, hostname: () => Ir, httpUrl: () => Ls, instanceof: () => hl, int: () => Qr, int32: () => wr, int64: () => xr, intersection: () => la, ipv4: () => Ks, ipv6: () => er, json: () => Il, jwt: () => dr, keyof: () => Wr, ksuid: () => Ps, lazy: () => tl, literal: () => wa, looseObject: () => ta, looseRecord: () => Ia, mac: () => Vs, map: () => fa, meta: () => dl, nan: () => ja, nanoid: () => Rs, nativeEnum: () => ma, never: () => qr, nonoptional: () => Ma, null: () => Rr, nullable: () => za, nullish: () => Fa, number: () => Cr, object: () => Xr, optional: () => Sa, partialRecord: () => ua, pipe: () => Ha, prefault: () => Ta, preprocess: () => pl, promise: () => il, readonly: () => Wa, record: () => ha, refine: () => ll, set: () => Ca, strictObject: () => ea, string: () => Qs, stringFormat: () => ur, stringbool: () => ul, success: () => Ua, superRefine: () => cl, symbol: () => Lr, templateLiteral: () => Xa, transform: () => ka, tuple: () => ga, uint32: () => _r, uint64: () => zr, ulid: () => qs, undefined: () => Gr, union: () => ia, unknown: () => Jr, url: () => Fs, uuid: () => ks, uuidv4: () => Ds, uuidv6: () => Ss, uuidv7: () => xs, void: () => Yr, xid: () => Ys, xor: () => oa });
56546
+ S.r(L), S.d(L, { ZodAny: () => Mr, ZodArray: () => $r, ZodBase64: () => or, ZodBase64URL: () => rr, ZodBigInt: () => kr, ZodBigIntFormat: () => Sr, ZodBoolean: () => vr, ZodCIDRv4: () => tr, ZodCIDRv6: () => ir, ZodCUID: () => Ms, ZodCUID2: () => Us, ZodCatch: () => Ja, ZodCodec: () => Pa, ZodCustom: () => sl, ZodCustomStringFormat: () => hr, ZodDate: () => Hr, ZodDefault: () => La, ZodDiscriminatedUnion: () => sa, ZodE164: () => lr, ZodEmail: () => ys, ZodEmoji: () => Ns, ZodEnum: () => Ea, ZodFile: () => _a3, ZodFunction: () => nl, ZodGUID: () => _s, ZodIPv4: () => $s, ZodIPv6: () => Xs, ZodIntersection: () => aa, ZodJWT: () => gr, ZodKSUID: () => Hs, ZodLazy: () => el, ZodLiteral: () => ya, ZodMAC: () => Ws, ZodMap: () => pa, ZodNaN: () => qa, ZodNanoID: () => Ts, ZodNever: () => Zr, ZodNonOptional: () => Ra, ZodNull: () => Tr, ZodNullable: () => xa, ZodNumber: () => Br, ZodNumberFormat: () => Er, ZodObject: () => Vr, ZodOptional: () => Da, ZodPipe: () => Ya, ZodPrefault: () => Ga, ZodPromise: () => Al, ZodReadonly: () => Ka, ZodRecord: () => da, ZodSet: () => Ba, ZodString: () => Es, ZodStringFormat: () => ms, ZodSuccess: () => Oa, ZodSymbol: () => Fr, ZodTemplateLiteral: () => Va, ZodTransform: () => ba, ZodTuple: () => ca, ZodType: () => Bs, ZodULID: () => Zs, ZodURL: () => zs, ZodUUID: () => bs, ZodUndefined: () => Nr, ZodUnion: () => Aa, ZodUnknown: () => Ur, ZodVoid: () => jr, ZodXID: () => js, ZodXor: () => na, _ZodString: () => Cs, _default: () => Na, _function: () => ol, any: () => Or, array: () => Kr, base64: () => sr, base64url: () => ar, bigint: () => Dr, boolean: () => br, catch: () => Za, check: () => rl, cidrv4: () => Ar, cidrv6: () => nr, codec: () => $a, cuid: () => Os, cuid2: () => Js, custom: () => al, date: () => Pr, describe: () => gl, discriminatedUnion: () => ra, e164: () => cr, email: () => ws, emoji: () => Gs, enum: () => Qa, file: () => va, float32: () => mr, float64: () => yr, function: () => ol, guid: () => vs, hash: () => fr, hex: () => pr, hostname: () => Ir, httpUrl: () => Ls, instanceof: () => hl, int: () => Qr, int32: () => wr, int64: () => xr, intersection: () => la, ipv4: () => Ks, ipv6: () => er, json: () => Il, jwt: () => dr, keyof: () => Wr, ksuid: () => Ps, lazy: () => tl, literal: () => wa2, looseObject: () => ta, looseRecord: () => Ia, mac: () => Vs, map: () => fa, meta: () => dl, nan: () => ja, nanoid: () => Rs, nativeEnum: () => ma, never: () => qr, nonoptional: () => Ma, null: () => Rr, nullable: () => za, nullish: () => Fa, number: () => Cr, object: () => Xr, optional: () => Sa, partialRecord: () => ua, pipe: () => Ha, prefault: () => Ta, preprocess: () => pl, promise: () => il, readonly: () => Wa, record: () => ha, refine: () => ll, set: () => Ca, strictObject: () => ea, string: () => Qs, stringFormat: () => ur, stringbool: () => ul, success: () => Ua, superRefine: () => cl, symbol: () => Lr, templateLiteral: () => Xa, transform: () => ka, tuple: () => ga, uint32: () => _r, uint64: () => zr, ulid: () => qs, undefined: () => Gr, union: () => ia, unknown: () => Jr, url: () => Fs, uuid: () => ks, uuidv4: () => Ds, uuidv6: () => Ss, uuidv7: () => xs, void: () => Yr, xid: () => Ys, xor: () => oa });
56463
56547
  Object.freeze({ status: "aborted" });
56464
56548
  function N(e, t, A2) {
56465
56549
  function i(A3, i2) {
@@ -58986,7 +59070,7 @@ var ya = N("ZodLiteral", ((e, t) => {
58986
59070
  return t.values[0];
58987
59071
  } });
58988
59072
  }));
58989
- function wa(e, t) {
59073
+ function wa2(e, t) {
58990
59074
  return new ya({ type: "literal", values: Array.isArray(e) ? e : [e], ...se(t) });
58991
59075
  }
58992
59076
  var _a3 = N("ZodFile", ((e, t) => {
@@ -59174,13 +59258,13 @@ function pl(e, t) {
59174
59258
  var fl;
59175
59259
  fl || (fl = {});
59176
59260
  M({ localeError: tn() });
59177
- var Bl = ra("type", [Xr({ name: Qs(), type: wa("int"), value: Cr().int() }), Xr({ name: Qs(), type: wa("bool"), value: br() }), Xr({ name: Qs(), type: wa("float"), value: Cr() }), Xr({ name: Qs(), type: wa("string"), value: Qs() }), Xr({ name: Qs(), type: wa("file"), value: Qs() }), Xr({ name: Qs(), type: wa("color"), value: Qs() }), Xr({ name: Qs(), type: wa("object"), value: Cr() })]);
59178
- var Cl = Xr({ name: Qs(), type: wa("tilelayer"), class: Qs().optional(), height: Cr(), width: Cr(), x: Cr(), y: Cr(), id: Cr(), opacity: Cr(), properties: Kr(Bl).optional(), visible: br(), tintcolor: Qs().optional(), parallaxx: Cr().optional(), parallaxy: Cr().optional(), offsetx: Cr().optional(), offsety: Cr().optional() });
59179
- var El = Cl.extend({ data: Kr(Cr()), encoding: wa("csv") });
59180
- var Ql = Cl.extend({ data: Kr(Cr()), encoding: wa("base64"), compression: wa("gzip") });
59181
- var ml = Cl.extend({ data: Kr(Cr()), encoding: wa("base64"), compression: wa("zlib") });
59182
- var yl = Cl.extend({ data: Kr(Cr()), encoding: wa("base64"), compression: wa("zstandard") });
59183
- var wl = Cl.extend({ data: Qs(), encoding: wa("base64"), compression: Qs().optional() });
59261
+ var Bl = ra("type", [Xr({ name: Qs(), type: wa2("int"), value: Cr().int() }), Xr({ name: Qs(), type: wa2("bool"), value: br() }), Xr({ name: Qs(), type: wa2("float"), value: Cr() }), Xr({ name: Qs(), type: wa2("string"), value: Qs() }), Xr({ name: Qs(), type: wa2("file"), value: Qs() }), Xr({ name: Qs(), type: wa2("color"), value: Qs() }), Xr({ name: Qs(), type: wa2("object"), value: Cr() })]);
59262
+ var Cl = Xr({ name: Qs(), type: wa2("tilelayer"), class: Qs().optional(), height: Cr(), width: Cr(), x: Cr(), y: Cr(), id: Cr(), opacity: Cr(), properties: Kr(Bl).optional(), visible: br(), tintcolor: Qs().optional(), parallaxx: Cr().optional(), parallaxy: Cr().optional(), offsetx: Cr().optional(), offsety: Cr().optional() });
59263
+ var El = Cl.extend({ data: Kr(Cr()), encoding: wa2("csv") });
59264
+ var Ql = Cl.extend({ data: Kr(Cr()), encoding: wa2("base64"), compression: wa2("gzip") });
59265
+ var ml = Cl.extend({ data: Kr(Cr()), encoding: wa2("base64"), compression: wa2("zlib") });
59266
+ var yl = Cl.extend({ data: Kr(Cr()), encoding: wa2("base64"), compression: wa2("zstandard") });
59267
+ var wl = Cl.extend({ data: Qs(), encoding: wa2("base64"), compression: Qs().optional() });
59184
59268
  var _l = ia([Xr({ x: Cr(), y: Cr(), width: Cr(), height: Cr(), data: Qs() }), Xr({ x: Cr(), y: Cr(), width: Cr(), height: Cr(), data: Kr(Cr()) })]);
59185
59269
  var vl = Cl.extend({ startx: Cr(), starty: Cr(), chunks: Kr(_l), encoding: Qs().optional(), compression: Qs().optional(), data: Gr() });
59186
59270
  var bl = ia([wl, El, Ql, ml, yl, vl]);
@@ -59192,25 +59276,25 @@ function Dl(e) {
59192
59276
  }
59193
59277
  var Sl = Xr({ x: Cr(), y: Cr() });
59194
59278
  var xl = Kr(Sl);
59195
- var zl = Xr({ text: Qs(), color: Qs().optional(), fontfamily: Qs().optional(), pixelsize: Cr().optional(), wrap: br().optional(), halign: ia([wa("left"), wa("center"), wa("right"), wa("justify")]).optional(), valign: ia([wa("top"), wa("center"), wa("bottom")]).optional() });
59279
+ var zl = Xr({ text: Qs(), color: Qs().optional(), fontfamily: Qs().optional(), pixelsize: Cr().optional(), wrap: br().optional(), halign: ia([wa2("left"), wa2("center"), wa2("right"), wa2("justify")]).optional(), valign: ia([wa2("top"), wa2("center"), wa2("bottom")]).optional() });
59196
59280
  var Fl = Xr({ id: Cr().optional(), name: Qs().optional(), type: Qs().optional(), x: Cr().optional(), y: Cr().optional(), rotation: Cr().optional(), height: Cr().optional(), width: Cr().optional(), visible: br().optional(), gid: Cr().optional(), text: zl.optional(), point: br().optional(), ellipse: br().optional(), polyline: Kr(Sl).optional(), polygon: xl.optional(), template: Qs().optional(), properties: Kr(Bl).optional() });
59197
59281
  var Ll = Xr({ duration: Cr(), tileid: Cr() });
59198
- var Nl = Xr({ name: Qs(), draworder: Qs(), type: wa("objectgroup"), class: Qs().optional(), x: Cr(), y: Cr(), id: Cr(), color: Qs().optional(), tintcolor: Qs().optional(), parallaxx: Cr().optional(), parallaxy: Cr().optional(), offsetx: Cr().optional(), offsety: Cr().optional(), opacity: Cr(), properties: Kr(Bl).optional(), visible: br(), objects: Kr(Fl) });
59199
- var Gl = ia([bl, Xr({ name: Qs(), x: Cr(), y: Cr(), id: Cr(), type: wa("imagelayer"), class: Qs().optional(), image: Qs().optional(), opacity: Cr(), properties: Kr(Bl).optional(), visible: br(), tintcolor: Qs().optional(), repeatx: br().optional(), repeaty: br().optional(), parallaxx: Cr().optional(), parallaxy: Cr().optional(), offsetx: Cr().optional(), offsety: Cr().optional(), transparentcolor: Qs().optional() }), Nl]);
59200
- var Tl = Xr({ draworder: Qs(), id: Cr().optional(), name: Qs(), x: Cr(), y: Cr(), opacity: Cr(), tintcolor: Qs().optional(), type: wa("objectgroup"), visible: br(), objects: Kr(Fl), properties: Kr(Bl).optional() });
59282
+ var Nl = Xr({ name: Qs(), draworder: Qs(), type: wa2("objectgroup"), class: Qs().optional(), x: Cr(), y: Cr(), id: Cr(), color: Qs().optional(), tintcolor: Qs().optional(), parallaxx: Cr().optional(), parallaxy: Cr().optional(), offsetx: Cr().optional(), offsety: Cr().optional(), opacity: Cr(), properties: Kr(Bl).optional(), visible: br(), objects: Kr(Fl) });
59283
+ var Gl = ia([bl, Xr({ name: Qs(), x: Cr(), y: Cr(), id: Cr(), type: wa2("imagelayer"), class: Qs().optional(), image: Qs().optional(), opacity: Cr(), properties: Kr(Bl).optional(), visible: br(), tintcolor: Qs().optional(), repeatx: br().optional(), repeaty: br().optional(), parallaxx: Cr().optional(), parallaxy: Cr().optional(), offsetx: Cr().optional(), offsety: Cr().optional(), transparentcolor: Qs().optional() }), Nl]);
59284
+ var Tl = Xr({ draworder: Qs(), id: Cr().optional(), name: Qs(), x: Cr(), y: Cr(), opacity: Cr(), tintcolor: Qs().optional(), type: wa2("objectgroup"), visible: br(), objects: Kr(Fl), properties: Kr(Bl).optional() });
59201
59285
  var Rl = Xr({ id: Cr(), type: Qs().optional(), animation: Kr(Ll).optional(), objectgroup: Tl.optional(), probability: Cr().optional(), properties: Kr(Bl).optional(), image: Qs().optional(), imageheight: Cr().optional(), imagewidth: Cr().optional() });
59202
- var Ml = Xr({ name: Qs(), firstgid: Cr().optional(), class: Qs().optional(), objectalignment: ia([wa("topleft"), wa("top"), wa("topright"), wa("left"), wa("center"), wa("right"), wa("bottomleft"), wa("bottom"), wa("bottomright")]).optional(), image: Qs().optional(), imagewidth: Cr().optional(), imageheight: Cr().optional(), columns: Cr(), tileheight: Cr(), tilewidth: Cr(), tilecount: Cr(), grid: Xr({ height: Cr(), width: Cr(), orientation: ia([wa("isometric"), wa("orthogonal")]) }).optional(), tileoffset: Sl.optional(), spacing: Cr(), margin: Cr(), tiles: Kr(Rl).optional(), properties: Kr(Bl).optional() });
59286
+ var Ml = Xr({ name: Qs(), firstgid: Cr().optional(), class: Qs().optional(), objectalignment: ia([wa2("topleft"), wa2("top"), wa2("topright"), wa2("left"), wa2("center"), wa2("right"), wa2("bottomleft"), wa2("bottom"), wa2("bottomright")]).optional(), image: Qs().optional(), imagewidth: Cr().optional(), imageheight: Cr().optional(), columns: Cr(), tileheight: Cr(), tilewidth: Cr(), tilecount: Cr(), grid: Xr({ height: Cr(), width: Cr(), orientation: ia([wa2("isometric"), wa2("orthogonal")]) }).optional(), tileoffset: Sl.optional(), spacing: Cr(), margin: Cr(), tiles: Kr(Rl).optional(), properties: Kr(Bl).optional() });
59203
59287
  function Ol(e) {
59204
59288
  return !!e.image;
59205
59289
  }
59206
59290
  function Ul(e) {
59207
59291
  return !e.image;
59208
59292
  }
59209
- var Jl = Ml.extend({ tiledversion: Qs().optional(), type: wa("tileset"), version: Qs().optional() });
59293
+ var Jl = Ml.extend({ tiledversion: Qs().optional(), type: wa2("tileset"), version: Qs().optional() });
59210
59294
  var Zl = Xr({ firstgid: Cr(), source: Qs() });
59211
59295
  var ql = ia([Ml, Zl]);
59212
- var jl = Xr({ object: Fl.extend({ id: Cr().optional() }), tileset: Zl.optional(), type: wa("template") });
59213
- var Yl = Xr({ type: Qs(), class: Qs().optional(), tiledversion: Qs(), version: Qs(), width: Cr(), height: Cr(), tilewidth: Cr(), tileheight: Cr(), compressionlevel: Cr().optional(), infinite: br(), nextlayerid: Cr(), nextobjectid: Cr(), parallaxoriginx: Cr().optional(), parallaxoriginy: Cr().optional(), hexsidelength: Cr().optional(), staggeraxis: wa("y").or(wa("x")).optional(), staggerindex: wa("odd").or(wa("even")).optional(), orientation: ia([wa("isometric"), wa("orthogonal"), wa("staggered"), wa("hexagonal")]), renderorder: ia([wa("right-down"), wa("right-up"), wa("left-down"), wa("left-up")]), backgroundcolor: Qs().optional(), layers: Kr(Gl), tilesets: Kr(ql), properties: Kr(Bl).optional() });
59296
+ var jl = Xr({ object: Fl.extend({ id: Cr().optional() }), tileset: Zl.optional(), type: wa2("template") });
59297
+ var Yl = Xr({ type: Qs(), class: Qs().optional(), tiledversion: Qs(), version: Qs(), width: Cr(), height: Cr(), tilewidth: Cr(), tileheight: Cr(), compressionlevel: Cr().optional(), infinite: br(), nextlayerid: Cr(), nextobjectid: Cr(), parallaxoriginx: Cr().optional(), parallaxoriginy: Cr().optional(), hexsidelength: Cr().optional(), staggeraxis: wa2("y").or(wa2("x")).optional(), staggerindex: wa2("odd").or(wa2("even")).optional(), orientation: ia([wa2("isometric"), wa2("orthogonal"), wa2("staggered"), wa2("hexagonal")]), renderorder: ia([wa2("right-down"), wa2("right-up"), wa2("left-down"), wa2("left-up")]), backgroundcolor: Qs().optional(), layers: Kr(Gl), tilesets: Kr(ql), properties: Kr(Bl).optional() });
59214
59298
  function Hl(e) {
59215
59299
  return !!e.chunks;
59216
59300
  }
@@ -60900,19 +60984,19 @@ for (const group2 of Object.values(Resources)) {
60900
60984
 
60901
60985
  // src/scenes/level1.ts
60902
60986
  init_console_gjs();
60903
- init_auto_globals_2efde837f2();
60987
+ init_auto_globals_176f5c468e();
60904
60988
 
60905
60989
  // src/classes/level-scene.ts
60906
60990
  init_console_gjs();
60907
- init_auto_globals_2efde837f2();
60991
+ init_auto_globals_176f5c468e();
60908
60992
 
60909
60993
  // src/actors/platforms/one-way-platform.ts
60910
60994
  init_console_gjs();
60911
- init_auto_globals_2efde837f2();
60995
+ init_auto_globals_176f5c468e();
60912
60996
 
60913
60997
  // src/components/physics/one-way-collision.ts
60914
60998
  init_console_gjs();
60915
- init_auto_globals_2efde837f2();
60999
+ init_auto_globals_176f5c468e();
60916
61000
  function __assignType(fn2, args) {
60917
61001
  fn2.__type = args;
60918
61002
  return fn2;
@@ -60943,7 +61027,7 @@ var OneWayCollisionComponent = class extends Component {
60943
61027
 
60944
61028
  // src/physics/collision.ts
60945
61029
  init_console_gjs();
60946
- init_auto_globals_2efde837f2();
61030
+ init_auto_globals_176f5c468e();
60947
61031
  function __assignType2(fn2, args) {
60948
61032
  fn2.__type = args;
60949
61033
  return fn2;
@@ -60980,11 +61064,11 @@ var OneWayPlatform = class extends Actor {
60980
61064
 
60981
61065
  // src/actors/player.ts
60982
61066
  init_console_gjs();
60983
- init_auto_globals_2efde837f2();
61067
+ init_auto_globals_176f5c468e();
60984
61068
 
60985
61069
  // src/components/graphics/animation.ts
60986
61070
  init_console_gjs();
60987
- init_auto_globals_2efde837f2();
61071
+ init_auto_globals_176f5c468e();
60988
61072
  var __\u03A9Record = ["K", "T", "Record", `l'e#"Rb!b"Pde"!N#!w#y`];
60989
61073
  function __assignType3(fn2, args) {
60990
61074
  fn2.__type = args;
@@ -61066,7 +61150,7 @@ var AnimationComponent = class extends Component {
61066
61150
 
61067
61151
  // src/components/input/controls.ts
61068
61152
  init_console_gjs();
61069
- init_auto_globals_2efde837f2();
61153
+ init_auto_globals_176f5c468e();
61070
61154
  function __assignType4(fn2, args) {
61071
61155
  fn2.__type = args;
61072
61156
  return fn2;
@@ -61156,15 +61240,15 @@ var ControlsComponent = class extends Component {
61156
61240
 
61157
61241
  // src/classes/physics-actor.ts
61158
61242
  init_console_gjs();
61159
- init_auto_globals_2efde837f2();
61243
+ init_auto_globals_176f5c468e();
61160
61244
 
61161
61245
  // src/components/physics/touching.ts
61162
61246
  init_console_gjs();
61163
- init_auto_globals_2efde837f2();
61247
+ init_auto_globals_176f5c468e();
61164
61248
 
61165
61249
  // src/components/physics/climbable.ts
61166
61250
  init_console_gjs();
61167
- init_auto_globals_2efde837f2();
61251
+ init_auto_globals_176f5c468e();
61168
61252
  var ClimbableComponent = class extends Component {
61169
61253
  static __type = [() => Component, "ClimbableComponent", 'P7!5w"'];
61170
61254
  };
@@ -61247,7 +61331,7 @@ var TouchingComponent = class extends Component {
61247
61331
 
61248
61332
  // src/components/physics/carrier.ts
61249
61333
  init_console_gjs();
61250
- init_auto_globals_2efde837f2();
61334
+ init_auto_globals_176f5c468e();
61251
61335
  var CarrierComponent = class extends Component {
61252
61336
  type = "carrier";
61253
61337
  onAdd(owner) {
@@ -61403,7 +61487,7 @@ var PhysicsActor = class extends Actor {
61403
61487
 
61404
61488
  // src/state/audio.ts
61405
61489
  init_console_gjs();
61406
- init_auto_globals_2efde837f2();
61490
+ init_auto_globals_176f5c468e();
61407
61491
  var currentSong = null;
61408
61492
  var muted = false;
61409
61493
  var AudioManager = class _AudioManager {
@@ -61495,12 +61579,12 @@ var __\u03A9PlaySfxOptions = ["volume", "force", "PlaySfxOptions", `P'4!8)4"8Mw#
61495
61579
 
61496
61580
  // src/physics/gravity.ts
61497
61581
  init_console_gjs();
61498
- init_auto_globals_2efde837f2();
61582
+ init_auto_globals_176f5c468e();
61499
61583
  var GRAVITY = new Vector(0, 1450);
61500
61584
 
61501
61585
  // src/actors/platforms/bouncepad.ts
61502
61586
  init_console_gjs();
61503
- init_auto_globals_2efde837f2();
61587
+ init_auto_globals_176f5c468e();
61504
61588
  var grid = {
61505
61589
  rows: 1,
61506
61590
  columns: 3,
@@ -61618,7 +61702,7 @@ var Bouncepad = class extends Actor {
61618
61702
 
61619
61703
  // src/components/behaviours/stompable.ts
61620
61704
  init_console_gjs();
61621
- init_auto_globals_2efde837f2();
61705
+ init_auto_globals_176f5c468e();
61622
61706
  var StompableComponent = class extends Component {
61623
61707
  stomped = false;
61624
61708
  stomp() {
@@ -61638,7 +61722,7 @@ var StompableComponent = class extends Component {
61638
61722
 
61639
61723
  // src/components/behaviours/killable.ts
61640
61724
  init_console_gjs();
61641
- init_auto_globals_2efde837f2();
61725
+ init_auto_globals_176f5c468e();
61642
61726
  var __\u03A9KillMethod = ["instant", "stomp", "KillMethod", 'P.!."Jw#y'];
61643
61727
  var __\u03A9KillableComponentArgs = ["stompDuration", "KillableComponentArgs", `P'4!8Mw"y`];
61644
61728
  var KillableComponent = class extends Component {
@@ -61679,7 +61763,7 @@ var KillableComponent = class extends Component {
61679
61763
 
61680
61764
  // src/actors/fx/smoke.ts
61681
61765
  init_console_gjs();
61682
- init_auto_globals_2efde837f2();
61766
+ init_auto_globals_176f5c468e();
61683
61767
  var variants2 = {
61684
61768
  puff: {
61685
61769
  spritesheet: SpriteSheet.fromImageSource({
@@ -61728,7 +61812,7 @@ var Smoke = class extends Actor {
61728
61812
 
61729
61813
  // src/components/behaviours/health.ts
61730
61814
  init_console_gjs();
61731
- init_auto_globals_2efde837f2();
61815
+ init_auto_globals_176f5c468e();
61732
61816
  var HealthComponent = class extends Component {
61733
61817
  _amount;
61734
61818
  _max;
@@ -61758,7 +61842,7 @@ var HealthComponent = class extends Component {
61758
61842
 
61759
61843
  // src/components/behaviours/damageable.ts
61760
61844
  init_console_gjs();
61761
- init_auto_globals_2efde837f2();
61845
+ init_auto_globals_176f5c468e();
61762
61846
  var __\u03A9ReturnType = ["T", "args", "", "ReturnType", `l>e"!R"RPde#!P"@2"h"!/#qk#'QRb!Pde"!p)w$y`];
61763
61847
  function __assignType7(fn2, args) {
61764
61848
  fn2.__type = args;
@@ -61824,15 +61908,15 @@ var DamageableComponent = class _DamageableComponent extends Component {
61824
61908
 
61825
61909
  // src/actors/fx/lost-coin.ts
61826
61910
  init_console_gjs();
61827
- init_auto_globals_2efde837f2();
61911
+ init_auto_globals_176f5c468e();
61828
61912
 
61829
61913
  // src/actors/items/coin.ts
61830
61914
  init_console_gjs();
61831
- init_auto_globals_2efde837f2();
61915
+ init_auto_globals_176f5c468e();
61832
61916
 
61833
61917
  // src/components/behaviours/collectable.ts
61834
61918
  init_console_gjs();
61835
- init_auto_globals_2efde837f2();
61919
+ init_auto_globals_176f5c468e();
61836
61920
  var CollectableComponent = class extends Component {
61837
61921
  isCollected = false;
61838
61922
  isCollectable = true;
@@ -61845,7 +61929,7 @@ var CollectableComponent = class extends Component {
61845
61929
 
61846
61930
  // src/state/game.ts
61847
61931
  init_console_gjs();
61848
- init_auto_globals_2efde837f2();
61932
+ init_auto_globals_176f5c468e();
61849
61933
  var coins = 3;
61850
61934
  var GameManager = class _GameManager {
61851
61935
  static events = (EventEmitter3.\u03A9 = [[() => __\u03A9GameManagerEvents, "n!"]], new EventEmitter3());
@@ -62012,7 +62096,7 @@ var LostCoin = class extends CoinItem {
62012
62096
 
62013
62097
  // src/components/input/coyote.ts
62014
62098
  init_console_gjs();
62015
- init_auto_globals_2efde837f2();
62099
+ init_auto_globals_176f5c468e();
62016
62100
  var __\u03A9Record2 = ["K", "T", "Record", `l'e#"Rb!b"Pde"!N#!w#y`];
62017
62101
  var CoyoteComponent = class extends Component {
62018
62102
  actions;
@@ -62053,7 +62137,7 @@ var CoyoteComponent = class extends Component {
62053
62137
 
62054
62138
  // src/actors/fake-die.ts
62055
62139
  init_console_gjs();
62056
- init_auto_globals_2efde837f2();
62140
+ init_auto_globals_176f5c468e();
62057
62141
  var FakeDie = class extends Actor {
62058
62142
  constructor(args) {
62059
62143
  super({
@@ -62802,7 +62886,7 @@ var PlayerControlsComponent = class extends ControlsComponent {
62802
62886
 
62803
62887
  // src/actors/scrolling-background.ts
62804
62888
  init_console_gjs();
62805
- init_auto_globals_2efde837f2();
62889
+ init_auto_globals_176f5c468e();
62806
62890
  function __assignType11(fn2, args) {
62807
62891
  fn2.__type = args;
62808
62892
  return fn2;
@@ -62861,11 +62945,11 @@ var ScrollingBackground = class extends Entity {
62861
62945
 
62862
62946
  // src/util/lock-to-player-strategy.ts
62863
62947
  init_console_gjs();
62864
- init_auto_globals_2efde837f2();
62948
+ init_auto_globals_176f5c468e();
62865
62949
 
62866
62950
  // src/util/tween.ts
62867
62951
  init_console_gjs();
62868
- init_auto_globals_2efde837f2();
62952
+ init_auto_globals_176f5c468e();
62869
62953
  function __assignType12(fn2, args) {
62870
62954
  fn2.__type = args;
62871
62955
  return fn2;
@@ -63020,15 +63104,15 @@ var LockToPlayerStrategy = class {
63020
63104
 
63021
63105
  // src/actors/enemies/spider.ts
63022
63106
  init_console_gjs();
63023
- init_auto_globals_2efde837f2();
63107
+ init_auto_globals_176f5c468e();
63024
63108
 
63025
63109
  // src/classes/enemy-actor.ts
63026
63110
  init_console_gjs();
63027
- init_auto_globals_2efde837f2();
63111
+ init_auto_globals_176f5c468e();
63028
63112
 
63029
63113
  // src/components/behaviours/damage.ts
63030
63114
  init_console_gjs();
63031
- init_auto_globals_2efde837f2();
63115
+ init_auto_globals_176f5c468e();
63032
63116
  var DamageComponent = class extends Component {
63033
63117
  amount;
63034
63118
  cancelContactOnDamage;
@@ -63175,7 +63259,7 @@ var SpiderEnemy = class extends EnemyActor {
63175
63259
 
63176
63260
  // src/actors/platforms/moving-platform.ts
63177
63261
  init_console_gjs();
63178
- init_auto_globals_2efde837f2();
63262
+ init_auto_globals_176f5c468e();
63179
63263
  function __assignType13(fn2, args) {
63180
63264
  fn2.__type = args;
63181
63265
  return fn2;
@@ -63258,7 +63342,7 @@ var MovingPlatform = class extends Actor {
63258
63342
 
63259
63343
  // src/actors/enemy-spawner.ts
63260
63344
  init_console_gjs();
63261
- init_auto_globals_2efde837f2();
63345
+ init_auto_globals_176f5c468e();
63262
63346
  var __\u03A9EnemySpawnerArgs = ["x", "y", "pos", () => EnemyActor, "", "spawn", "EnemySpawnerArgs", `P'4!'4"P!2#P7$/%4&Mw'y`];
63263
63347
  var EnemySpawner = class extends Actor {
63264
63348
  OFFSCREEN_BUFFER = 100;
@@ -63318,7 +63402,7 @@ var EnemySpawner = class extends Actor {
63318
63402
 
63319
63403
  // src/actors/enemies/bird.ts
63320
63404
  init_console_gjs();
63321
- init_auto_globals_2efde837f2();
63405
+ init_auto_globals_176f5c468e();
63322
63406
  var grid3 = {
63323
63407
  rows: 1,
63324
63408
  columns: 3,
@@ -63408,7 +63492,7 @@ var BirdEnemy = class extends EnemyActor {
63408
63492
 
63409
63493
  // src/actors/hazards/axe.ts
63410
63494
  init_console_gjs();
63411
- init_auto_globals_2efde837f2();
63495
+ init_auto_globals_176f5c468e();
63412
63496
  var AxeHazard = class extends Actor {
63413
63497
  elapsedMs = 0;
63414
63498
  constructor(args) {
@@ -63442,7 +63526,7 @@ var AxeHazard = class extends Actor {
63442
63526
 
63443
63527
  // src/actors/hazards/circular-saw.ts
63444
63528
  init_console_gjs();
63445
- init_auto_globals_2efde837f2();
63529
+ init_auto_globals_176f5c468e();
63446
63530
  function __assignType14(fn2, args) {
63447
63531
  fn2.__type = args;
63448
63532
  return fn2;
@@ -63564,7 +63648,7 @@ var RenderTopHalfMaterial = class extends Material {
63564
63648
 
63565
63649
  // src/actors/platforms/ladder-tile.ts
63566
63650
  init_console_gjs();
63567
- init_auto_globals_2efde837f2();
63651
+ init_auto_globals_176f5c468e();
63568
63652
  var LadderTile = class extends Actor {
63569
63653
  constructor(args) {
63570
63654
  super({
@@ -63580,7 +63664,7 @@ var LadderTile = class extends Actor {
63580
63664
 
63581
63665
  // src/actors/hazards/spike-tile.ts
63582
63666
  init_console_gjs();
63583
- init_auto_globals_2efde837f2();
63667
+ init_auto_globals_176f5c468e();
63584
63668
  var SpikeTile = class extends Actor {
63585
63669
  constructor(args) {
63586
63670
  super({
@@ -63599,11 +63683,11 @@ var SpikeTile = class extends Actor {
63599
63683
 
63600
63684
  // src/ui/level-overlay.ts
63601
63685
  init_console_gjs();
63602
- init_auto_globals_2efde837f2();
63686
+ init_auto_globals_176f5c468e();
63603
63687
 
63604
63688
  // src/materials/outline.ts
63605
63689
  init_console_gjs();
63606
- init_auto_globals_2efde837f2();
63690
+ init_auto_globals_176f5c468e();
63607
63691
  var OutlineMaterial = class extends Material {
63608
63692
  constructor(ctx, thickness = 1) {
63609
63693
  super({
@@ -64133,7 +64217,7 @@ var Level1 = class extends LevelScene {
64133
64217
 
64134
64218
  // src/scenes/demo.ts
64135
64219
  init_console_gjs();
64136
- init_auto_globals_2efde837f2();
64220
+ init_auto_globals_176f5c468e();
64137
64221
  function __assignType16(fn2, args) {
64138
64222
  fn2.__type = args;
64139
64223
  return fn2;
@@ -64206,7 +64290,7 @@ var Demo = class extends Scene {
64206
64290
 
64207
64291
  // src/perf/performance-monitor.ts
64208
64292
  init_console_gjs();
64209
- init_auto_globals_2efde837f2();
64293
+ init_auto_globals_176f5c468e();
64210
64294
  function __assignType17(fn2, args) {
64211
64295
  fn2.__type = args;
64212
64296
  return fn2;
@@ -64324,7 +64408,7 @@ var PerformanceMonitor = class {
64324
64408
 
64325
64409
  // src/perf/performance-hud.ts
64326
64410
  init_console_gjs();
64327
- init_auto_globals_2efde837f2();
64411
+ init_auto_globals_176f5c468e();
64328
64412
  function __assignType18(fn2, args) {
64329
64413
  fn2.__type = args;
64330
64414
  return fn2;
@@ -65751,7 +65835,7 @@ startGame.__type = [() => __\u03A9HTMLCanvasElement, "canvas", () => __\u03A9Sta
65751
65835
 
65752
65836
  // blueprint:./jelly-jumper-window.blp
65753
65837
  init_console_gjs();
65754
- init_auto_globals_2efde837f2();
65838
+ init_auto_globals_176f5c468e();
65755
65839
  var jelly_jumper_window_default = '<?xml version="1.0" encoding="UTF-8"?>\n<!--\nDO NOT EDIT!\nThis file was @generated by blueprint-compiler. Instead, edit the\ncorresponding .blp file and regenerate this file with blueprint-compiler.\n-->\n<interface>\n <requires lib="gtk" version="4.0"/>\n <template class="JellyJumperWindow" parent="AdwApplicationWindow">\n <property name="default-width">1280</property>\n <property name="default-height">720</property>\n <property name="title">Jelly Jumper \u2014 Excalibur.js</property>\n <property name="content">\n <object class="GtkBox">\n <property name="orientation">1</property>\n <child>\n <object class="AdwHeaderBar">\n <child type="end">\n <object class="GtkButton" id="pauseButton">\n <property name="icon-name">media-playback-pause-symbolic</property>\n <property name="tooltip-text">Pause Game</property>\n </object>\n </child>\n <child type="end">\n <object class="GtkButton" id="audioButton">\n <property name="icon-name">audio-volume-high-symbolic</property>\n <property name="tooltip-text">Mute Audio</property>\n </object>\n </child>\n </object>\n </child>\n <child>\n <object class="GtkBox" id="canvasContainer">\n <property name="hexpand">true</property>\n <property name="vexpand">true</property>\n </object>\n </child>\n </object>\n </property>\n </template>\n</interface>';
65756
65840
 
65757
65841
  // src/gjs/jelly-jumper-window.ts