@hienlh/ppm 0.9.1 → 0.9.2

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 (36) hide show
  1. package/.claude.bak/agent-memory/tester/MEMORY.md +3 -0
  2. package/.claude.bak/agent-memory/tester/project-ppm-test-conventions.md +32 -0
  3. package/CHANGELOG.md +7 -0
  4. package/dist/web/assets/{browser-tab-CrkhFCaw.js → browser-tab-CjUzlPYv.js} +1 -1
  5. package/dist/web/assets/chat-tab-moB4W7-w.js +8 -0
  6. package/dist/web/assets/{code-editor-CBIPzlP2.js → code-editor-aQQZUc2m.js} +1 -1
  7. package/dist/web/assets/{database-viewer-BqOJR_zi.js → database-viewer-ChyP1N3c.js} +1 -1
  8. package/dist/web/assets/{diff-viewer-CcLyp4eY.js → diff-viewer-ktwO5JbX.js} +1 -1
  9. package/dist/web/assets/{extension-webview-NiZ7Ybvv.js → extension-webview-Bx1TlP6q.js} +1 -1
  10. package/dist/web/assets/{git-graph-CoTvMrIo.js → git-graph-BIrGMX6e.js} +1 -1
  11. package/dist/web/assets/{index-C8byznLO.js → index-C6KLr58u.js} +3 -3
  12. package/dist/web/assets/index-DpBKDbIW.css +2 -0
  13. package/dist/web/assets/keybindings-store-D3Y5c5uS.js +1 -0
  14. package/dist/web/assets/{markdown-renderer-DPLdR9xc.js → markdown-renderer-A7J2gdKT.js} +1 -1
  15. package/dist/web/assets/{postgres-viewer-BeiK4lCa.js → postgres-viewer-C9-Acry_.js} +1 -1
  16. package/dist/web/assets/{settings-tab-D3AvU4lu.js → settings-tab-C17exmRv.js} +1 -1
  17. package/dist/web/assets/{sqlite-viewer-nA2sD4Yv.js → sqlite-viewer-Dr5oWCWA.js} +1 -1
  18. package/dist/web/assets/{terminal-tab-BBi0pEji.js → terminal-tab-CpyKvyfC.js} +1 -1
  19. package/dist/web/assets/{use-monaco-theme-B5pG2d1w.js → use-monaco-theme-BjPAik5w.js} +1 -1
  20. package/dist/web/index.html +2 -2
  21. package/dist/web/monacoeditorwork/css.worker.bundle.js +122 -122
  22. package/dist/web/monacoeditorwork/editor.worker.bundle.js +78 -78
  23. package/dist/web/monacoeditorwork/html.worker.bundle.js +110 -110
  24. package/dist/web/monacoeditorwork/json.worker.bundle.js +108 -108
  25. package/dist/web/monacoeditorwork/ts.worker.bundle.js +81 -81
  26. package/dist/web/sw.js +1 -1
  27. package/package.json +1 -1
  28. package/src/web/components/chat/message-input.tsx +29 -29
  29. package/src/web/components/chat/usage-badge.tsx +17 -4
  30. package/dist/web/assets/chat-tab-C6jpiwh7.js +0 -8
  31. package/dist/web/assets/index-KwC2YrG4.css +0 -2
  32. package/dist/web/assets/keybindings-store-DPYzBe_M.js +0 -1
  33. package/docs/streaming-input-guide.md +0 -267
  34. package/snapshot-state.md +0 -1526
  35. package/test-session-ops.mjs +0 -444
  36. package/test-tokens.mjs +0 -212
@@ -5,7 +5,7 @@
5
5
  __defProp(target, name, { get: all[name], enumerable: true });
6
6
  };
7
7
 
8
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/errors.js
8
+ // node_modules/monaco-editor/esm/vs/base/common/errors.js
9
9
  var ErrorHandler = class {
10
10
  constructor() {
11
11
  this.listeners = [];
@@ -96,7 +96,7 @@
96
96
  }
97
97
  };
98
98
 
99
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/assert.js
99
+ // node_modules/monaco-editor/esm/vs/base/common/assert.js
100
100
  function assertNever(value, message = "Unreachable") {
101
101
  throw new Error(message);
102
102
  }
@@ -126,7 +126,7 @@
126
126
  return true;
127
127
  }
128
128
 
129
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/types.js
129
+ // node_modules/monaco-editor/esm/vs/base/common/types.js
130
130
  function isString(str) {
131
131
  return typeof str === "string";
132
132
  }
@@ -134,7 +134,7 @@
134
134
  return !!obj && typeof obj[Symbol.iterator] === "function";
135
135
  }
136
136
 
137
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/iterator.js
137
+ // node_modules/monaco-editor/esm/vs/base/common/iterator.js
138
138
  var Iterable;
139
139
  (function(Iterable2) {
140
140
  function is(thing) {
@@ -306,7 +306,7 @@
306
306
  Iterable2.asyncToArrayFlat = asyncToArrayFlat;
307
307
  })(Iterable || (Iterable = {}));
308
308
 
309
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/lifecycle.js
309
+ // node_modules/monaco-editor/esm/vs/base/common/lifecycle.js
310
310
  function setParentOfDisposable(child, parent) {
311
311
  }
312
312
  function dispose(arg) {
@@ -451,7 +451,7 @@
451
451
  }
452
452
  };
453
453
 
454
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/linkedList.js
454
+ // node_modules/monaco-editor/esm/vs/base/common/linkedList.js
455
455
  var Node = class _Node {
456
456
  static {
457
457
  this.Undefined = new _Node(void 0);
@@ -561,7 +561,7 @@
561
561
  }
562
562
  };
563
563
 
564
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/stopwatch.js
564
+ // node_modules/monaco-editor/esm/vs/base/common/stopwatch.js
565
565
  var performanceNow = globalThis.performance.now.bind(globalThis.performance);
566
566
  var StopWatch = class _StopWatch {
567
567
  static create(highResolution) {
@@ -587,7 +587,7 @@
587
587
  }
588
588
  };
589
589
 
590
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/event.js
590
+ // node_modules/monaco-editor/esm/vs/base/common/event.js
591
591
  var Event;
592
592
  (function(Event2) {
593
593
  Event2.None = () => Disposable.None;
@@ -1276,7 +1276,7 @@
1276
1276
  }
1277
1277
  };
1278
1278
 
1279
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/nls.messages.js
1279
+ // node_modules/monaco-editor/esm/vs/nls.messages.js
1280
1280
  function getNLSMessages() {
1281
1281
  return globalThis._VSCODE_NLS_MESSAGES;
1282
1282
  }
@@ -1284,7 +1284,7 @@
1284
1284
  return globalThis._VSCODE_NLS_LANGUAGE;
1285
1285
  }
1286
1286
 
1287
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/nls.js
1287
+ // node_modules/monaco-editor/esm/vs/nls.js
1288
1288
  var isPseudo = getNLSLanguage() === "pseudo" || typeof document !== "undefined" && document.location && typeof document.location.hash === "string" && document.location.hash.indexOf("pseudo=true") >= 0;
1289
1289
  function _format(message, args) {
1290
1290
  let result;
@@ -1325,7 +1325,7 @@
1325
1325
  return message;
1326
1326
  }
1327
1327
 
1328
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/platform.js
1328
+ // node_modules/monaco-editor/esm/vs/base/common/platform.js
1329
1329
  var LANGUAGE_DEFAULT = "en";
1330
1330
  var _isWindows = false;
