@hienlh/ppm 0.9.2 → 0.9.3
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.
- package/CHANGELOG.md +5 -0
- package/dist/web/assets/{browser-tab-CjUzlPYv.js → browser-tab-LFNnCzgB.js} +1 -1
- package/dist/web/assets/chat-tab-rYBo5Mff.js +8 -0
- package/dist/web/assets/{code-editor-aQQZUc2m.js → code-editor-BdM11-0K.js} +1 -1
- package/dist/web/assets/{database-viewer-ChyP1N3c.js → database-viewer-CINo6teP.js} +1 -1
- package/dist/web/assets/{diff-viewer-ktwO5JbX.js → diff-viewer-_MPL-DRu.js} +1 -1
- package/dist/web/assets/{extension-webview-Bx1TlP6q.js → extension-webview-BU1T2a8n.js} +1 -1
- package/dist/web/assets/{git-graph-BIrGMX6e.js → git-graph-Dde-j8cK.js} +1 -1
- package/dist/web/assets/index-BkidPsSC.css +2 -0
- package/dist/web/assets/{index-C6KLr58u.js → index-CyXEMb4g.js} +4 -4
- package/dist/web/assets/keybindings-store-6_p_JT0B.js +1 -0
- package/dist/web/assets/{markdown-renderer-A7J2gdKT.js → markdown-renderer-Djgmbi23.js} +1 -1
- package/dist/web/assets/{postgres-viewer-C9-Acry_.js → postgres-viewer-FCpA6nh4.js} +1 -1
- package/dist/web/assets/{settings-tab-C17exmRv.js → settings-tab-Y37tD1kM.js} +1 -1
- package/dist/web/assets/{sqlite-viewer-Dr5oWCWA.js → sqlite-viewer-Cjl4uXyo.js} +1 -1
- package/dist/web/assets/{terminal-tab-CpyKvyfC.js → terminal-tab-CnYqGghP.js} +1 -1
- package/dist/web/assets/{use-monaco-theme-BjPAik5w.js → use-monaco-theme-DGjkK3eO.js} +1 -1
- package/dist/web/index.html +2 -2
- package/dist/web/monacoeditorwork/css.worker.bundle.js +122 -122
- package/dist/web/monacoeditorwork/editor.worker.bundle.js +78 -78
- package/dist/web/monacoeditorwork/html.worker.bundle.js +110 -110
- package/dist/web/monacoeditorwork/json.worker.bundle.js +108 -108
- package/dist/web/monacoeditorwork/ts.worker.bundle.js +81 -81
- package/dist/web/sw.js +1 -1
- package/docs/project-roadmap.md +3 -3
- package/docs/streaming-input-guide.md +267 -0
- package/package.json +1 -1
- package/snapshot-state.md +1526 -0
- package/src/providers/claude-agent-sdk.ts +16 -11
- package/src/web/components/chat/chat-tab.tsx +1 -0
- package/src/web/components/chat/message-list.tsx +8 -4
- package/src/web/components/layout/mobile-nav.tsx +44 -40
- package/test-session-ops.mjs +444 -0
- package/test-tokens.mjs +212 -0
- package/.claude.bak/agent-memory/tester/MEMORY.md +0 -3
- package/.claude.bak/agent-memory/tester/project-ppm-test-conventions.md +0 -32
- package/dist/web/assets/chat-tab-moB4W7-w.js +0 -8
- package/dist/web/assets/index-DpBKDbIW.css +0 -2
- package/dist/web/assets/keybindings-store-D3Y5c5uS.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(() => {
|
|
2
|
-
// node_modules/monaco-editor/esm/vs/base/common/errors.js
|
|
2
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/errors.js
|
|
3
3
|
var ErrorHandler = class {
|
|
4
4
|
constructor() {
|
|
5
5
|
this.listeners = [];
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
}
|
|
91
91
|
};
|
|
92
92
|
|
|
93
|
-
// node_modules/monaco-editor/esm/vs/base/common/assert.js
|
|
93
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/assert.js
|
|
94
94
|
function assertNever(value, message = "Unreachable") {
|
|
95
95
|
throw new Error(message);
|
|
96
96
|
}
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
return true;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
// node_modules/monaco-editor/esm/vs/base/common/types.js
|
|
123
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/types.js
|
|
124
124
|
function isString(str) {
|
|
125
125
|
return typeof str === "string";
|
|
126
126
|
}
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
return !!obj && typeof obj[Symbol.iterator] === "function";
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
// node_modules/monaco-editor/esm/vs/base/common/iterator.js
|
|
131
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/iterator.js
|
|
132
132
|
var Iterable;
|
|
133
133
|
(function(Iterable2) {
|
|
134
134
|
function is(thing) {
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
Iterable2.asyncToArrayFlat = asyncToArrayFlat;
|
|
301
301
|
})(Iterable || (Iterable = {}));
|
|
302
302
|
|
|
303
|
-
// node_modules/monaco-editor/esm/vs/base/common/lifecycle.js
|
|
303
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/lifecycle.js
|
|
304
304
|
function setParentOfDisposable(child, parent) {
|
|
305
305
|
}
|
|
306
306
|
function dispose(arg) {
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
}
|
|
446
446
|
};
|
|
447
447
|
|
|
448
|
-
// node_modules/monaco-editor/esm/vs/base/common/linkedList.js
|
|
448
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/linkedList.js
|
|
449
449
|
var Node = class _Node {
|
|
450
450
|
static {
|
|
451
451
|
this.Undefined = new _Node(void 0);
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
}
|
|
556
556
|
};
|
|
557
557
|
|
|
558
|
-
// node_modules/monaco-editor/esm/vs/base/common/stopwatch.js
|
|
558
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/stopwatch.js
|
|
559
559
|
var performanceNow = globalThis.performance.now.bind(globalThis.performance);
|
|
560
560
|
var StopWatch = class _StopWatch {
|
|
561
561
|
static create(highResolution) {
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
}
|
|
582
582
|
};
|
|
583
583
|
|
|
584
|
-
// node_modules/monaco-editor/esm/vs/base/common/event.js
|
|
584
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/event.js
|
|
585
585
|
var Event;
|
|
586
586
|
(function(Event2) {
|
|
587
587
|
Event2.None = () => Disposable.None;
|
|
@@ -1270,7 +1270,7 @@
|
|
|
1270
1270
|
}
|
|
1271
1271
|
};
|
|
1272
1272
|
|
|
1273
|
-
// node_modules/monaco-editor/esm/vs/nls.messages.js
|
|
1273
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/nls.messages.js
|
|
1274
1274
|
function getNLSMessages() {
|
|
1275
1275
|
return globalThis._VSCODE_NLS_MESSAGES;
|
|
1276
1276
|
}
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
return globalThis._VSCODE_NLS_LANGUAGE;
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
-
// node_modules/monaco-editor/esm/vs/nls.js
|
|
1281
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/nls.js
|
|
1282
1282
|
var isPseudo = getNLSLanguage() === "pseudo" || typeof document !== "undefined" && document.location && typeof document.location.hash === "string" && document.location.hash.indexOf("pseudo=true") >= 0;
|
|
1283
1283
|
function _format(message, args) {
|
|
1284
1284
|
let result;
|
|
@@ -1319,7 +1319,7 @@
|
|
|
1319
1319
|
return message;
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
1322
|
-
// node_modules/monaco-editor/esm/vs/base/common/platform.js
|
|
1322
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/platform.js
|
|
1323
1323
|
var LANGUAGE_DEFAULT = "en";
|
|
1324
1324
|
var _isWindows = false;
|
|
1325
1325
|
var _isMacintosh = false;
|
|
@@ -1423,7 +1423,7 @@
|
|
|
1423
1423
|
var isEdge = !!(userAgent && userAgent.indexOf("Edg/") >= 0);
|
|
1424
1424
|
var isAndroid = !!(userAgent && userAgent.indexOf("Android") >= 0);
|
|
1425
1425
|
|
|
1426
|
-
// node_modules/monaco-editor/esm/vs/base/common/cache.js
|
|
1426
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/cache.js
|
|
1427
1427
|
function identity(t2) {
|
|
1428
1428
|
return t2;
|
|
1429
1429
|
}
|
|
@@ -1449,7 +1449,7 @@
|
|
|
1449
1449
|
}
|
|
1450
1450
|
};
|
|
1451
1451
|
|
|
1452
|
-
// node_modules/monaco-editor/esm/vs/base/common/lazy.js
|
|
1452
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/lazy.js
|
|
1453
1453
|
var LazyValueState;
|
|
1454
1454
|
(function(LazyValueState2) {
|
|
1455
1455
|
LazyValueState2[LazyValueState2["Uninitialized"] = 0] = "Uninitialized";
|
|
@@ -1493,7 +1493,7 @@
|
|
|
1493
1493
|
}
|
|
1494
1494
|
};
|
|
1495
1495
|
|
|
1496
|
-
// node_modules/monaco-editor/esm/vs/base/common/strings.js
|
|
1496
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/strings.js
|
|
1497
1497
|
function escapeRegExpCharacters(value) {
|
|
1498
1498
|
return value.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g, "\\$&");
|
|
1499
1499
|
}
|
|
@@ -1717,7 +1717,7 @@
|
|
|
1717
1717
|
}
|
|
1718
1718
|
};
|
|
1719
1719
|
|
|
1720
|
-
// node_modules/monaco-editor/esm/vs/base/common/worker/webWorker.js
|
|
1720
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/worker/webWorker.js
|
|
1721
1721
|
var DEFAULT_CHANNEL = "default";
|
|
1722
1722
|
var INITIALIZE = "$initialize";
|
|
1723
1723
|
var RequestMessage = class {
|
|
@@ -1996,7 +1996,7 @@
|
|
|
1996
1996
|
}
|
|
1997
1997
|
};
|
|
1998
1998
|
|
|
1999
|
-
// node_modules/monaco-editor/esm/vs/base/common/worker/webWorkerBootstrap.js
|
|
1999
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/worker/webWorkerBootstrap.js
|
|
2000
2000
|
var initialized = false;
|
|
2001
2001
|
function initialize(factory) {
|
|
2002
2002
|
if (initialized) {
|
|
@@ -2010,7 +2010,7 @@
|
|
|
2010
2010
|
return webWorkerServer;
|
|
2011
2011
|
}
|
|
2012
2012
|
|
|
2013
|
-
// node_modules/monaco-editor/esm/vs/base/common/diff/diffChange.js
|
|
2013
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/diff/diffChange.js
|
|
2014
2014
|
var DiffChange = class {
|
|
2015
2015
|
/**
|
|
2016
2016
|
* Constructs a new DiffChange with the given sequence information
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
}
|
|
2037
2037
|
};
|
|
2038
2038
|
|
|
2039
|
-
// node_modules/monaco-editor/esm/vs/base/common/buffer.js
|
|
2039
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/buffer.js
|
|
2040
2040
|
var hasBuffer = typeof Buffer !== "undefined";
|
|
2041
2041
|
new Lazy(() => new Uint8Array(256));
|
|
2042
2042
|
var textDecoder;
|
|
@@ -2078,7 +2078,7 @@
|
|
|
2078
2078
|
return result;
|
|
2079
2079
|
}
|
|
2080
2080
|
|
|
2081
|
-
// node_modules/monaco-editor/esm/vs/base/common/hash.js
|
|
2081
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/hash.js
|
|
2082
2082
|
function numberHash(val, initialHashVal) {
|
|
2083
2083
|
return (initialHashVal << 5) - initialHashVal + val | 0;
|
|
2084
2084
|
}
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
}
|
|
2269
2269
|
};
|
|
2270
2270
|
|
|
2271
|
-
// node_modules/monaco-editor/esm/vs/base/common/diff/diff.js
|
|
2271
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/diff/diff.js
|
|
2272
2272
|
var StringDiffSequence = class {
|
|
2273
2273
|
constructor(source) {
|
|
2274
2274
|
this.source = source;
|
|
@@ -3005,7 +3005,7 @@
|
|
|
3005
3005
|
}
|
|
3006
3006
|
};
|
|
3007
3007
|
|
|
3008
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/position.js
|
|
3008
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/position.js
|
|
3009
3009
|
var Position = class _Position {
|
|
3010
3010
|
constructor(lineNumber, column) {
|
|
3011
3011
|
this.lineNumber = lineNumber;
|
|
@@ -3134,7 +3134,7 @@
|
|
|
3134
3134
|
}
|
|
3135
3135
|
};
|
|
3136
3136
|
|
|
3137
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/range.js
|
|
3137
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/range.js
|
|
3138
3138
|
var Range = class _Range {
|
|
3139
3139
|
constructor(startLineNumber, startColumn, endLineNumber, endColumn) {
|
|
3140
3140
|
if (startLineNumber > endLineNumber || startLineNumber === endLineNumber && startColumn > endColumn) {
|
|
@@ -3520,7 +3520,7 @@
|
|
|
3520
3520
|
}
|
|
3521
3521
|
};
|
|
3522
3522
|
|
|
3523
|
-
// node_modules/monaco-editor/esm/vs/base/common/uint.js
|
|
3523
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/uint.js
|
|
3524
3524
|
function toUint8(v) {
|
|
3525
3525
|
if (v < 0) {
|
|
3526
3526
|
return 0;
|
|
@@ -3540,7 +3540,7 @@
|
|
|
3540
3540
|
return v | 0;
|
|
3541
3541
|
}
|
|
3542
3542
|
|
|
3543
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.js
|
|
3543
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.js
|
|
3544
3544
|
var CharacterClassifier = class _CharacterClassifier {
|
|
3545
3545
|
constructor(_defaultValue) {
|
|
3546
3546
|
const defaultValue = toUint8(_defaultValue);
|
|
@@ -3574,7 +3574,7 @@
|
|
|
3574
3574
|
}
|
|
3575
3575
|
};
|
|
3576
3576
|
|
|
3577
|
-
// node_modules/monaco-editor/esm/vs/editor/common/languages/linkComputer.js
|
|
3577
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/languages/linkComputer.js
|
|
3578
3578
|
var Uint8Matrix = class {
|
|
3579
3579
|
constructor(rows, cols, defaultValue) {
|
|
3580
3580
|
const data = new Uint8Array(rows * cols);
|
|
@@ -3936,7 +3936,7 @@
|
|
|
3936
3936
|
return LinkComputer.computeLinks(model);
|
|
3937
3937
|
}
|
|
3938
3938
|
|
|
3939
|
-
// node_modules/monaco-editor/esm/vs/editor/common/languages/supports/inplaceReplaceSupport.js
|
|
3939
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/languages/supports/inplaceReplaceSupport.js
|
|
3940
3940
|
var BasicInplaceReplace = class _BasicInplaceReplace {
|
|
3941
3941
|
constructor() {
|
|
3942
3942
|
this._defaultValueSet = [
|
|
@@ -4017,7 +4017,7 @@
|
|
|
4017
4017
|
}
|
|
4018
4018
|
};
|
|
4019
4019
|
|
|
4020
|
-
// node_modules/monaco-editor/esm/vs/base/common/cancellation.js
|
|
4020
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/cancellation.js
|
|
4021
4021
|
var shortcutEvent = Object.freeze(function(callback, context) {
|
|
4022
4022
|
const handle = setTimeout(callback.bind(context), 0);
|
|
4023
4023
|
return { dispose() {
|
|
@@ -4113,7 +4113,7 @@
|
|
|
4113
4113
|
}
|
|
4114
4114
|
};
|
|
4115
4115
|
|
|
4116
|
-
// node_modules/monaco-editor/esm/vs/base/common/keyCodes.js
|
|
4116
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/keyCodes.js
|
|
4117
4117
|
var KeyCodeStrMap = class {
|
|
4118
4118
|
constructor() {
|
|
4119
4119
|
this._keyCodeToStr = [];
|
|
@@ -4448,7 +4448,7 @@
|
|
|
4448
4448
|
return (firstPart | chordPart) >>> 0;
|
|
4449
4449
|
}
|
|
4450
4450
|
|
|
4451
|
-
// node_modules/monaco-editor/esm/vs/base/common/process.js
|
|
4451
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/process.js
|
|
4452
4452
|
var safeProcess;
|
|
4453
4453
|
var vscodeGlobal = globalThis.vscode;
|
|
4454
4454
|
if (typeof vscodeGlobal !== "undefined" && typeof vscodeGlobal.process !== "undefined") {
|
|
@@ -4504,7 +4504,7 @@
|
|
|
4504
4504
|
var env = safeProcess.env;
|
|
4505
4505
|
var platform = safeProcess.platform;
|
|
4506
4506
|
|
|
4507
|
-
// node_modules/monaco-editor/esm/vs/base/common/path.js
|
|
4507
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/path.js
|
|
4508
4508
|
var CHAR_UPPERCASE_A = 65;
|
|
4509
4509
|
var CHAR_LOWERCASE_A = 97;
|
|
4510
4510
|
var CHAR_UPPERCASE_Z = 90;
|
|
@@ -5598,7 +5598,7 @@
|
|
|
5598
5598
|
var extname = platformIsWin32 ? win32.extname : posix.extname;
|
|
5599
5599
|
var sep = platformIsWin32 ? win32.sep : posix.sep;
|
|
5600
5600
|
|
|
5601
|
-
// node_modules/monaco-editor/esm/vs/base/common/uri.js
|
|
5601
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/uri.js
|
|
5602
5602
|
var _schemePattern = /^\w[\w\d+.-]*$/;
|
|
5603
5603
|
var _singleSlashStart = /^\//;
|
|
5604
5604
|
var _doubleSlashStart = /^\/\//;
|
|
@@ -6131,7 +6131,7 @@
|
|
|
6131
6131
|
return str.replace(_rEncodedAsHex, (match) => decodeURIComponentGraceful(match));
|
|
6132
6132
|
}
|
|
6133
6133
|
|
|
6134
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/selection.js
|
|
6134
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/selection.js
|
|
6135
6135
|
var Selection = class _Selection extends Range {
|
|
6136
6136
|
constructor(selectionStartLineNumber, selectionStartColumn, positionLineNumber, positionColumn) {
|
|
6137
6137
|
super(selectionStartLineNumber, selectionStartColumn, positionLineNumber, positionColumn);
|
|
@@ -6257,7 +6257,7 @@
|
|
|
6257
6257
|
}
|
|
6258
6258
|
};
|
|
6259
6259
|
|
|
6260
|
-
// node_modules/monaco-editor/esm/vs/base/common/codiconsUtil.js
|
|
6260
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/codiconsUtil.js
|
|
6261
6261
|
var _codiconFontCharacters = /* @__PURE__ */ Object.create(null);
|
|
6262
6262
|
function register(id, fontCharacter) {
|
|
6263
6263
|
if (isString(fontCharacter)) {
|
|
@@ -6271,7 +6271,7 @@
|
|
|
6271
6271
|
return { id };
|
|
6272
6272
|
}
|
|
6273
6273
|
|
|
6274
|
-
// node_modules/monaco-editor/esm/vs/base/common/codiconsLibrary.js
|
|
6274
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/codiconsLibrary.js
|
|
6275
6275
|
var codiconsLibrary = {
|
|
6276
6276
|
add: register("add", 6e4),
|
|
6277
6277
|
plus: register("plus", 6e4),
|
|
@@ -6904,7 +6904,7 @@
|
|
|
6904
6904
|
terminalGitBash: register("terminal-git-bash", 60529)
|
|
6905
6905
|
};
|
|
6906
6906
|
|
|
6907
|
-
// node_modules/monaco-editor/esm/vs/base/common/codicons.js
|
|
6907
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/codicons.js
|
|
6908
6908
|
var codiconsDerived = {
|
|
6909
6909
|
dialogError: register("dialog-error", "error"),
|
|
6910
6910
|
dialogWarning: register("dialog-warning", "warning"),
|
|
@@ -6941,7 +6941,7 @@
|
|
|
6941
6941
|
...codiconsDerived
|
|
6942
6942
|
};
|
|
6943
6943
|
|
|
6944
|
-
// node_modules/monaco-editor/esm/vs/editor/common/tokenizationRegistry.js
|
|
6944
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/tokenizationRegistry.js
|
|
6945
6945
|
var TokenizationRegistry = class {
|
|
6946
6946
|
constructor() {
|
|
6947
6947
|
this._tokenizationSupports = /* @__PURE__ */ new Map();
|
|
@@ -7058,7 +7058,7 @@
|
|
|
7058
7058
|
}
|
|
7059
7059
|
};
|
|
7060
7060
|
|
|
7061
|
-
// node_modules/monaco-editor/esm/vs/editor/common/languages.js
|
|
7061
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/languages.js
|
|
7062
7062
|
var Token = class {
|
|
7063
7063
|
constructor(offset, type, language) {
|
|
7064
7064
|
this.offset = offset;
|
|
@@ -7726,7 +7726,7 @@
|
|
|
7726
7726
|
})(InlayHintKind || (InlayHintKind = {}));
|
|
7727
7727
|
var TokenizationRegistry2 = new TokenizationRegistry();
|
|
7728
7728
|
|
|
7729
|
-
// node_modules/monaco-editor/esm/vs/editor/common/standalone/standaloneEnums.js
|
|
7729
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/standalone/standaloneEnums.js
|
|
7730
7730
|
var AccessibilitySupport;
|
|
7731
7731
|
(function(AccessibilitySupport2) {
|
|
7732
7732
|
AccessibilitySupport2[AccessibilitySupport2["Unknown"] = 0] = "Unknown";
|
|
@@ -8379,7 +8379,7 @@
|
|
|
8379
8379
|
WrappingIndent2[WrappingIndent2["DeepIndent"] = 3] = "DeepIndent";
|
|
8380
8380
|
})(WrappingIndent || (WrappingIndent = {}));
|
|
8381
8381
|
|
|
8382
|
-
// node_modules/monaco-editor/esm/vs/editor/common/services/editorBaseApi.js
|
|
8382
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/editorBaseApi.js
|
|
8383
8383
|
var KeyMod = class {
|
|
8384
8384
|
static {
|
|
8385
8385
|
this.CtrlCmd = 2048;
|
|
@@ -8418,7 +8418,7 @@
|
|
|
8418
8418
|
};
|
|
8419
8419
|
}
|
|
8420
8420
|
|
|
8421
|
-
// node_modules/monaco-editor/esm/vs/base/common/map.js
|
|
8421
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/map.js
|
|
8422
8422
|
var _a;
|
|
8423
8423
|
var _b;
|
|
8424
8424
|
var _c;
|
|
@@ -8961,10 +8961,10 @@
|
|
|
8961
8961
|
}
|
|
8962
8962
|
};
|
|
8963
8963
|
|
|
8964
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/wordCharacterClassifier.js
|
|
8964
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/wordCharacterClassifier.js
|
|
8965
8965
|
var wordClassifierCache = new LRUCache(10);
|
|
8966
8966
|
|
|
8967
|
-
// node_modules/monaco-editor/esm/vs/editor/common/model.js
|
|
8967
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/model.js
|
|
8968
8968
|
var OverviewRulerLane2;
|
|
8969
8969
|
(function(OverviewRulerLane3) {
|
|
8970
8970
|
OverviewRulerLane3[OverviewRulerLane3["Left"] = 1] = "Left";
|
|
@@ -8991,7 +8991,7 @@
|
|
|
8991
8991
|
InjectedTextCursorStops3[InjectedTextCursorStops3["None"] = 3] = "None";
|
|
8992
8992
|
})(InjectedTextCursorStops2 || (InjectedTextCursorStops2 = {}));
|
|
8993
8993
|
|
|
8994
|
-
// node_modules/monaco-editor/esm/vs/editor/common/model/textModelSearch.js
|
|
8994
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/model/textModelSearch.js
|
|
8995
8995
|
function isMultilineRegexSource(searchString) {
|
|
8996
8996
|
if (!searchString || searchString.length === 0) {
|
|
8997
8997
|
return false;
|
|
@@ -9101,7 +9101,7 @@
|
|
|
9101
9101
|
}
|
|
9102
9102
|
};
|
|
9103
9103
|
|
|
9104
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/wordHelper.js
|
|
9104
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/wordHelper.js
|
|
9105
9105
|
var USUAL_WORD_SEPARATORS = "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?";
|
|
9106
9106
|
function createWordRegExp(allowInWords = "") {
|
|
9107
9107
|
let source = "(-?\\d*\\.\\d\\w*)|([^";
|
|
@@ -9202,7 +9202,7 @@
|
|
|
9202
9202
|
return null;
|
|
9203
9203
|
}
|
|
9204
9204
|
|
|
9205
|
-
// node_modules/monaco-editor/esm/vs/editor/common/services/unicodeTextModelHighlighter.js
|
|
9205
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/unicodeTextModelHighlighter.js
|
|
9206
9206
|
var UnicodeTextModelHighlighter = class {
|
|
9207
9207
|
static computeUnicodeHighlights(model, options, range) {
|
|
9208
9208
|
const startLine = range ? range.startLineNumber : 1;
|
|
@@ -9378,7 +9378,7 @@
|
|
|
9378
9378
|
return character === " " || character === "\n" || character === " ";
|
|
9379
9379
|
}
|
|
9380
9380
|
|
|
9381
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/linesDiffComputer.js
|
|
9381
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/linesDiffComputer.js
|
|
9382
9382
|
var LinesDiff = class {
|
|
9383
9383
|
constructor(changes, moves, hitTimeout) {
|
|
9384
9384
|
this.changes = changes;
|
|
@@ -9393,7 +9393,7 @@
|
|
|
9393
9393
|
}
|
|
9394
9394
|
};
|
|
9395
9395
|
|
|
9396
|
-
// node_modules/monaco-editor/esm/vs/base/common/arrays.js
|
|
9396
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/arrays.js
|
|
9397
9397
|
function equals2(one, other, itemEquals = (a2, b) => a2 === b) {
|
|
9398
9398
|
if (one === other) {
|
|
9399
9399
|
return true;
|
|
@@ -9519,7 +9519,7 @@
|
|
|
9519
9519
|
}
|
|
9520
9520
|
};
|
|
9521
9521
|
|
|
9522
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/ranges/offsetRange.js
|
|
9522
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/ranges/offsetRange.js
|
|
9523
9523
|
var OffsetRange = class _OffsetRange {
|
|
9524
9524
|
static fromTo(start2, endExclusive) {
|
|
9525
9525
|
return new _OffsetRange(start2, endExclusive);
|
|
@@ -9680,7 +9680,7 @@
|
|
|
9680
9680
|
}
|
|
9681
9681
|
};
|
|
9682
9682
|
|
|
9683
|
-
// node_modules/monaco-editor/esm/vs/base/common/arraysFind.js
|
|
9683
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/arraysFind.js
|
|
9684
9684
|
function findLastMonotonous(array, predicate) {
|
|
9685
9685
|
const idx = findLastIdxMonotonous(array, predicate);
|
|
9686
9686
|
return idx === -1 ? void 0 : array[idx];
|
|
@@ -9744,7 +9744,7 @@
|
|
|
9744
9744
|
}
|
|
9745
9745
|
};
|
|
9746
9746
|
|
|
9747
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/ranges/lineRange.js
|
|
9747
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/ranges/lineRange.js
|
|
9748
9748
|
var LineRange = class _LineRange {
|
|
9749
9749
|
static ofLength(startLineNumber, length) {
|
|
9750
9750
|
return new _LineRange(startLineNumber, startLineNumber + length);
|
|
@@ -10021,7 +10021,7 @@
|
|
|
10021
10021
|
}
|
|
10022
10022
|
};
|
|
10023
10023
|
|
|
10024
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/text/textLength.js
|
|
10024
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/text/textLength.js
|
|
10025
10025
|
var TextLength = class _TextLength {
|
|
10026
10026
|
static {
|
|
10027
10027
|
this.zero = new _TextLength(0, 0);
|
|
@@ -10094,7 +10094,7 @@
|
|
|
10094
10094
|
}
|
|
10095
10095
|
};
|
|
10096
10096
|
|
|
10097
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/text/positionToOffsetImpl.js
|
|
10097
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/text/positionToOffsetImpl.js
|
|
10098
10098
|
var PositionOffsetTransformerBase = class {
|
|
10099
10099
|
getOffsetRange(range) {
|
|
10100
10100
|
return new OffsetRange(this.getOffset(range.getStartPosition()), this.getOffset(range.getEndPosition()));
|
|
@@ -10180,7 +10180,7 @@
|
|
|
10180
10180
|
}
|
|
10181
10181
|
};
|
|
10182
10182
|
|
|
10183
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/text/abstractText.js
|
|
10183
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/text/abstractText.js
|
|
10184
10184
|
var AbstractText = class {
|
|
10185
10185
|
constructor() {
|
|
10186
10186
|
this._transformer = void 0;
|
|
@@ -10242,7 +10242,7 @@
|
|
|
10242
10242
|
}
|
|
10243
10243
|
};
|
|
10244
10244
|
|
|
10245
|
-
// node_modules/monaco-editor/esm/vs/editor/common/core/edits/textEdit.js
|
|
10245
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/core/edits/textEdit.js
|
|
10246
10246
|
var TextReplacement = class _TextReplacement {
|
|
10247
10247
|
static joinReplacements(replacements, initialValue) {
|
|
10248
10248
|
if (replacements.length === 0) {
|
|
@@ -10315,7 +10315,7 @@
|
|
|
10315
10315
|
}
|
|
10316
10316
|
};
|
|
10317
10317
|
|
|
10318
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/rangeMapping.js
|
|
10318
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/rangeMapping.js
|
|
10319
10319
|
var LineRangeMapping = class _LineRangeMapping {
|
|
10320
10320
|
static inverse(mapping, originalLineCount, modifiedLineCount) {
|
|
10321
10321
|
const result = [];
|
|
@@ -10497,7 +10497,7 @@
|
|
|
10497
10497
|
return new DetailedLineRangeMapping(originalLineRange, modifiedLineRange, [rangeMapping]);
|
|
10498
10498
|
}
|
|
10499
10499
|
|
|
10500
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/legacyLinesDiffComputer.js
|
|
10500
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/legacyLinesDiffComputer.js
|
|
10501
10501
|
var MINIMUM_MATCHING_CHARACTER_LENGTH = 3;
|
|
10502
10502
|
var LegacyLinesDiffComputer = class {
|
|
10503
10503
|
computeDiff(originalLines, modifiedLines, options) {
|
|
@@ -10916,7 +10916,7 @@
|
|
|
10916
10916
|
};
|
|
10917
10917
|
}
|
|
10918
10918
|
|
|
10919
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js
|
|
10919
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js
|
|
10920
10920
|
var DiffAlgorithmResult = class _DiffAlgorithmResult {
|
|
10921
10921
|
static trivial(seq1, seq2) {
|
|
10922
10922
|
return new _DiffAlgorithmResult([new SequenceDiff(OffsetRange.ofLength(seq1.length), OffsetRange.ofLength(seq2.length))], false);
|
|
@@ -11048,7 +11048,7 @@
|
|
|
11048
11048
|
}
|
|
11049
11049
|
};
|
|
11050
11050
|
|
|
11051
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/utils.js
|
|
11051
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/utils.js
|
|
11052
11052
|
var Array2D = class {
|
|
11053
11053
|
constructor(width, height) {
|
|
11054
11054
|
this.width = width;
|
|
@@ -11108,7 +11108,7 @@
|
|
|
11108
11108
|
}
|
|
11109
11109
|
};
|
|
11110
11110
|
|
|
11111
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js
|
|
11111
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js
|
|
11112
11112
|
var DynamicProgrammingDiffing = class {
|
|
11113
11113
|
compute(sequence1, sequence2, timeout = InfiniteTimeout.instance, equalityScore) {
|
|
11114
11114
|
if (sequence1.length === 0 || sequence2.length === 0) {
|
|
@@ -11184,7 +11184,7 @@
|
|
|
11184
11184
|
}
|
|
11185
11185
|
};
|
|
11186
11186
|
|
|
11187
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/myersDiffAlgorithm.js
|
|
11187
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/myersDiffAlgorithm.js
|
|
11188
11188
|
var MyersDiffAlgorithm = class {
|
|
11189
11189
|
compute(seq1, seq2, timeout = InfiniteTimeout.instance) {
|
|
11190
11190
|
if (seq1.length === 0 || seq2.length === 0) {
|
|
@@ -11313,7 +11313,7 @@
|
|
|
11313
11313
|
}
|
|
11314
11314
|
};
|
|
11315
11315
|
|
|
11316
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/linesSliceCharSequence.js
|
|
11316
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/linesSliceCharSequence.js
|
|
11317
11317
|
var LinesSliceCharSequence = class {
|
|
11318
11318
|
constructor(lines, range, considerWhitespaceChanges) {
|
|
11319
11319
|
this.lines = lines;
|
|
@@ -11516,7 +11516,7 @@
|
|
|
11516
11516
|
}
|
|
11517
11517
|
}
|
|
11518
11518
|
|
|
11519
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js
|
|
11519
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js
|
|
11520
11520
|
function computeMovedLines(changes, originalLines, modifiedLines, hashedOriginalLines, hashedModifiedLines, timeout) {
|
|
11521
11521
|
let { moves, excludedChanges } = computeMovesFromSimpleDeletionsToSimpleInsertions(changes, originalLines, modifiedLines, timeout);
|
|
11522
11522
|
if (!timeout.isValid()) {
|
|
@@ -11742,7 +11742,7 @@
|
|
|
11742
11742
|
return moves;
|
|
11743
11743
|
}
|
|
11744
11744
|
|
|
11745
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations.js
|
|
11745
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations.js
|
|
11746
11746
|
function optimizeSequenceDiffs(sequence1, sequence2, sequenceDiffs) {
|
|
11747
11747
|
let result = sequenceDiffs;
|
|
11748
11748
|
result = joinSequenceDiffsByShifting(sequence1, sequence2, result);
|
|
@@ -12050,7 +12050,7 @@
|
|
|
12050
12050
|
return newDiffs;
|
|
12051
12051
|
}
|
|
12052
12052
|
|
|
12053
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/lineSequence.js
|
|
12053
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/lineSequence.js
|
|
12054
12054
|
var LineSequence2 = class {
|
|
12055
12055
|
constructor(trimmedHash, lines) {
|
|
12056
12056
|
this.trimmedHash = trimmedHash;
|
|
@@ -12082,7 +12082,7 @@
|
|
|
12082
12082
|
return i;
|
|
12083
12083
|
}
|
|
12084
12084
|
|
|
12085
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js
|
|
12085
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js
|
|
12086
12086
|
var DefaultLinesDiffComputer = class {
|
|
12087
12087
|
constructor() {
|
|
12088
12088
|
this.dynamicProgrammingDiffing = new DynamicProgrammingDiffing();
|
|
@@ -12239,13 +12239,13 @@
|
|
|
12239
12239
|
return new LineRangeMapping(new LineRange(sequenceDiff.seq1Range.start + 1, sequenceDiff.seq1Range.endExclusive + 1), new LineRange(sequenceDiff.seq2Range.start + 1, sequenceDiff.seq2Range.endExclusive + 1));
|
|
12240
12240
|
}
|
|
12241
12241
|
|
|
12242
|
-
// node_modules/monaco-editor/esm/vs/editor/common/diff/linesDiffComputers.js
|
|
12242
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/diff/linesDiffComputers.js
|
|
12243
12243
|
var linesDiffComputers = {
|
|
12244
12244
|
getLegacy: () => new LegacyLinesDiffComputer(),
|
|
12245
12245
|
getDefault: () => new DefaultLinesDiffComputer()
|
|
12246
12246
|
};
|
|
12247
12247
|
|
|
12248
|
-
// node_modules/monaco-editor/esm/vs/base/common/color.js
|
|
12248
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/color.js
|
|
12249
12249
|
function roundFloat(number, decimalPoints) {
|
|
12250
12250
|
const decimal = Math.pow(10, decimalPoints);
|
|
12251
12251
|
return Math.round(number * decimal) / decimal;
|
|
@@ -13058,7 +13058,7 @@
|
|
|
13058
13058
|
})(Color3.Format || (Color3.Format = {}));
|
|
13059
13059
|
})(Color || (Color = {}));
|
|
13060
13060
|
|
|
13061
|
-
// node_modules/monaco-editor/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js
|
|
13061
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js
|
|
13062
13062
|
function _parseCaptureGroups(captureGroups) {
|
|
13063
13063
|
const values = [];
|
|
13064
13064
|
for (const captureGroup of captureGroups) {
|
|
@@ -13179,7 +13179,7 @@
|
|
|
13179
13179
|
return computeColors(model);
|
|
13180
13180
|
}
|
|
13181
13181
|
|
|
13182
|
-
// node_modules/monaco-editor/esm/vs/editor/common/services/findSectionHeaders.js
|
|
13182
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/findSectionHeaders.js
|
|
13183
13183
|
var trimDashesRegex = /^-+|-+$/g;
|
|
13184
13184
|
var CHUNK_SIZE = 100;
|
|
13185
13185
|
var MAX_SECTION_LINES = 5;
|
|
@@ -13279,7 +13279,7 @@
|
|
|
13279
13279
|
return { text, hasSeparatorLine };
|
|
13280
13280
|
}
|
|
13281
13281
|
|
|
13282
|
-
// node_modules/monaco-editor/esm/vs/base/common/async.js
|
|
13282
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/base/common/async.js
|
|
13283
13283
|
var runWhenGlobalIdle;
|
|
13284
13284
|
var _runWhenIdle;
|
|
13285
13285
|
(function() {
|
|
@@ -13547,7 +13547,7 @@
|
|
|
13547
13547
|
}
|
|
13548
13548
|
};
|
|
13549
13549
|
|
|
13550
|
-
// node_modules/monaco-editor/esm/vs/editor/common/model/prefixSumComputer.js
|
|
13550
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/model/prefixSumComputer.js
|
|
13551
13551
|
var PrefixSumComputer = class {
|
|
13552
13552
|
constructor(values) {
|
|
13553
13553
|
this.values = values;
|
|
@@ -13683,7 +13683,7 @@
|
|
|
13683
13683
|
}
|
|
13684
13684
|
};
|
|
13685
13685
|
|
|
13686
|
-
// node_modules/monaco-editor/esm/vs/editor/common/model/mirrorTextModel.js
|
|
13686
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/model/mirrorTextModel.js
|
|
13687
13687
|
var MirrorTextModel = class {
|
|
13688
13688
|
constructor(uri, lines, eol, versionId) {
|
|
13689
13689
|
this._uri = uri;
|
|
@@ -13774,7 +13774,7 @@
|
|
|
13774
13774
|
}
|
|
13775
13775
|
};
|
|
13776
13776
|
|
|
13777
|
-
// node_modules/monaco-editor/esm/vs/editor/common/services/textModelSync/textModelSync.impl.js
|
|
13777
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/textModelSync/textModelSync.impl.js
|
|
13778
13778
|
var STOP_SYNC_MODEL_DELTA_TIME_MS = 60 * 1e3;
|
|
13779
13779
|
var WorkerTextModelSyncServer = class {
|
|
13780
13780
|
constructor() {
|
|
@@ -13976,7 +13976,7 @@
|
|
|
13976
13976
|
}
|
|
13977
13977
|
};
|
|
13978
13978
|
|
|
13979
|
-
// node_modules/monaco-editor/esm/vs/editor/common/services/editorWebWorker.js
|
|
13979
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/editorWebWorker.js
|
|
13980
13980
|
var EditorWorker = class _EditorWorker {
|
|
13981
13981
|
constructor(_foreignModule = null) {
|
|
13982
13982
|
this._foreignModule = _foreignModule;
|
|
@@ -14248,7 +14248,7 @@
|
|
|
14248
14248
|
globalThis.monaco = createMonacoBaseAPI();
|
|
14249
14249
|
}
|
|
14250
14250
|
|
|
14251
|
-
// node_modules/monaco-editor/esm/vs/editor/common/services/editorWorkerHost.js
|
|
14251
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/common/services/editorWorkerHost.js
|
|
14252
14252
|
var EditorWorkerHost = class _EditorWorkerHost {
|
|
14253
14253
|
static {
|
|
14254
14254
|
this.CHANNEL_NAME = "editorWorkerHost";
|
|
@@ -14261,7 +14261,7 @@
|
|
|
14261
14261
|
}
|
|
14262
14262
|
};
|
|
14263
14263
|
|
|
14264
|
-
// node_modules/monaco-editor/esm/vs/editor/editor.worker.start.js
|
|
14264
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/editor/editor.worker.start.js
|
|
14265
14265
|
function start(createClient) {
|
|
14266
14266
|
let client;
|
|
14267
14267
|
const webWorkerServer = initialize((workerServer) => {
|
|
@@ -14291,7 +14291,7 @@
|
|
|
14291
14291
|
return client;
|
|
14292
14292
|
}
|
|
14293
14293
|
|
|
14294
|
-
// node_modules/monaco-editor/esm/vs/common/initialize.js
|
|
14294
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/common/initialize.js
|
|
14295
14295
|
var initialized2 = false;
|
|
14296
14296
|
function initialize2(callback) {
|
|
14297
14297
|
initialized2 = true;
|
|
@@ -14302,7 +14302,7 @@
|
|
|
14302
14302
|
};
|
|
14303
14303
|
}
|
|
14304
14304
|
|
|
14305
|
-
// node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/impl/scanner.js
|
|
14305
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/impl/scanner.js
|
|
14306
14306
|
function createScanner(text, ignoreTrivia = false) {
|
|
14307
14307
|
const len = text.length;
|
|
14308
14308
|
let pos = 0, value = "", tokenOffset = 0, token = 16, lineNumber = 0, lineStartOffset = 0, tokenLineStartOffset = 0, prevTokenLineStartOffset = 0, scanError = 0;
|
|
@@ -14723,7 +14723,7 @@
|
|
|
14723
14723
|
CharacterCodes2[CharacterCodes2["tab"] = 9] = "tab";
|
|
14724
14724
|
})(CharacterCodes || (CharacterCodes = {}));
|
|
14725
14725
|
|
|
14726
|
-
// node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/impl/string-intern.js
|
|
14726
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/impl/string-intern.js
|
|
14727
14727
|
var cachedSpaces = new Array(20).fill(0).map((_, index) => {
|
|
14728
14728
|
return " ".repeat(index);
|
|
14729
14729
|
});
|
|
@@ -14754,7 +14754,7 @@
|
|
|
14754
14754
|
};
|
|
14755
14755
|
var supportedEols = ["\n", "\r", "\r\n"];
|
|
14756
14756
|
|
|
14757
|
-
// node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/impl/format.js
|
|
14757
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/impl/format.js
|
|
14758
14758
|
function format(documentText, range, options) {
|
|
14759
14759
|
let initialIndentLevel;
|
|
14760
14760
|
let formatText;
|
|
@@ -14988,7 +14988,7 @@
|
|
|
14988
14988
|
return "\r\n".indexOf(text.charAt(offset)) !== -1;
|
|
14989
14989
|
}
|
|
14990
14990
|
|
|
14991
|
-
// node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/impl/parser.js
|
|
14991
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/impl/parser.js
|
|
14992
14992
|
var ParseOptions;
|
|
14993
14993
|
(function(ParseOptions2) {
|
|
14994
14994
|
ParseOptions2.DEFAULT = {
|
|
@@ -15380,7 +15380,7 @@
|
|
|
15380
15380
|
return true;
|
|
15381
15381
|
}
|
|
15382
15382
|
|
|
15383
|
-
// node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/main.js
|
|
15383
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/jsonc-parser/lib/esm/main.js
|
|
15384
15384
|
var createScanner2 = createScanner;
|
|
15385
15385
|
var ScanError;
|
|
15386
15386
|
(function(ScanError2) {
|
|
@@ -15439,7 +15439,7 @@
|
|
|
15439
15439
|
return format(documentText, range, options);
|
|
15440
15440
|
}
|
|
15441
15441
|
|
|
15442
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/objects.js
|
|
15442
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/objects.js
|
|
15443
15443
|
function equals3(one, other) {
|
|
15444
15444
|
if (one === other) {
|
|
15445
15445
|
return true;
|
|
@@ -15504,7 +15504,7 @@
|
|
|
15504
15504
|
return typeof val === "object" && val !== null && !Array.isArray(val);
|
|
15505
15505
|
}
|
|
15506
15506
|
|
|
15507
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/strings.js
|
|
15507
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/strings.js
|
|
15508
15508
|
function startsWith(haystack, needle) {
|
|
15509
15509
|
if (haystack.length < needle.length) {
|
|
15510
15510
|
return false;
|
|
@@ -15554,7 +15554,7 @@
|
|
|
15554
15554
|
return count;
|
|
15555
15555
|
}
|
|
15556
15556
|
|
|
15557
|
-
// node_modules/monaco-editor/esm/external/vscode-languageserver-types/lib/esm/main.js
|
|
15557
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-languageserver-types/lib/esm/main.js
|
|
15558
15558
|
var DocumentUri;
|
|
15559
15559
|
(function(DocumentUri2) {
|
|
15560
15560
|
function is(value) {
|
|
@@ -16737,7 +16737,7 @@
|
|
|
16737
16737
|
Is2.typedArray = typedArray;
|
|
16738
16738
|
})(Is || (Is = {}));
|
|
16739
16739
|
|
|
16740
|
-
// node_modules/monaco-editor/esm/external/vscode-languageserver-textdocument/lib/esm/main.js
|
|
16740
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-languageserver-textdocument/lib/esm/main.js
|
|
16741
16741
|
var FullTextDocument2 = class _FullTextDocument {
|
|
16742
16742
|
constructor(uri, languageId, version, content) {
|
|
16743
16743
|
this._uri = uri;
|
|
@@ -16947,7 +16947,7 @@
|
|
|
16947
16947
|
return textEdit;
|
|
16948
16948
|
}
|
|
16949
16949
|
|
|
16950
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/jsonLanguageTypes.js
|
|
16950
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/jsonLanguageTypes.js
|
|
16951
16951
|
var ErrorCode;
|
|
16952
16952
|
(function(ErrorCode2) {
|
|
16953
16953
|
ErrorCode2[ErrorCode2["Undefined"] = 0] = "Undefined";
|
|
@@ -16996,7 +16996,7 @@
|
|
|
16996
16996
|
};
|
|
16997
16997
|
})(ClientCapabilities || (ClientCapabilities = {}));
|
|
16998
16998
|
|
|
16999
|
-
// node_modules/monaco-editor/esm/external/@vscode/l10n/dist/browser.js
|
|
16999
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/@vscode/l10n/dist/browser.js
|
|
17000
17000
|
function t(...args) {
|
|
17001
17001
|
const firstArg = args[0];
|
|
17002
17002
|
let key;
|
|
@@ -17037,7 +17037,7 @@
|
|
|
17037
17037
|
return template.replace(_format2Regexp, (match, group) => values[group] ?? match);
|
|
17038
17038
|
}
|
|
17039
17039
|
|
|
17040
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/parser/jsonParser.js
|
|
17040
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/parser/jsonParser.js
|
|
17041
17041
|
var formats = {
|
|
17042
17042
|
"color-hex": { errorMessage: t("Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA."), pattern: /^#([0-9A-Fa-f]{3,4}|([0-9A-Fa-f]{2}){3,4})$/ },
|
|
17043
17043
|
"date-time": { errorMessage: t("String is not a RFC3339 date-time."), pattern: /^(\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\.[0-9]+)?(Z|(\+|-)([01][0-9]|2[0-3]):([0-5][0-9]))$/i },
|
|
@@ -18246,7 +18246,7 @@
|
|
|
18246
18246
|
return new JSONDocument(_root, problems, commentRanges);
|
|
18247
18247
|
}
|
|
18248
18248
|
|
|
18249
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/json.js
|
|
18249
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/json.js
|
|
18250
18250
|
function stringifyObject(obj, indent, stringifyLiteral) {
|
|
18251
18251
|
if (obj !== null && typeof obj === "object") {
|
|
18252
18252
|
const newIndent = indent + " ";
|
|
@@ -18285,7 +18285,7 @@
|
|
|
18285
18285
|
return stringifyLiteral(obj);
|
|
18286
18286
|
}
|
|
18287
18287
|
|
|
18288
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonCompletion.js
|
|
18288
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonCompletion.js
|
|
18289
18289
|
var JSONCompletion = class {
|
|
18290
18290
|
constructor(schemaService, contributions = [], promiseConstructor = Promise, clientCapabilities = {}) {
|
|
18291
18291
|
this.schemaService = schemaService;
|
|
@@ -19201,7 +19201,7 @@
|
|
|
19201
19201
|
}
|
|
19202
19202
|
};
|
|
19203
19203
|
|
|
19204
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonHover.js
|
|
19204
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonHover.js
|
|
19205
19205
|
var JSONHover = class {
|
|
19206
19206
|
constructor(schemaService, contributions = [], promiseConstructor) {
|
|
19207
19207
|
this.schemaService = schemaService;
|
|
@@ -19303,7 +19303,7 @@
|
|
|
19303
19303
|
return content;
|
|
19304
19304
|
}
|
|
19305
19305
|
|
|
19306
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonValidation.js
|
|
19306
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonValidation.js
|
|
19307
19307
|
var JSONValidation = class {
|
|
19308
19308
|
constructor(jsonSchemaService, promiseConstructor) {
|
|
19309
19309
|
this.jsonSchemaService = jsonSchemaService;
|
|
@@ -19448,7 +19448,7 @@
|
|
|
19448
19448
|
return void 0;
|
|
19449
19449
|
}
|
|
19450
19450
|
|
|
19451
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/colors.js
|
|
19451
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/colors.js
|
|
19452
19452
|
var Digit0 = 48;
|
|
19453
19453
|
var Digit9 = 57;
|
|
19454
19454
|
var A = 65;
|
|
@@ -19506,7 +19506,7 @@
|
|
|
19506
19506
|
return void 0;
|
|
19507
19507
|
}
|
|
19508
19508
|
|
|
19509
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonDocumentSymbols.js
|
|
19509
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonDocumentSymbols.js
|
|
19510
19510
|
var JSONDocumentSymbols = class {
|
|
19511
19511
|
constructor(schemaService) {
|
|
19512
19512
|
this.schemaService = schemaService;
|
|
@@ -19758,7 +19758,7 @@
|
|
|
19758
19758
|
return getNodeValue3(node) || t("<empty>");
|
|
19759
19759
|
}
|
|
19760
19760
|
|
|
19761
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/configuration.js
|
|
19761
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/configuration.js
|
|
19762
19762
|
var schemaContributions = {
|
|
19763
19763
|
schemaAssociations: [],
|
|
19764
19764
|
schemas: {
|
|
@@ -20275,7 +20275,7 @@
|
|
|
20275
20275
|
}
|
|
20276
20276
|
}
|
|
20277
20277
|
|
|
20278
|
-
// node_modules/monaco-editor/esm/external/vscode-uri/lib/esm/index.js
|
|
20278
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-uri/lib/esm/index.js
|
|
20279
20279
|
var LIB;
|
|
20280
20280
|
(() => {
|
|
20281
20281
|
var t2 = { 470: (t3) => {
|
|
@@ -20611,7 +20611,7 @@
|
|
|
20611
20611
|
})();
|
|
20612
20612
|
var { URI: URI3, Utils } = LIB;
|
|
20613
20613
|
|
|
20614
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/glob.js
|
|
20614
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/glob.js
|
|
20615
20615
|
function createRegex(glob, opts) {
|
|
20616
20616
|
if (typeof glob !== "string") {
|
|
20617
20617
|
throw new TypeError("Expected a string");
|
|
@@ -20702,7 +20702,7 @@
|
|
|
20702
20702
|
return new RegExp(reStr, flags);
|
|
20703
20703
|
}
|
|
20704
20704
|
|
|
20705
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonSchemaService.js
|
|
20705
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonSchemaService.js
|
|
20706
20706
|
var BANG = "!";
|
|
20707
20707
|
var PATH_SEP = "/";
|
|
20708
20708
|
var FilePatternAssociation = class {
|
|
@@ -21273,7 +21273,7 @@
|
|
|
21273
21273
|
return url;
|
|
21274
21274
|
}
|
|
21275
21275
|
|
|
21276
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonFolding.js
|
|
21276
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonFolding.js
|
|
21277
21277
|
function getFoldingRanges(document2, context) {
|
|
21278
21278
|
const ranges = [];
|
|
21279
21279
|
const nestingLevels = [];
|
|
@@ -21387,7 +21387,7 @@
|
|
|
21387
21387
|
return result;
|
|
21388
21388
|
}
|
|
21389
21389
|
|
|
21390
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonSelectionRanges.js
|
|
21390
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonSelectionRanges.js
|
|
21391
21391
|
function getSelectionRanges(document2, positions, doc) {
|
|
21392
21392
|
function getSelectionRange(position) {
|
|
21393
21393
|
let offset = document2.offsetAt(position);
|
|
@@ -21447,7 +21447,7 @@
|
|
|
21447
21447
|
return positions.map(getSelectionRange);
|
|
21448
21448
|
}
|
|
21449
21449
|
|
|
21450
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/format.js
|
|
21450
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/format.js
|
|
21451
21451
|
function format4(documentToFormat, formattingOptions, formattingRange) {
|
|
21452
21452
|
let range = void 0;
|
|
21453
21453
|
if (formattingRange) {
|
|
@@ -21467,7 +21467,7 @@
|
|
|
21467
21467
|
});
|
|
21468
21468
|
}
|
|
21469
21469
|
|
|
21470
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/propertyTree.js
|
|
21470
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/propertyTree.js
|
|
21471
21471
|
var Container;
|
|
21472
21472
|
(function(Container2) {
|
|
21473
21473
|
Container2[Container2["Object"] = 0] = "Object";
|
|
@@ -21536,7 +21536,7 @@
|
|
|
21536
21536
|
return -m - 1;
|
|
21537
21537
|
}
|
|
21538
21538
|
|
|
21539
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/sort.js
|
|
21539
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/utils/sort.js
|
|
21540
21540
|
function sort(documentToSort, formattingOptions) {
|
|
21541
21541
|
const options = {
|
|
21542
21542
|
...formattingOptions,
|
|
@@ -21798,7 +21798,7 @@
|
|
|
21798
21798
|
}
|
|
21799
21799
|
};
|
|
21800
21800
|
|
|
21801
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonLinks.js
|
|
21801
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/services/jsonLinks.js
|
|
21802
21802
|
function findLinks(document2, doc) {
|
|
21803
21803
|
const links = [];
|
|
21804
21804
|
doc.visit((node) => {
|
|
@@ -21866,7 +21866,7 @@
|
|
|
21866
21866
|
return str.replace(/~1/g, "/").replace(/~0/g, "~");
|
|
21867
21867
|
}
|
|
21868
21868
|
|
|
21869
|
-
// node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/jsonLanguageService.js
|
|
21869
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/external/vscode-json-languageservice/lib/esm/jsonLanguageService.js
|
|
21870
21870
|
function getLanguageService(params) {
|
|
21871
21871
|
const promise = params.promiseConstructor || Promise;
|
|
21872
21872
|
const jsonSchemaService = new JSONSchemaService(params.schemaRequestService, params.workspaceContext, promise);
|
|
@@ -21903,7 +21903,7 @@
|
|
|
21903
21903
|
};
|
|
21904
21904
|
}
|
|
21905
21905
|
|
|
21906
|
-
// node_modules/monaco-editor/esm/vs/language/json/jsonWorker.js
|
|
21906
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/language/json/jsonWorker.js
|
|
21907
21907
|
var defaultSchemaRequestService;
|
|
21908
21908
|
if (typeof fetch !== "undefined") {
|
|
21909
21909
|
defaultSchemaRequestService = function(url) {
|
|
@@ -22086,7 +22086,7 @@
|
|
|
22086
22086
|
return uri.with({ path: normalizePath(parts) }).toString();
|
|
22087
22087
|
}
|
|
22088
22088
|
|
|
22089
|
-
// node_modules/monaco-editor/esm/vs/language/json/json.worker.js
|
|
22089
|
+
// node_modules/.bun/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/language/json/json.worker.js
|
|
22090
22090
|
self.onmessage = () => {
|
|
22091
22091
|
initialize2((ctx, createData) => {
|
|
22092
22092
|
return new JSONWorker(ctx, createData);
|