1331
1331
  var _isMacintosh = false;
@@ -1429,7 +1429,7 @@
1429
1429
  var isEdge = !!(userAgent && userAgent.indexOf("Edg/") >= 0);
1430
1430
  var isAndroid = !!(userAgent && userAgent.indexOf("Android") >= 0);
1431
1431
 
1432
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/cache.js
1432
+ // node_modules/monaco-editor/esm/vs/base/common/cache.js
1433
1433
  function identity(t) {
1434
1434
  return t;
1435
1435
  }
@@ -1455,7 +1455,7 @@
1455
1455
  }
1456
1456
  };
1457
1457
 
1458
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/lazy.js
1458
+ // node_modules/monaco-editor/esm/vs/base/common/lazy.js
1459
1459
  var LazyValueState;
1460
1460
  (function(LazyValueState2) {
1461
1461
  LazyValueState2[LazyValueState2["Uninitialized"] = 0] = "Uninitialized";
@@ -1499,7 +1499,7 @@
1499
1499
  }
1500
1500
  };
1501
1501
 
1502
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/strings.js
1502
+ // node_modules/monaco-editor/esm/vs/base/common/strings.js
1503
1503
  function escapeRegExpCharacters(value) {
1504
1504
  return value.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g, "\\$&");
1505
1505
  }
@@ -1723,7 +1723,7 @@
1723
1723
  }
1724
1724
  };
1725
1725
 
1726
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/worker/webWorker.js
1726
+ // node_modules/monaco-editor/esm/vs/base/common/worker/webWorker.js
1727
1727
  var DEFAULT_CHANNEL = "default";
1728
1728
  var INITIALIZE = "$initialize";
1729
1729
  var RequestMessage = class {
@@ -2002,7 +2002,7 @@
2002
2002
  }
2003
2003
  };
2004
2004
 
2005
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/worker/webWorkerBootstrap.js
2005
+ // node_modules/monaco-editor/esm/vs/base/common/worker/webWorkerBootstrap.js
2006
2006
  var initialized = false;
2007
2007
  function initialize(factory) {
2008
2008
  if (initialized) {
@@ -2016,7 +2016,7 @@
2016
2016
  return webWorkerServer;
2017
2017
  }
2018
2018
 
2019
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/diff/diffChange.js
2019
+ // node_modules/monaco-editor/esm/vs/base/common/diff/diffChange.js
2020
2020
  var DiffChange = class {
2021
2021
  /**
2022
2022
  * Constructs a new DiffChange with the given sequence information
@@ -2042,7 +2042,7 @@
2042
2042
  }
2043
2043
  };
2044
2044
 
2045
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/buffer.js
2045
+ // node_modules/monaco-editor/esm/vs/base/common/buffer.js
2046
2046
  var hasBuffer = typeof Buffer !== "undefined";
2047
2047
  new Lazy(() => new Uint8Array(256));
2048
2048
  var textDecoder;
@@ -2084,7 +2084,7 @@
2084
2084
  return result;
2085
2085
  }
2086
2086
 
2087
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/hash.js
2087
+ // node_modules/monaco-editor/esm/vs/base/common/hash.js
2088
2088
  function numberHash(val, initialHashVal) {
2089
2089
  return (initialHashVal << 5) - initialHashVal + val | 0;
2090
2090
  }
@@ -2274,7 +2274,7 @@
2274
2274
  }
2275
2275
  };
2276
2276
 
2277
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/diff/diff.js
2277
+ // node_modules/monaco-editor/esm/vs/base/common/diff/diff.js
2278
2278
  var StringDiffSequence = class {
2279
2279
  constructor(source) {
2280
2280
  this.source = source;
@@ -3011,7 +3011,7 @@
3011
3011
  }
3012
3012
  };
3013
3013
 
3014
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/position.js
3014
+ // node_modules/monaco-editor/esm/vs/editor/common/core/position.js
3015
3015
  var Position = class _Position {
3016
3016
  constructor(lineNumber, column) {
3017
3017
  this.lineNumber = lineNumber;
@@ -3140,7 +3140,7 @@
3140
3140
  }
3141
3141
  };
3142
3142
 
3143
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/range.js
3143
+ // node_modules/monaco-editor/esm/vs/editor/common/core/range.js
3144
3144
  var Range = class _Range {
3145
3145
  constructor(startLineNumber, startColumn, endLineNumber, endColumn) {
3146
3146
  if (startLineNumber > endLineNumber || startLineNumber === endLineNumber && startColumn > endColumn) {
@@ -3526,7 +3526,7 @@
3526
3526
  }
3527
3527
  };
3528
3528
 
3529
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/uint.js
3529
+ // node_modules/monaco-editor/esm/vs/base/common/uint.js
3530
3530
  function toUint8(v) {
3531
3531
  if (v < 0) {
3532
3532
  return 0;
@@ -3546,7 +3546,7 @@
3546
3546
  return v | 0;
3547
3547
  }
3548
3548
 
3549
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.js
3549
+ // node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.js
3550
3550
  var CharacterClassifier = class _CharacterClassifier {
3551
3551
  constructor(_defaultValue) {
3552
3552
  const defaultValue = toUint8(_defaultValue);
@@ -3580,7 +3580,7 @@
3580
3580
  }
3581
3581
  };
3582
3582
 
3583
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/languages/linkComputer.js
3583
+ // node_modules/monaco-editor/esm/vs/editor/common/languages/linkComputer.js
3584
3584
  var Uint8Matrix = class {
3585
3585
  constructor(rows, cols, defaultValue) {
3586
3586
  const data = new Uint8Array(rows * cols);
@@ -3942,7 +3942,7 @@
3942
3942
  return LinkComputer.computeLinks(model);
3943
3943
  }
3944
3944
 
3945
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/languages/supports/inplaceReplaceSupport.js
3945
+ // node_modules/monaco-editor/esm/vs/editor/common/languages/supports/inplaceReplaceSupport.js
3946
3946
  var BasicInplaceReplace = class _BasicInplaceReplace {
3947
3947
  constructor() {
3948
3948
  this._defaultValueSet = [
@@ -4023,7 +4023,7 @@
4023
4023
  }
4024
4024
  };
4025
4025
 
4026
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/cancellation.js
4026
+ // node_modules/monaco-editor/esm/vs/base/common/cancellation.js
4027
4027
  var shortcutEvent = Object.freeze(function(callback, context) {
4028
4028
  const handle = setTimeout(callback.bind(context), 0);
4029
4029
  return { dispose() {
@@ -4119,7 +4119,7 @@
4119
4119
  }
4120
4120
  };
4121
4121
 
4122
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/keyCodes.js
4122
+ // node_modules/monaco-editor/esm/vs/base/common/keyCodes.js
4123
4123
  var KeyCodeStrMap = class {
4124
4124
  constructor() {
4125
4125
  this._keyCodeToStr = [];
@@ -4454,7 +4454,7 @@
4454
4454
  return (firstPart | chordPart) >>> 0;
4455
4455
  }
4456
4456
 
4457
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/process.js
4457
+ // node_modules/monaco-editor/esm/vs/base/common/process.js
4458
4458
  var safeProcess;
4459
4459
  var vscodeGlobal = globalThis.vscode;
4460
4460
  if (typeof vscodeGlobal !== "undefined" && typeof vscodeGlobal.process !== "undefined") {
@@ -4510,7 +4510,7 @@
4510
4510
  var env = safeProcess.env;
4511
4511
  var platform = safeProcess.platform;
4512
4512
 
4513
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/path.js
4513
+ // node_modules/monaco-editor/esm/vs/base/common/path.js
4514
4514
  var CHAR_UPPERCASE_A = 65;
4515
4515
  var CHAR_LOWERCASE_A = 97;
4516
4516
  var CHAR_UPPERCASE_Z = 90;
@@ -5604,7 +5604,7 @@
5604
5604
  var extname = platformIsWin32 ? win32.extname : posix.extname;
5605
5605
  var sep = platformIsWin32 ? win32.sep : posix.sep;
5606
5606
 
5607
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/uri.js
5607
+ // node_modules/monaco-editor/esm/vs/base/common/uri.js
5608
5608
  var _schemePattern = /^\w[\w\d+.-]*$/;
5609
5609
  var _singleSlashStart = /^\//;
5610
5610
  var _doubleSlashStart = /^\/\//;
@@ -6137,7 +6137,7 @@
6137
6137
  return str.replace(_rEncodedAsHex, (match) => decodeURIComponentGraceful(match));
6138
6138
  }
6139
6139
 
6140
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/selection.js
6140
+ // node_modules/monaco-editor/esm/vs/editor/common/core/selection.js
6141
6141
  var Selection = class _Selection extends Range {
6142
6142
  constructor(selectionStartLineNumber, selectionStartColumn, positionLineNumber, positionColumn) {
6143
6143
  super(selectionStartLineNumber, selectionStartColumn, positionLineNumber, positionColumn);
@@ -6263,7 +6263,7 @@
6263
6263
  }
6264
6264
  };
6265
6265
 
6266
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/codiconsUtil.js
6266
+ // node_modules/monaco-editor/esm/vs/base/common/codiconsUtil.js
6267
6267
  var _codiconFontCharacters = /* @__PURE__ */ Object.create(null);
6268
6268
  function register(id, fontCharacter) {
6269
6269
  if (isString(fontCharacter)) {
@@ -6277,7 +6277,7 @@
6277
6277
  return { id };
6278
6278
  }
6279
6279
 
6280
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/codiconsLibrary.js
6280
+ // node_modules/monaco-editor/esm/vs/base/common/codiconsLibrary.js
6281
6281
  var codiconsLibrary = {
6282
6282
  add: register("add", 6e4),
6283
6283
  plus: register("plus", 6e4),
@@ -6910,7 +6910,7 @@
6910
6910
  terminalGitBash: register("terminal-git-bash", 60529)
6911
6911
  };
6912
6912
 
6913
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/codicons.js
6913
+ // node_modules/monaco-editor/esm/vs/base/common/codicons.js
6914
6914
  var codiconsDerived = {
6915
6915
  dialogError: register("dialog-error", "error"),
6916
6916
  dialogWarning: register("dialog-warning", "warning"),
@@ -6947,7 +6947,7 @@
6947
6947
  ...codiconsDerived
6948
6948
  };
6949
6949
 
6950
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/tokenizationRegistry.js
6950
+ // node_modules/monaco-editor/esm/vs/editor/common/tokenizationRegistry.js
6951
6951
  var TokenizationRegistry = class {
6952
6952
  constructor() {
6953
6953
  this._tokenizationSupports = /* @__PURE__ */ new Map();
@@ -7064,7 +7064,7 @@
7064
7064
  }
7065
7065
  };
7066
7066
 
7067
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/languages.js
7067
+ // node_modules/monaco-editor/esm/vs/editor/common/languages.js
7068
7068
  var Token = class {
7069
7069
  constructor(offset, type, language) {
7070
7070
  this.offset = offset;
@@ -7732,7 +7732,7 @@
7732
7732
  })(InlayHintKind || (InlayHintKind = {}));
7733
7733
  var TokenizationRegistry2 = new TokenizationRegistry();
7734
7734
 
7735
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/standalone/standaloneEnums.js
7735
+ // node_modules/monaco-editor/esm/vs/editor/common/standalone/standaloneEnums.js
7736
7736
  var AccessibilitySupport;
7737
7737
  (function(AccessibilitySupport2) {
7738
7738
  AccessibilitySupport2[AccessibilitySupport2["Unknown"] = 0] = "Unknown";
@@ -8385,7 +8385,7 @@
8385
8385
  WrappingIndent2[WrappingIndent2["DeepIndent"] = 3] = "DeepIndent";
8386
8386
  })(WrappingIndent || (WrappingIndent = {}));
8387
8387
 
8388
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/editorBaseApi.js
8388
+ // node_modules/monaco-editor/esm/vs/editor/common/services/editorBaseApi.js
8389
8389
  var KeyMod = class {
8390
8390
  static {
8391
8391
  this.CtrlCmd = 2048;
@@ -8424,7 +8424,7 @@
8424
8424
  };
8425
8425
  }
8426
8426
 
8427
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/map.js
8427
+ // node_modules/monaco-editor/esm/vs/base/common/map.js
8428
8428
  var _a;
8429
8429
  var _b;
8430
8430
  var _c;
@@ -8967,10 +8967,10 @@
8967
8967
  }
8968
8968
  };
8969
8969
 
8970
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/wordCharacterClassifier.js
8970
+ // node_modules/monaco-editor/esm/vs/editor/common/core/wordCharacterClassifier.js
8971
8971
  var wordClassifierCache = new LRUCache(10);
8972
8972
 
8973
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/model.js
8973
+ // node_modules/monaco-editor/esm/vs/editor/common/model.js
8974
8974
  var OverviewRulerLane2;
8975
8975
  (function(OverviewRulerLane3) {
8976
8976
  OverviewRulerLane3[OverviewRulerLane3["Left"] = 1] = "Left";
@@ -8997,7 +8997,7 @@
8997
8997
  InjectedTextCursorStops3[InjectedTextCursorStops3["None"] = 3] = "None";
8998
8998
  })(InjectedTextCursorStops2 || (InjectedTextCursorStops2 = {}));
8999
8999
 
9000
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/model/textModelSearch.js
9000
+ // node_modules/monaco-editor/esm/vs/editor/common/model/textModelSearch.js
9001
9001
  function isMultilineRegexSource(searchString) {
9002
9002
  if (!searchString || searchString.length === 0) {
9003
9003
  return false;
@@ -9107,7 +9107,7 @@
9107
9107
  }
9108
9108
  };
9109
9109
 
9110
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/wordHelper.js
9110
+ // node_modules/monaco-editor/esm/vs/editor/common/core/wordHelper.js
9111
9111
  var USUAL_WORD_SEPARATORS = "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?";
9112
9112
  function createWordRegExp(allowInWords = "") {
9113
9113
  let source = "(-?\\d*\\.\\d\\w*)|([^";
@@ -9208,7 +9208,7 @@
9208
9208
  return null;
9209
9209
  }
9210
9210
 
9211
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/unicodeTextModelHighlighter.js
9211
+ // node_modules/monaco-editor/esm/vs/editor/common/services/unicodeTextModelHighlighter.js
9212
9212
  var UnicodeTextModelHighlighter = class {
9213
9213
  static computeUnicodeHighlights(model, options, range) {
9214
9214
  const startLine = range ? range.startLineNumber : 1;
@@ -9384,7 +9384,7 @@
9384
9384
  return character === " " || character === "\n" || character === " ";
9385
9385
  }
9386
9386
 
9387
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/linesDiffComputer.js
9387
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/linesDiffComputer.js
9388
9388
  var LinesDiff = class {
9389
9389
  constructor(changes, moves, hitTimeout) {
9390
9390
  this.changes = changes;
@@ -9399,7 +9399,7 @@
9399
9399
  }
9400
9400
  };
9401
9401
 
9402
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/arrays.js
9402
+ // node_modules/monaco-editor/esm/vs/base/common/arrays.js
9403
9403
  function equals2(one, other, itemEquals = (a, b) => a === b) {
9404
9404
  if (one === other) {
9405
9405
  return true;
@@ -9525,7 +9525,7 @@
9525
9525
  }
9526
9526
  };
9527
9527
 
9528
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/ranges/offsetRange.js
9528
+ // node_modules/monaco-editor/esm/vs/editor/common/core/ranges/offsetRange.js
9529
9529
  var OffsetRange = class _OffsetRange {
9530
9530
  static fromTo(start2, endExclusive) {
9531
9531
  return new _OffsetRange(start2, endExclusive);
@@ -9686,7 +9686,7 @@
9686
9686
  }
9687
9687
  };
9688
9688
 
9689
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/arraysFind.js
9689
+ // node_modules/monaco-editor/esm/vs/base/common/arraysFind.js
9690
9690
  function findLastMonotonous(array, predicate) {
9691
9691
  const idx = findLastIdxMonotonous(array, predicate);
9692
9692
  return idx === -1 ? void 0 : array[idx];
@@ -9750,7 +9750,7 @@
9750
9750
  }
9751
9751
  };
9752
9752
 
9753
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/ranges/lineRange.js
9753
+ // node_modules/monaco-editor/esm/vs/editor/common/core/ranges/lineRange.js
9754
9754
  var LineRange = class _LineRange {
9755
9755
  static ofLength(startLineNumber, length) {
9756
9756
  return new _LineRange(startLineNumber, startLineNumber + length);
@@ -10027,7 +10027,7 @@
10027
10027
  }
10028
10028
  };
10029
10029
 
10030
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/text/textLength.js
10030
+ // node_modules/monaco-editor/esm/vs/editor/common/core/text/textLength.js
10031
10031
  var TextLength = class _TextLength {
10032
10032
  static {
10033
10033
  this.zero = new _TextLength(0, 0);
@@ -10100,7 +10100,7 @@
10100
10100
  }
10101
10101
  };
10102
10102
 
10103
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/text/positionToOffsetImpl.js
10103
+ // node_modules/monaco-editor/esm/vs/editor/common/core/text/positionToOffsetImpl.js
10104
10104
  var PositionOffsetTransformerBase = class {
10105
10105
  getOffsetRange(range) {
10106
10106
  return new OffsetRange(this.getOffset(range.getStartPosition()), this.getOffset(range.getEndPosition()));
@@ -10186,7 +10186,7 @@
10186
10186
  }
10187
10187
  };
10188
10188
 
10189
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/text/abstractText.js
10189
+ // node_modules/monaco-editor/esm/vs/editor/common/core/text/abstractText.js
10190
10190
  var AbstractText = class {
10191
10191
  constructor() {
10192
10192
  this._transformer = void 0;
@@ -10248,7 +10248,7 @@
10248
10248
  }
10249
10249
  };
10250
10250
 
10251
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/edits/textEdit.js
10251
+ // node_modules/monaco-editor/esm/vs/editor/common/core/edits/textEdit.js
10252
10252
  var TextReplacement = class _TextReplacement {
10253
10253
  static joinReplacements(replacements, initialValue) {
10254
10254
  if (replacements.length === 0) {
@@ -10321,7 +10321,7 @@
10321
10321
  }
10322
10322
  };
10323
10323
 
10324
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/rangeMapping.js
10324
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/rangeMapping.js
10325
10325
  var LineRangeMapping = class _LineRangeMapping {
10326
10326
  static inverse(mapping, originalLineCount, modifiedLineCount) {
10327
10327
  const result = [];
@@ -10503,7 +10503,7 @@
10503
10503
  return new DetailedLineRangeMapping(originalLineRange, modifiedLineRange, [rangeMapping]);
10504
10504
  }
10505
10505
 
10506
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/legacyLinesDiffComputer.js
10506
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/legacyLinesDiffComputer.js
10507
10507
  var MINIMUM_MATCHING_CHARACTER_LENGTH = 3;
10508
10508
  var LegacyLinesDiffComputer = class {
10509
10509
  computeDiff(originalLines, modifiedLines, options) {
@@ -10922,7 +10922,7 @@
10922
10922
  };
10923
10923
  }
10924
10924
 
10925
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js
10925
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js
10926
10926
  var DiffAlgorithmResult = class _DiffAlgorithmResult {
10927
10927
  static trivial(seq1, seq2) {
10928
10928
  return new _DiffAlgorithmResult([new SequenceDiff(OffsetRange.ofLength(seq1.length), OffsetRange.ofLength(seq2.length))], false);
@@ -11054,7 +11054,7 @@
11054
11054
  }
11055
11055
  };
11056
11056
 
11057
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/utils.js
11057
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/utils.js
11058
11058
  var Array2D = class {
11059
11059
  constructor(width, height) {
11060
11060
  this.width = width;
@@ -11114,7 +11114,7 @@
11114
11114
  }
11115
11115
  };
11116
11116
 
11117
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js
11117
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js
11118
11118
  var DynamicProgrammingDiffing = class {
11119
11119
  compute(sequence1, sequence2, timeout = InfiniteTimeout.instance, equalityScore) {
11120
11120
  if (sequence1.length === 0 || sequence2.length === 0) {
@@ -11190,7 +11190,7 @@
11190
11190
  }
11191
11191
  };
11192
11192
 
11193
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/myersDiffAlgorithm.js
11193
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/myersDiffAlgorithm.js
11194
11194
  var MyersDiffAlgorithm = class {
11195
11195
  compute(seq1, seq2, timeout = InfiniteTimeout.instance) {
11196
11196
  if (seq1.length === 0 || seq2.length === 0) {
@@ -11319,7 +11319,7 @@
11319
11319
  }
11320
11320
  };
11321
11321
 
11322
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/linesSliceCharSequence.js
11322
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/linesSliceCharSequence.js
11323
11323
  var LinesSliceCharSequence = class {
11324
11324
  constructor(lines, range, considerWhitespaceChanges) {
11325
11325
  this.lines = lines;
@@ -11522,7 +11522,7 @@
11522
11522
  }
11523
11523
  }
11524
11524
 
11525
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js
11525
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js
11526
11526
  function computeMovedLines(changes, originalLines, modifiedLines, hashedOriginalLines, hashedModifiedLines, timeout) {
11527
11527
  let { moves, excludedChanges } = computeMovesFromSimpleDeletionsToSimpleInsertions(changes, originalLines, modifiedLines, timeout);
11528
11528
  if (!timeout.isValid()) {
@@ -11748,7 +11748,7 @@
11748
11748
  return moves;
11749
11749
  }
11750
11750
 
11751
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations.js
11751
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations.js
11752
11752
  function optimizeSequenceDiffs(sequence1, sequence2, sequenceDiffs) {
11753
11753
  let result = sequenceDiffs;
11754
11754
  result = joinSequenceDiffsByShifting(sequence1, sequence2, result);
@@ -12056,7 +12056,7 @@
12056
12056
  return newDiffs;
12057
12057
  }
12058
12058
 
12059
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/lineSequence.js
12059
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/lineSequence.js
12060
12060
  var LineSequence2 = class {
12061
12061
  constructor(trimmedHash, lines) {
12062
12062
  this.trimmedHash = trimmedHash;
@@ -12088,7 +12088,7 @@
12088
12088
  return i;
12089
12089
  }
12090
12090
 
12091
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js
12091
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js
12092
12092
  var DefaultLinesDiffComputer = class {
12093
12093
  constructor() {
12094
12094
  this.dynamicProgrammingDiffing = new DynamicProgrammingDiffing();
@@ -12245,13 +12245,13 @@
12245
12245
  return new LineRangeMapping(new LineRange(sequenceDiff.seq1Range.start + 1, sequenceDiff.seq1Range.endExclusive + 1), new LineRange(sequenceDiff.seq2Range.start + 1, sequenceDiff.seq2Range.endExclusive + 1));
12246
12246
  }
12247
12247
 
12248
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/linesDiffComputers.js
12248
+ // node_modules/monaco-editor/esm/vs/editor/common/diff/linesDiffComputers.js
12249
12249
  var linesDiffComputers = {
12250
12250
  getLegacy: () => new LegacyLinesDiffComputer(),
12251
12251
  getDefault: () => new DefaultLinesDiffComputer()
12252
12252
  };
12253
12253
 
12254
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/color.js
12254
+ // node_modules/monaco-editor/esm/vs/base/common/color.js
12255
12255
  function roundFloat(number, decimalPoints) {
12256
12256
  const decimal = Math.pow(10, decimalPoints);
12257
12257
  return Math.round(number * decimal) / decimal;
@@ -13064,7 +13064,7 @@
13064
13064
  })(Color2.Format || (Color2.Format = {}));
13065
13065
  })(Color || (Color = {}));
13066
13066
 
13067
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js
13067
+ // node_modules/monaco-editor/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js
13068
13068
  function _parseCaptureGroups(captureGroups) {
13069
13069
  const values = [];
13070
13070
  for (const captureGroup of captureGroups) {
@@ -13185,7 +13185,7 @@
13185
13185
  return computeColors(model);
13186
13186
  }
13187
13187
 
13188
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/findSectionHeaders.js
13188
+ // node_modules/monaco-editor/esm/vs/editor/common/services/findSectionHeaders.js
13189
13189
  var trimDashesRegex = /^-+|-+$/g;
13190
13190
  var CHUNK_SIZE = 100;
13191
13191
  var MAX_SECTION_LINES = 5;
@@ -13285,7 +13285,7 @@
13285
13285
  return { text, hasSeparatorLine };
13286
13286
  }
13287
13287
 
13288
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/async.js
13288
+ // node_modules/monaco-editor/esm/vs/base/common/async.js
13289
13289
  var runWhenGlobalIdle;
13290
13290
  var _runWhenIdle;
13291
13291
  (function() {
@@ -13553,7 +13553,7 @@
13553
13553
  }
13554
13554
  };
13555
13555
 
13556
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/model/prefixSumComputer.js
13556
+ // node_modules/monaco-editor/esm/vs/editor/common/model/prefixSumComputer.js
13557
13557
  var PrefixSumComputer = class {
13558
13558
  constructor(values) {
13559
13559
  this.values = values;
@@ -13689,7 +13689,7 @@
13689
13689
  }
13690
13690
  };
13691
13691
 
13692
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/model/mirrorTextModel.js
13692
+ // node_modules/monaco-editor/esm/vs/editor/common/model/mirrorTextModel.js
13693
13693
  var MirrorTextModel = class {
13694
13694
  constructor(uri, lines, eol, versionId) {
13695
13695
  this._uri = uri;
@@ -13780,7 +13780,7 @@
13780
13780
  }
13781
13781
  };
13782
13782
 
13783
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/textModelSync/textModelSync.impl.js
13783
+ // node_modules/monaco-editor/esm/vs/editor/common/services/textModelSync/textModelSync.impl.js
13784
13784
  var STOP_SYNC_MODEL_DELTA_TIME_MS = 60 * 1e3;
13785
13785
  var WorkerTextModelSyncServer = class {
13786
13786
  constructor() {
@@ -13982,7 +13982,7 @@
13982
13982
  }
13983
13983
  };
13984
13984
 
13985
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/editorWebWorker.js
13985
+ // node_modules/monaco-editor/esm/vs/editor/common/services/editorWebWorker.js
13986
13986
  var EditorWorker = class _EditorWorker {
13987
13987
  constructor(_foreignModule = null) {
13988
13988
  this._foreignModule = _foreignModule;
@@ -14254,7 +14254,7 @@
14254
14254
  globalThis.monaco = createMonacoBaseAPI();
14255
14255
  }
14256
14256
 
14257
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/editorWorkerHost.js
14257
+ // node_modules/monaco-editor/esm/vs/editor/common/services/editorWorkerHost.js
14258
14258
  var EditorWorkerHost = class _EditorWorkerHost {
14259
14259
  static {
14260
14260
  this.CHANNEL_NAME = "editorWorkerHost";
@@ -14267,7 +14267,7 @@
14267
14267
  }
14268
14268
  };
14269
14269
 
14270
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/editor.worker.start.js
14270
+ // node_modules/monaco-editor/esm/vs/editor/editor.worker.start.js
14271
14271
  function start(createClient) {
14272
14272
  let client;
14273
14273
  const webWorkerServer = initialize((workerServer) => {
@@ -14297,7 +14297,7 @@
14297
14297
  return client;
14298
14298
  }
14299
14299
 
14300
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/common/initialize.js
14300
+ // node_modules/monaco-editor/esm/vs/common/initialize.js
14301
14301
  var initialized2 = false;
14302
14302
  function initialize2(callback) {
14303
14303
  initialized2 = true;
@@ -14308,7 +14308,7 @@
14308
14308
  };
14309
14309
  }
14310
14310
 
14311
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/language/typescript/lib/typescriptServices.js
14311
+ // node_modules/monaco-editor/esm/vs/language/typescript/lib/typescriptServices.js
14312
14312
  var typescriptServices_exports = {};
14313
14313
  __export(typescriptServices_exports, {
14314
14314
  EndOfLineState: () => EndOfLineState,
@@ -224475,7 +224475,7 @@ Additional information: BADCLIENT: Bad error code, ${badCode} not found in range
224475
224475
  var TokenClass = ts.TokenClass;
224476
224476
  var typescript = ts;
224477
224477
 
224478
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/language/typescript/lib/lib.js
224478
+ // node_modules/monaco-editor/esm/vs/language/typescript/lib/lib.js
224479
224479
  var libFileMap = {};
224480
224480
  libFileMap["lib.d.ts"] = '/*! *****************************************************************************\nCopyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at http://www.apache.org/licenses/LICENSE-2.0\n\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\nMERCHANTABLITY OR NON-INFRINGEMENT.\n\nSee the Apache Version 2.0 License for specific language governing permissions\nand limitations under the License.\n***************************************************************************** */\n\n\n/// <reference no-default-lib="true"/>\n\n/// <reference lib="es5" />\n/// <reference lib="dom" />\n/// <reference lib="webworker.importscripts" />\n/// <reference lib="scripthost" />\n';
224481
224481
  libFileMap["lib.decorators.d.ts"] = '/*! *****************************************************************************\nCopyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at http://www.apache.org/licenses/LICENSE-2.0\n\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\nMERCHANTABLITY OR NON-INFRINGEMENT.\n\nSee the Apache Version 2.0 License for specific language governing permissions\nand limitations under the License.\n***************************************************************************** */\n\n\n/// <reference no-default-lib="true"/>\n\n/**\n * The decorator context types provided to class element decorators.\n */\ntype ClassMemberDecoratorContext =\n | ClassMethodDecoratorContext\n | ClassGetterDecoratorContext\n | ClassSetterDecoratorContext\n | ClassFieldDecoratorContext\n | ClassAccessorDecoratorContext;\n\n/**\n * The decorator context types provided to any decorator.\n */\ntype DecoratorContext =\n | ClassDecoratorContext\n | ClassMemberDecoratorContext;\n\ntype DecoratorMetadataObject = Record<PropertyKey, unknown> & object;\n\ntype DecoratorMetadata = typeof globalThis extends { Symbol: { readonly metadata: symbol; }; } ? DecoratorMetadataObject : DecoratorMetadataObject | undefined;\n\n/**\n * Context provided to a class decorator.\n * @template Class The type of the decorated class associated with this context.\n */\ninterface ClassDecoratorContext<\n Class extends abstract new (...args: any) => any = abstract new (...args: any) => any,\n> {\n /** The kind of element that was decorated. */\n readonly kind: "class";\n\n /** The name of the decorated class. */\n readonly name: string | undefined;\n\n /**\n * Adds a callback to be invoked after the class definition has been finalized.\n *\n * @example\n * ```ts\n * function customElement(name: string): ClassDecoratorFunction {\n * return (target, context) => {\n * context.addInitializer(function () {\n * customElements.define(name, this);\n * });\n * }\n * }\n *\n * @customElement("my-element")\n * class MyElement {}\n * ```\n */\n addInitializer(initializer: (this: Class) => void): void;\n\n readonly metadata: DecoratorMetadata;\n}\n\n/**\n * Context provided to a class method decorator.\n * @template This The type on which the class element will be defined. For a static class element, this will be\n * the type of the constructor. For a non-static class element, this will be the type of the instance.\n * @template Value The type of the decorated class method.\n */\ninterface ClassMethodDecoratorContext<\n This = unknown,\n Value extends (this: This, ...args: any) => any = (this: This, ...args: any) => any,\n> {\n /** The kind of class element that was decorated. */\n readonly kind: "method";\n\n /** The name of the decorated class element. */\n readonly name: string | symbol;\n\n /** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */\n readonly static: boolean;\n\n /** A value indicating whether the class element has a private name. */\n readonly private: boolean;\n\n /** An object that can be used to access the current value of the class element at runtime. */\n readonly access: {\n /**\n * Determines whether an object has a property with the same name as the decorated element.\n */\n has(object: This): boolean;\n /**\n * Gets the current value of the method from the provided object.\n *\n * @example\n * let fn = context.access.get(instance);\n */\n get(object: This): Value;\n };\n\n /**\n * Adds a callback to be invoked either after static methods are defined but before\n * static initializers are run (when decorating a `static` element), or before instance\n * initializers are run (when decorating a non-`static` element).\n *\n * @example\n * ```ts\n * const bound: ClassMethodDecoratorFunction = (value, context) {\n * if (context.private) throw new TypeError("Not supported on private methods.");\n * context.addInitializer(function () {\n * this[context.name] = this[context.name].bind(this);\n * });\n * }\n *\n * class C {\n * message = "Hello";\n *\n * @bound\n * m() {\n * console.log(this.message);\n * }\n * }\n * ```\n */\n addInitializer(initializer: (this: This) => void): void;\n\n readonly metadata: DecoratorMetadata;\n}\n\n/**\n * Context provided to a class getter decorator.\n * @template This The type on which the class element will be defined. For a static class element, this will be\n * the type of the constructor. For a non-static class element, this will be the type of the instance.\n * @template Value The property type of the decorated class getter.\n */\ninterface ClassGetterDecoratorContext<\n This = unknown,\n Value = unknown,\n> {\n /** The kind of class element that was decorated. */\n readonly kind: "getter";\n\n /** The name of the decorated class element. */\n readonly name: string | symbol;\n\n /** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */\n readonly static: boolean;\n\n /** A value indicating whether the class element has a private name. */\n readonly private: boolean;\n\n /** An object that can be used to access the current value of the class element at runtime. */\n readonly access: {\n /**\n * Determines whether an object has a property with the same name as the decorated element.\n */\n has(object: This): boolean;\n /**\n * Invokes the getter on the provided object.\n *\n * @example\n * let value = context.access.get(instance);\n */\n get(object: This): Value;\n };\n\n /**\n * Adds a callback to be invoked either after static methods are defined but before\n * static initializers are run (when decorating a `static` element), or before instance\n * initializers are run (when decorating a non-`static` element).\n */\n addInitializer(initializer: (this: This) => void): void;\n\n readonly metadata: DecoratorMetadata;\n}\n\n/**\n * Context provided to a class setter decorator.\n * @template This The type on which the class element will be defined. For a static class element, this will be\n * the type of the constructor. For a non-static class element, this will be the type of the instance.\n * @template Value The type of the decorated class setter.\n */\ninterface ClassSetterDecoratorContext<\n This = unknown,\n Value = unknown,\n> {\n /** The kind of class element that was decorated. */\n readonly kind: "setter";\n\n /** The name of the decorated class element. */\n readonly name: string | symbol;\n\n /** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */\n readonly static: boolean;\n\n /** A value indicating whether the class element has a private name. */\n readonly private: boolean;\n\n /** An object that can be used to access the current value of the class element at runtime. */\n readonly access: {\n /**\n * Determines whether an object has a property with the same name as the decorated element.\n */\n has(object: This): boolean;\n /**\n * Invokes the setter on the provided object.\n *\n * @example\n * context.access.set(instance, value);\n */\n set(object: This, value: Value): void;\n };\n\n /**\n * Adds a callback to be invoked either after static methods are defined but before\n * static initializers are run (when decorating a `static` element), or before instance\n * initializers are run (when decorating a non-`static` element).\n */\n addInitializer(initializer: (this: This) => void): void;\n\n readonly metadata: DecoratorMetadata;\n}\n\n/**\n * Context provided to a class `accessor` field decorator.\n * @template This The type on which the class element will be defined. For a static class element, this will be\n * the type of the constructor. For a non-static class element, this will be the type of the instance.\n * @template Value The type of decorated class field.\n */\ninterface ClassAccessorDecoratorContext<\n This = unknown,\n Value = unknown,\n> {\n /** The kind of class element that was decorated. */\n readonly kind: "accessor";\n\n /** The name of the decorated class element. */\n readonly name: string | symbol;\n\n /** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */\n readonly static: boolean;\n\n /** A value indicating whether the class element has a private name. */\n readonly private: boolean;\n\n /** An object that can be used to access the current value of the class element at runtime. */\n readonly access: {\n /**\n * Determines whether an object has a property with the same name as the decorated element.\n */\n has(object: This): boolean;\n\n /**\n * Invokes the getter on the provided object.\n *\n * @example\n * let value = context.access.get(instance);\n */\n get(object: This): Value;\n\n /**\n * Invokes the setter on the provided object.\n *\n * @example\n * context.access.set(instance, value);\n */\n set(object: This, value: Value): void;\n };\n\n /**\n * Adds a callback to be invoked immediately after the auto `accessor` being\n * decorated is initialized (regardless if the `accessor` is `static` or not).\n */\n addInitializer(initializer: (this: This) => void): void;\n\n readonly metadata: DecoratorMetadata;\n}\n\n/**\n * Describes the target provided to class `accessor` field decorators.\n * @template This The `this` type to which the target applies.\n * @template Value The property type for the class `accessor` field.\n */\ninterface ClassAccessorDecoratorTarget<This, Value> {\n /**\n * Invokes the getter that was defined prior to decorator application.\n *\n * @example\n * let value = target.get.call(instance);\n */\n get(this: This): Value;\n\n /**\n * Invokes the setter that was defined prior to decorator application.\n *\n * @example\n * target.set.call(instance, value);\n */\n set(this: This, value: Value): void;\n}\n\n/**\n * Describes the allowed return value from a class `accessor` field decorator.\n * @template This The `this` type to which the target applies.\n * @template Value The property type for the class `accessor` field.\n */\ninterface ClassAccessorDecoratorResult<This, Value> {\n /**\n * An optional replacement getter function. If not provided, the existing getter function is used instead.\n */\n get?(this: This): Value;\n\n /**\n * An optional replacement setter function. If not provided, the existing setter function is used instead.\n */\n set?(this: This, value: Value): void;\n\n /**\n * An optional initializer mutator that is invoked when the underlying field initializer is evaluated.\n * @param value The incoming initializer value.\n * @returns The replacement initializer value.\n */\n init?(this: This, value: Value): Value;\n}\n\n/**\n * Context provided to a class field decorator.\n * @template This The type on which the class element will be defined. For a static class element, this will be\n * the type of the constructor. For a non-static class element, this will be the type of the instance.\n * @template Value The type of the decorated class field.\n */\ninterface ClassFieldDecoratorContext<\n This = unknown,\n Value = unknown,\n> {\n /** The kind of class element that was decorated. */\n readonly kind: "field";\n\n /** The name of the decorated class element. */\n readonly name: string | symbol;\n\n /** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */\n readonly static: boolean;\n\n /** A value indicating whether the class element has a private name. */\n readonly private: boolean;\n\n /** An object that can be used to access the current value of the class element at runtime. */\n readonly access: {\n /**\n * Determines whether an object has a property with the same name as the decorated element.\n */\n has(object: This): boolean;\n\n /**\n * Gets the value of the field on the provided object.\n */\n get(object: This): Value;\n\n /**\n * Sets the value of the field on the provided object.\n */\n set(object: This, value: Value): void;\n };\n\n /**\n * Adds a callback to be invoked immediately after the field being decorated\n * is initialized (regardless if the field is `static` or not).\n */\n addInitializer(initializer: (this: This) => void): void;\n\n readonly metadata: DecoratorMetadata;\n}\n';
@@ -225582,7 +225582,7 @@ interface Date {
225582
225582
  libFileMap["lib.webworker.importscripts.d.ts"] = '/*! *****************************************************************************\nCopyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at http://www.apache.org/licenses/LICENSE-2.0\n\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\nMERCHANTABLITY OR NON-INFRINGEMENT.\n\nSee the Apache Version 2.0 License for specific language governing permissions\nand limitations under the License.\n***************************************************************************** */\n\n\n/// <reference no-default-lib="true"/>\n\n/////////////////////////////\n/// WorkerGlobalScope APIs\n/////////////////////////////\n// These are only available in a Web Worker\ndeclare function importScripts(...urls: string[]): void;\n';
225583
225583
  libFileMap["lib.webworker.iterable.d.ts"] = '/*! *****************************************************************************\nCopyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at http://www.apache.org/licenses/LICENSE-2.0\n\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\nMERCHANTABLITY OR NON-INFRINGEMENT.\n\nSee the Apache Version 2.0 License for specific language governing permissions\nand limitations under the License.\n***************************************************************************** */\n\n\n/// <reference no-default-lib="true"/>\n\n/////////////////////////////\n/// Worker Iterable APIs\n/////////////////////////////\n\ninterface CSSNumericArray {\n [Symbol.iterator](): ArrayIterator<CSSNumericValue>;\n entries(): ArrayIterator<[number, CSSNumericValue]>;\n keys(): ArrayIterator<number>;\n values(): ArrayIterator<CSSNumericValue>;\n}\n\ninterface CSSTransformValue {\n [Symbol.iterator](): ArrayIterator<CSSTransformComponent>;\n entries(): ArrayIterator<[number, CSSTransformComponent]>;\n keys(): ArrayIterator<number>;\n values(): ArrayIterator<CSSTransformComponent>;\n}\n\ninterface CSSUnparsedValue {\n [Symbol.iterator](): ArrayIterator<CSSUnparsedSegment>;\n entries(): ArrayIterator<[number, CSSUnparsedSegment]>;\n keys(): ArrayIterator<number>;\n values(): ArrayIterator<CSSUnparsedSegment>;\n}\n\ninterface Cache {\n /**\n * The **`addAll()`** method of the Cache interface takes an array of URLs, retrieves them, and adds the resulting response objects to the given cache.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Cache/addAll)\n */\n addAll(requests: Iterable<RequestInfo>): Promise<void>;\n}\n\ninterface CanvasPath {\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/roundRect) */\n roundRect(x: number, y: number, w: number, h: number, radii?: number | DOMPointInit | Iterable<number | DOMPointInit>): void;\n}\n\ninterface CanvasPathDrawingStyles {\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash) */\n setLineDash(segments: Iterable<number>): void;\n}\n\ninterface CookieStoreManager {\n /**\n * The **`subscribe()`** method of the CookieStoreManager interface subscribes a ServiceWorkerRegistration to cookie change events.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CookieStoreManager/subscribe)\n */\n subscribe(subscriptions: Iterable<CookieStoreGetOptions>): Promise<void>;\n /**\n * The **`unsubscribe()`** method of the CookieStoreManager interface stops the ServiceWorkerRegistration from receiving previously subscribed events.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CookieStoreManager/unsubscribe)\n */\n unsubscribe(subscriptions: Iterable<CookieStoreGetOptions>): Promise<void>;\n}\n\ninterface DOMStringList {\n [Symbol.iterator](): ArrayIterator<string>;\n}\n\ninterface FileList {\n [Symbol.iterator](): ArrayIterator<File>;\n}\n\ninterface FontFaceSet extends Set<FontFace> {\n}\n\ninterface FormDataIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {\n [Symbol.iterator](): FormDataIterator<T>;\n}\n\ninterface FormData {\n [Symbol.iterator](): FormDataIterator<[string, FormDataEntryValue]>;\n /** Returns an array of key, value pairs for every entry in the list. */\n entries(): FormDataIterator<[string, FormDataEntryValue]>;\n /** Returns a list of keys in the list. */\n keys(): FormDataIterator<string>;\n /** Returns a list of values in the list. */\n values(): FormDataIterator<FormDataEntryValue>;\n}\n\ninterface HeadersIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {\n [Symbol.iterator](): HeadersIterator<T>;\n}\n\ninterface Headers {\n [Symbol.iterator](): HeadersIterator<[string, string]>;\n /** Returns an iterator allowing to go through all key/value pairs contained in this object. */\n entries(): HeadersIterator<[string, string]>;\n /** Returns an iterator allowing to go through all keys of the key/value pairs contained in this object. */\n keys(): HeadersIterator<string>;\n /** Returns an iterator allowing to go through all values of the key/value pairs contained in this object. */\n values(): HeadersIterator<string>;\n}\n\ninterface IDBDatabase {\n /**\n * The **`transaction`** method of the IDBDatabase interface immediately returns a transaction object (IDBTransaction) containing the IDBTransaction.objectStore method, which you can use to access your object store.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBDatabase/transaction)\n */\n transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode, options?: IDBTransactionOptions): IDBTransaction;\n}\n\ninterface IDBObjectStore {\n /**\n * The **`createIndex()`** method of the field/column defining a new data point for each database record to contain.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)\n */\n createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIndex;\n}\n\ninterface ImageTrackList {\n [Symbol.iterator](): ArrayIterator<ImageTrack>;\n}\n\ninterface MessageEvent<T = any> {\n /** @deprecated */\n initMessageEvent(type: string, bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, source?: MessageEventSource | null, ports?: Iterable<MessagePort>): void;\n}\n\ninterface StylePropertyMapReadOnlyIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {\n [Symbol.iterator](): StylePropertyMapReadOnlyIterator<T>;\n}\n\ninterface StylePropertyMapReadOnly {\n [Symbol.iterator](): StylePropertyMapReadOnlyIterator<[string, Iterable<CSSStyleValue>]>;\n entries(): StylePropertyMapReadOnlyIterator<[string, Iterable<CSSStyleValue>]>;\n keys(): StylePropertyMapReadOnlyIterator<string>;\n values(): StylePropertyMapReadOnlyIterator<Iterable<CSSStyleValue>>;\n}\n\ninterface SubtleCrypto {\n /**\n * The **`deriveKey()`** method of the SubtleCrypto interface can be used to derive a secret key from a master key.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveKey)\n */\n deriveKey(algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, derivedKeyType: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | HkdfParams | Pbkdf2Params, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;\n /**\n * The **`generateKey()`** method of the SubtleCrypto interface is used to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/generateKey)\n */\n generateKey(algorithm: "Ed25519" | { name: "Ed25519" }, extractable: boolean, keyUsages: ReadonlyArray<"sign" | "verify">): Promise<CryptoKeyPair>;\n generateKey(algorithm: RsaHashedKeyGenParams | EcKeyGenParams, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKeyPair>;\n generateKey(algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>;\n generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKeyPair | CryptoKey>;\n /**\n * The **`importKey()`** method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey)\n */\n importKey(format: "jwk", keyData: JsonWebKey, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>;\n importKey(format: Exclude<KeyFormat, "jwk">, keyData: BufferSource, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;\n /**\n * The **`unwrapKey()`** method of the SubtleCrypto interface \'unwraps\' a key.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/unwrapKey)\n */\n unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, unwrappedKeyAlgorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;\n}\n\ninterface URLSearchParamsIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {\n [Symbol.iterator](): URLSearchParamsIterator<T>;\n}\n\ninterface URLSearchParams {\n [Symbol.iterator](): URLSearchParamsIterator<[string, string]>;\n /** Returns an array of key, value pairs for every entry in the search params. */\n entries(): URLSearchParamsIterator<[string, string]>;\n /** Returns a list of keys in the search params. */\n keys(): URLSearchParamsIterator<string>;\n /** Returns a list of values in the search params. */\n values(): URLSearchParamsIterator<string>;\n}\n\ninterface WEBGL_draw_buffers {\n /**\n * The **`WEBGL_draw_buffers.drawBuffersWEBGL()`** method is part of the WebGL API and allows you to define the draw buffers to which all fragment colors are written.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_draw_buffers/drawBuffersWEBGL)\n */\n drawBuffersWEBGL(buffers: Iterable<GLenum>): void;\n}\n\ninterface WEBGL_multi_draw {\n /**\n * The **`WEBGL_multi_draw.multiDrawArraysInstancedWEBGL()`** method of the WebGL API renders multiple primitives from array data.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysInstancedWEBGL)\n */\n multiDrawArraysInstancedWEBGL(mode: GLenum, firstsList: Int32Array<ArrayBufferLike> | Iterable<GLint>, firstsOffset: number, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, instanceCountsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, instanceCountsOffset: number, drawcount: GLsizei): void;\n /**\n * The **`WEBGL_multi_draw.multiDrawArraysWEBGL()`** method of the WebGL API renders multiple primitives from array data.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysWEBGL)\n */\n multiDrawArraysWEBGL(mode: GLenum, firstsList: Int32Array<ArrayBufferLike> | Iterable<GLint>, firstsOffset: number, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, drawcount: GLsizei): void;\n /**\n * The **`WEBGL_multi_draw.multiDrawElementsInstancedWEBGL()`** method of the WebGL API renders multiple primitives from array data.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsInstancedWEBGL)\n */\n multiDrawElementsInstancedWEBGL(mode: GLenum, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, type: GLenum, offsetsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, offsetsOffset: number, instanceCountsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, instanceCountsOffset: number, drawcount: GLsizei): void;\n /**\n * The **`WEBGL_multi_draw.multiDrawElementsWEBGL()`** method of the WebGL API renders multiple primitives from array data.\n *\n * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsWEBGL)\n */\n multiDrawElementsWEBGL(mode: GLenum, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, type: GLenum, offsetsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, offsetsOffset: number, drawcount: GLsizei): void;\n}\n\ninterface WebGL2RenderingContextBase {\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */\n clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLfloat>, srcOffset?: number): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */\n clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLint>, srcOffset?: number): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */\n clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLuint>, srcOffset?: number): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/drawBuffers) */\n drawBuffers(buffers: Iterable<GLenum>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */\n getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */\n getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */\n invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */\n invalidateSubFramebuffer(target: GLenum, attachments: Iterable<GLenum>, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/transformFeedbackVaryings) */\n transformFeedbackVaryings(program: WebGLProgram, varyings: Iterable<string>, bufferMode: GLenum): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */\n uniform1uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */\n uniform2uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */\n uniform3uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */\n uniform4uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */\n uniformMatrix2x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */\n uniformMatrix2x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */\n uniformMatrix3x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */\n uniformMatrix3x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */\n uniformMatrix4x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */\n uniformMatrix4x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/vertexAttribI) */\n vertexAttribI4iv(index: GLuint, values: Iterable<GLint>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/vertexAttribI) */\n vertexAttribI4uiv(index: GLuint, values: Iterable<GLuint>): void;\n}\n\ninterface WebGL2RenderingContextOverloads {\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform1iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform2iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform3fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform3iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform4fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */\n uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */\n uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */\n uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;\n}\n\ninterface WebGLRenderingContextBase {\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */\n vertexAttrib1fv(index: GLuint, values: Iterable<GLfloat>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */\n vertexAttrib2fv(index: GLuint, values: Iterable<GLfloat>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */\n vertexAttrib3fv(index: GLuint, values: Iterable<GLfloat>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */\n vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void;\n}\n\ninterface WebGLRenderingContextOverloads {\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform1iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform2iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform3fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform3iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform4fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */\n uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */\n uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfloat>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */\n uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfloat>): void;\n /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */\n uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfloat>): void;\n}\n';
225584
225584
 
225585
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/language/typescript/tsWorker.js
225585
+ // node_modules/monaco-editor/esm/vs/language/typescript/tsWorker.js
225586
225586
  function fileNameIsLib(resource) {
225587
225587
  if (typeof resource === "string") {
225588
225588
  if (/^file:\/\/\//.test(resource)) {
@@ -225930,7 +225930,7 @@ interface Date {
225930
225930
  }
225931
225931
  globalThis.ts = typescript;
225932
225932
 
225933
- // node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/language/typescript/ts.worker.js
225933
+ // node_modules/monaco-editor/esm/vs/language/typescript/ts.worker.js
225934
225934
  self.onmessage = () => {
225935
225935
  initialize2((ctx, createData) => {
225936
225936
  return create(ctx, createData);