@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.
- package/.claude.bak/agent-memory/tester/MEMORY.md +3 -0
- package/.claude.bak/agent-memory/tester/project-ppm-test-conventions.md +32 -0
- package/CHANGELOG.md +7 -0
- package/dist/web/assets/{browser-tab-CrkhFCaw.js → browser-tab-CjUzlPYv.js} +1 -1
- package/dist/web/assets/chat-tab-moB4W7-w.js +8 -0
- package/dist/web/assets/{code-editor-CBIPzlP2.js → code-editor-aQQZUc2m.js} +1 -1
- package/dist/web/assets/{database-viewer-BqOJR_zi.js → database-viewer-ChyP1N3c.js} +1 -1
- package/dist/web/assets/{diff-viewer-CcLyp4eY.js → diff-viewer-ktwO5JbX.js} +1 -1
- package/dist/web/assets/{extension-webview-NiZ7Ybvv.js → extension-webview-Bx1TlP6q.js} +1 -1
- package/dist/web/assets/{git-graph-CoTvMrIo.js → git-graph-BIrGMX6e.js} +1 -1
- package/dist/web/assets/{index-C8byznLO.js → index-C6KLr58u.js} +3 -3
- package/dist/web/assets/index-DpBKDbIW.css +2 -0
- package/dist/web/assets/keybindings-store-D3Y5c5uS.js +1 -0
- package/dist/web/assets/{markdown-renderer-DPLdR9xc.js → markdown-renderer-A7J2gdKT.js} +1 -1
- package/dist/web/assets/{postgres-viewer-BeiK4lCa.js → postgres-viewer-C9-Acry_.js} +1 -1
- package/dist/web/assets/{settings-tab-D3AvU4lu.js → settings-tab-C17exmRv.js} +1 -1
- package/dist/web/assets/{sqlite-viewer-nA2sD4Yv.js → sqlite-viewer-Dr5oWCWA.js} +1 -1
- package/dist/web/assets/{terminal-tab-BBi0pEji.js → terminal-tab-CpyKvyfC.js} +1 -1
- package/dist/web/assets/{use-monaco-theme-B5pG2d1w.js → use-monaco-theme-BjPAik5w.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/package.json +1 -1
- package/src/web/components/chat/message-input.tsx +29 -29
- package/src/web/components/chat/usage-badge.tsx +17 -4
- package/dist/web/assets/chat-tab-C6jpiwh7.js +0 -8
- package/dist/web/assets/index-KwC2YrG4.css +0 -2
- package/dist/web/assets/keybindings-store-DPYzBe_M.js +0 -1
- package/docs/streaming-input-guide.md +0 -267
- package/snapshot-state.md +0 -1526
- package/test-session-ops.mjs +0 -444
- package/test-tokens.mjs +0 -212
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(() => {
|
|
2
|
-
// node_modules
|
|
2
|
+
// 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
|
|
93
|
+
// 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
|
|
123
|
+
// 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
|
|
131
|
+
// 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
|
|
303
|
+
// 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
|
|
448
|
+
// 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
|
|
558
|
+
// 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
|
|
584
|
+
// 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
|
|
1273
|
+
// 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
|
|
1281
|
+
// 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
|
|
1322
|
+
// 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
|
|
1426
|
+
// 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
|
|
1452
|
+
// 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
|
|
1496
|
+
// 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
|
|
1720
|
+
// 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
|
|
1999
|
+
// 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
|
|
2013
|
+
// 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
|
|
2039
|
+
// 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
|
|
2081
|
+
// 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
|
|
2271
|
+
// 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
|
|
3008
|
+
// 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
|
|
3137
|
+
// 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
|
|
3523
|
+
// 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
|
|
3543
|
+
// 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
|
|
3577
|
+
// 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
|
|
3939
|
+
// 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
|
|
4020
|
+
// 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
|
|
4116
|
+
// 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
|
|
4451
|
+
// 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
|
|
4507
|
+
// 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
|
|
5601
|
+
// 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
|
|
6134
|
+
// 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
|
|
6260
|
+
// 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
|
|
6274
|
+
// 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
|
|
6907
|
+
// 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
|
|
6944
|
+
// 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
|
|
7061
|
+
// 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
|
|
7729
|
+
// 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
|
|
8382
|
+
// 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
|
|
8421
|
+
// 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
|
|
8964
|
+
// node_modules/monaco-editor/esm/vs/editor/common/core/wordCharacterClassifier.js
|
|
8965
8965
|
var wordClassifierCache = new LRUCache(10);
|
|
8966
8966
|
|
|
8967
|
-
// node_modules
|
|
8967
|
+
// 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
|
|
8994
|
+
// 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
|
|
9104
|
+
// 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
|
|
9205
|
+
// 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
|
|
9381
|
+
// 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
|
|
9396
|
+
// 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
|
|
9522
|
+
// 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
|
|
9683
|
+
// 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
|
|
9747
|
+
// 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
|
|
10024
|
+
// 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
|
|
10097
|
+
// 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
|
|
10183
|
+
// 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
|
|
10245
|
+
// 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
|
|
10318
|
+
// 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
|
|
10500
|
+
// 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
|
|
10919
|
+
// 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
|
|
11051
|
+
// 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
|
|
11111
|
+
// 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
|
|
11187
|
+
// 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
|
|
11316
|
+
// 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
|
|
11519
|
+
// 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
|
|
11745
|
+
// 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
|
|
12053
|
+
// 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
|
|
12085
|
+
// 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
|
|
12242
|
+
// 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
|
|
12248
|
+
// 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
|
|
13061
|
+
// node_modules/monaco-editor/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js
|
|
13062
13062
|
function _parseCaptureGroups(captureGroups) {
|
|
13063
13063
|
const values2 = [];
|
|
13064
13064
|
for (const captureGroup of captureGroups) {
|
|
@@ -13179,7 +13179,7 @@
|
|
|
13179
13179
|
return computeColors(model);
|
|
13180
13180
|
}
|
|
13181
13181
|
|
|
13182
|
-
// node_modules
|
|
13182
|
+
// 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
|
|
13282
|
+
// 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
|
|
13550
|
+
// node_modules/monaco-editor/esm/vs/editor/common/model/prefixSumComputer.js
|
|
13551
13551
|
var PrefixSumComputer = class {
|
|
13552
13552
|
constructor(values2) {
|
|
13553
13553
|
this.values = values2;
|
|
@@ -13683,7 +13683,7 @@
|
|
|
13683
13683
|
}
|
|
13684
13684
|
};
|
|
13685
13685
|
|
|
13686
|
-
// node_modules
|
|
13686
|
+
// 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
|
|
13777
|
+
// 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
|
|
13979
|
+
// 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
|
|
14251
|
+
// 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
|
|
14264
|
+
// 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
|
|
14294
|
+
// 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
|
|
14305
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/cssScanner.js
|
|
14306
14306
|
var TokenType;
|
|
14307
14307
|
(function(TokenType2) {
|
|
14308
14308
|
TokenType2[TokenType2["Ident"] = 0] = "Ident";
|
|
@@ -14857,7 +14857,7 @@
|
|
|
14857
14857
|
}
|
|
14858
14858
|
};
|
|
14859
14859
|
|
|
14860
|
-
// node_modules
|
|
14860
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/utils/strings.js
|
|
14861
14861
|
function startsWith(haystack, needle) {
|
|
14862
14862
|
if (haystack.length < needle.length) {
|
|
14863
14863
|
return false;
|
|
@@ -14932,7 +14932,7 @@
|
|
|
14932
14932
|
return s;
|
|
14933
14933
|
}
|
|
14934
14934
|
|
|
14935
|
-
// node_modules
|
|
14935
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/cssNodes.js
|
|
14936
14936
|
var NodeType;
|
|
14937
14937
|
(function(NodeType2) {
|
|
14938
14938
|
NodeType2[NodeType2["Undefined"] = 0] = "Undefined";
|
|
@@ -16282,7 +16282,7 @@
|
|
|
16282
16282
|
}
|
|
16283
16283
|
};
|
|
16284
16284
|
|
|
16285
|
-
// node_modules
|
|
16285
|
+
// node_modules/monaco-editor/esm/external/@vscode/l10n/dist/browser.js
|
|
16286
16286
|
function t(...args) {
|
|
16287
16287
|
const firstArg = args[0];
|
|
16288
16288
|
let key;
|
|
@@ -16323,7 +16323,7 @@
|
|
|
16323
16323
|
return template.replace(_format2Regexp, (match, group) => values2[group] ?? match);
|
|
16324
16324
|
}
|
|
16325
16325
|
|
|
16326
|
-
// node_modules
|
|
16326
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/cssErrors.js
|
|
16327
16327
|
var CSSIssueType = class {
|
|
16328
16328
|
constructor(id, message) {
|
|
16329
16329
|
this.id = id;
|
|
@@ -16366,7 +16366,7 @@
|
|
|
16366
16366
|
IdentifierOrVariableExpected: new CSSIssueType("css-idorvarexpected", t("identifier or variable expected"))
|
|
16367
16367
|
};
|
|
16368
16368
|
|
|
16369
|
-
// node_modules
|
|
16369
|
+
// node_modules/monaco-editor/esm/external/vscode-languageserver-types/lib/esm/main.js
|
|
16370
16370
|
var DocumentUri;
|
|
16371
16371
|
(function(DocumentUri2) {
|
|
16372
16372
|
function is(value) {
|
|
@@ -17549,7 +17549,7 @@
|
|
|
17549
17549
|
Is2.typedArray = typedArray;
|
|
17550
17550
|
})(Is || (Is = {}));
|
|
17551
17551
|
|
|
17552
|
-
// node_modules
|
|
17552
|
+
// node_modules/monaco-editor/esm/external/vscode-languageserver-textdocument/lib/esm/main.js
|
|
17553
17553
|
var FullTextDocument2 = class _FullTextDocument {
|
|
17554
17554
|
constructor(uri, languageId, version, content) {
|
|
17555
17555
|
this._uri = uri;
|
|
@@ -17759,7 +17759,7 @@
|
|
|
17759
17759
|
return textEdit;
|
|
17760
17760
|
}
|
|
17761
17761
|
|
|
17762
|
-
// node_modules
|
|
17762
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/cssLanguageTypes.js
|
|
17763
17763
|
var ClientCapabilities;
|
|
17764
17764
|
(function(ClientCapabilities2) {
|
|
17765
17765
|
ClientCapabilities2.LATEST = {
|
|
@@ -17783,7 +17783,7 @@
|
|
|
17783
17783
|
FileType2[FileType2["SymbolicLink"] = 64] = "SymbolicLink";
|
|
17784
17784
|
})(FileType || (FileType = {}));
|
|
17785
17785
|
|
|
17786
|
-
// node_modules
|
|
17786
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/languageFacts/colors.js
|
|
17787
17787
|
var hexColorRegExp = /(^#([0-9A-F]{3}){1,2}$)|(^#([0-9A-F]{4}){1,2}$)/i;
|
|
17788
17788
|
var colorFunctions = [
|
|
17789
17789
|
{
|
|
@@ -18327,7 +18327,7 @@
|
|
|
18327
18327
|
return null;
|
|
18328
18328
|
}
|
|
18329
18329
|
|
|
18330
|
-
// node_modules
|
|
18330
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/languageFacts/builtinData.js
|
|
18331
18331
|
var positionKeywords = {
|
|
18332
18332
|
"bottom": "Computes to \u2018100%\u2019 for the vertical position if one or two values are given, otherwise specifies the bottom edge as the origin for the next offset.",
|
|
18333
18333
|
"center": "Computes to \u201850%\u2019 (\u2018left 50%\u2019) for the horizontal position if the horizontal position is not otherwise specified, or \u201850%\u2019 (\u2018top 50%\u2019) for the vertical position if it is.",
|
|
@@ -18650,7 +18650,7 @@
|
|
|
18650
18650
|
"@top-right-corner"
|
|
18651
18651
|
];
|
|
18652
18652
|
|
|
18653
|
-
// node_modules
|
|
18653
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/utils/objects.js
|
|
18654
18654
|
function values(obj) {
|
|
18655
18655
|
return Object.keys(obj).map((key) => obj[key]);
|
|
18656
18656
|
}
|
|
@@ -18658,7 +18658,7 @@
|
|
|
18658
18658
|
return typeof obj !== "undefined";
|
|
18659
18659
|
}
|
|
18660
18660
|
|
|
18661
|
-
// node_modules
|
|
18661
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/cssParser.js
|
|
18662
18662
|
var Parser = class {
|
|
18663
18663
|
constructor(scnr = new Scanner()) {
|
|
18664
18664
|
this.keyframeRegex = /^@(\-(webkit|ms|moz|o)\-)?keyframes$/i;
|
|
@@ -20252,7 +20252,7 @@
|
|
|
20252
20252
|
}
|
|
20253
20253
|
};
|
|
20254
20254
|
|
|
20255
|
-
// node_modules
|
|
20255
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/utils/arrays.js
|
|
20256
20256
|
function findFirst(array, p) {
|
|
20257
20257
|
let low = 0, high = array.length;
|
|
20258
20258
|
if (high === 0) {
|
|
@@ -20283,7 +20283,7 @@
|
|
|
20283
20283
|
return result;
|
|
20284
20284
|
}
|
|
20285
20285
|
|
|
20286
|
-
// node_modules
|
|
20286
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/cssSymbolScope.js
|
|
20287
20287
|
var Scope = class {
|
|
20288
20288
|
constructor(offset, length) {
|
|
20289
20289
|
this.offset = offset;
|
|
@@ -20582,7 +20582,7 @@
|
|
|
20582
20582
|
}
|
|
20583
20583
|
};
|
|
20584
20584
|
|
|
20585
|
-
// node_modules
|
|
20585
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/languageFacts/entry.js
|
|
20586
20586
|
var browserNames = {
|
|
20587
20587
|
E: "Edge",
|
|
20588
20588
|
FF: "Firefox",
|
|
@@ -20711,7 +20711,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20711
20711
|
}).join(", ");
|
|
20712
20712
|
}
|
|
20713
20713
|
|
|
20714
|
-
// node_modules
|
|
20714
|
+
// node_modules/monaco-editor/esm/external/vscode-uri/lib/esm/index.js
|
|
20715
20715
|
var LIB;
|
|
20716
20716
|
(() => {
|
|
20717
20717
|
var t2 = { 470: (t3) => {
|
|
@@ -21047,7 +21047,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
21047
21047
|
})();
|
|
21048
21048
|
var { URI: URI3, Utils } = LIB;
|
|
21049
21049
|
|
|
21050
|
-
// node_modules
|
|
21050
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/utils/resources.js
|
|
21051
21051
|
function dirname2(uriString) {
|
|
21052
21052
|
return Utils.dirname(URI3.parse(uriString)).toString(true);
|
|
21053
21053
|
}
|
|
@@ -21055,7 +21055,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
21055
21055
|
return Utils.joinPath(URI3.parse(uriString), ...paths).toString(true);
|
|
21056
21056
|
}
|
|
21057
21057
|
|
|
21058
|
-
// node_modules
|
|
21058
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/pathCompletion.js
|
|
21059
21059
|
var PathCompletionParticipant = class {
|
|
21060
21060
|
constructor(readDirectory) {
|
|
21061
21061
|
this.readDirectory = readDirectory;
|
|
@@ -21191,7 +21191,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
21191
21191
|
return Range2.create(start2, end);
|
|
21192
21192
|
}
|
|
21193
21193
|
|
|
21194
|
-
// node_modules
|
|
21194
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/cssCompletion.js
|
|
21195
21195
|
var SnippetFormat = InsertTextFormat.Snippet;
|
|
21196
21196
|
var retriggerCommand = {
|
|
21197
21197
|
title: "Suggest",
|
|
@@ -22192,7 +22192,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
22192
22192
|
return text.substring(i + 1, offset);
|
|
22193
22193
|
}
|
|
22194
22194
|
|
|
22195
|
-
// node_modules
|
|
22195
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/selectorPrinting.js
|
|
22196
22196
|
var Element = class _Element {
|
|
22197
22197
|
constructor() {
|
|
22198
22198
|
this.parent = null;
|
|
@@ -22704,7 +22704,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
22704
22704
|
return root;
|
|
22705
22705
|
}
|
|
22706
22706
|
|
|
22707
|
-
// node_modules
|
|
22707
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/cssHover.js
|
|
22708
22708
|
var CSSHover = class {
|
|
22709
22709
|
constructor(clientCapabilities, cssDataManager) {
|
|
22710
22710
|
this.clientCapabilities = clientCapabilities;
|
|
@@ -22834,7 +22834,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
22834
22834
|
}
|
|
22835
22835
|
};
|
|
22836
22836
|
|
|
22837
|
-
// node_modules
|
|
22837
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/cssNavigation.js
|
|
22838
22838
|
var startsWithSchemeRegex = /^\w+:\/\//;
|
|
22839
22839
|
var startsWithData = /^data:/;
|
|
22840
22840
|
var CSSNavigation = class {
|
|
@@ -23264,7 +23264,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
23264
23264
|
return path.substring(0, firstSlash);
|
|
23265
23265
|
}
|
|
23266
23266
|
|
|
23267
|
-
// node_modules
|
|
23267
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/lintRules.js
|
|
23268
23268
|
var Warning = Level.Warning;
|
|
23269
23269
|
var Error2 = Level.Error;
|
|
23270
23270
|
var Ignore = Level.Ignore;
|
|
@@ -23335,7 +23335,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
23335
23335
|
return null;
|
|
23336
23336
|
}
|
|
23337
23337
|
|
|
23338
|
-
// node_modules
|
|
23338
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/cssCodeActions.js
|
|
23339
23339
|
var CSSCodeActions = class {
|
|
23340
23340
|
constructor(cssDataManager) {
|
|
23341
23341
|
this.cssDataManager = cssDataManager;
|
|
@@ -23402,7 +23402,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
23402
23402
|
}
|
|
23403
23403
|
};
|
|
23404
23404
|
|
|
23405
|
-
// node_modules
|
|
23405
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/lintUtil.js
|
|
23406
23406
|
var Element2 = class {
|
|
23407
23407
|
constructor(decl) {
|
|
23408
23408
|
this.fullPropertyName = decl.getFullPropertyName().toLowerCase();
|
|
@@ -23577,7 +23577,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
23577
23577
|
return model;
|
|
23578
23578
|
}
|
|
23579
23579
|
|
|
23580
|
-
// node_modules
|
|
23580
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/lint.js
|
|
23581
23581
|
var NodesByRootMap = class {
|
|
23582
23582
|
constructor() {
|
|
23583
23583
|
this.data = {};
|
|
@@ -24081,7 +24081,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
24081
24081
|
// '-xv-', '-atsc-', '-wap-', '-khtml-', 'mso-', 'prince-', '-ah-', '-hp-', '-ro-', '-rim-', '-tc-' // Quite un-common
|
|
24082
24082
|
];
|
|
24083
24083
|
|
|
24084
|
-
// node_modules
|
|
24084
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/cssValidation.js
|
|
24085
24085
|
var CSSValidation = class {
|
|
24086
24086
|
constructor(cssDataManager) {
|
|
24087
24087
|
this.cssDataManager = cssDataManager;
|
|
@@ -24115,7 +24115,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
24115
24115
|
}
|
|
24116
24116
|
};
|
|
24117
24117
|
|
|
24118
|
-
// node_modules
|
|
24118
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/scssScanner.js
|
|
24119
24119
|
var _FSL2 = "/".charCodeAt(0);
|
|
24120
24120
|
var _NWL2 = "\n".charCodeAt(0);
|
|
24121
24121
|
var _CAR2 = "\r".charCodeAt(0);
|
|
@@ -24196,7 +24196,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
24196
24196
|
}
|
|
24197
24197
|
};
|
|
24198
24198
|
|
|
24199
|
-
// node_modules
|
|
24199
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/scssErrors.js
|
|
24200
24200
|
var SCSSIssueType = class {
|
|
24201
24201
|
constructor(id, message) {
|
|
24202
24202
|
this.id = id;
|
|
@@ -24209,7 +24209,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
24209
24209
|
InExpected: new SCSSIssueType("scss-fromexpected", t("'in' expected"))
|
|
24210
24210
|
};
|
|
24211
24211
|
|
|
24212
|
-
// node_modules
|
|
24212
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/scssParser.js
|
|
24213
24213
|
var SCSSParser = class extends Parser {
|
|
24214
24214
|
constructor() {
|
|
24215
24215
|
super(new SCSSScanner());
|
|
@@ -24933,7 +24933,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
24933
24933
|
}
|
|
24934
24934
|
};
|
|
24935
24935
|
|
|
24936
|
-
// node_modules
|
|
24936
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/scssCompletion.js
|
|
24937
24937
|
var sassDocumentationName = t("Sass documentation");
|
|
24938
24938
|
var SCSSCompletion = class _SCSSCompletion extends CSSCompletion {
|
|
24939
24939
|
constructor(lsServiceOptions, cssDataManager) {
|
|
@@ -25271,7 +25271,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
25271
25271
|
});
|
|
25272
25272
|
}
|
|
25273
25273
|
|
|
25274
|
-
// node_modules
|
|
25274
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/lessScanner.js
|
|
25275
25275
|
var _FSL3 = "/".charCodeAt(0);
|
|
25276
25276
|
var _NWL3 = "\n".charCodeAt(0);
|
|
25277
25277
|
var _CAR3 = "\r".charCodeAt(0);
|
|
@@ -25324,7 +25324,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
25324
25324
|
}
|
|
25325
25325
|
};
|
|
25326
25326
|
|
|
25327
|
-
// node_modules
|
|
25327
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/parser/lessParser.js
|
|
25328
25328
|
var LESSParser = class extends Parser {
|
|
25329
25329
|
constructor() {
|
|
25330
25330
|
super(new LESSScanner());
|
|
@@ -25965,7 +25965,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
25965
25965
|
}
|
|
25966
25966
|
};
|
|
25967
25967
|
|
|
25968
|
-
// node_modules
|
|
25968
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/lessCompletion.js
|
|
25969
25969
|
var LESSCompletion = class _LESSCompletion extends CSSCompletion {
|
|
25970
25970
|
constructor(lsOptions, cssDataManager) {
|
|
25971
25971
|
super("@", lsOptions, cssDataManager);
|
|
@@ -26336,7 +26336,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
26336
26336
|
}
|
|
26337
26337
|
];
|
|
26338
26338
|
|
|
26339
|
-
// node_modules
|
|
26339
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/cssFolding.js
|
|
26340
26340
|
function getFoldingRanges(document2, context) {
|
|
26341
26341
|
const ranges = computeFoldingRanges(document2);
|
|
26342
26342
|
return limitFoldingRanges(ranges, context);
|
|
@@ -26499,7 +26499,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
26499
26499
|
}
|
|
26500
26500
|
}
|
|
26501
26501
|
|
|
26502
|
-
// node_modules
|
|
26502
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/beautify/beautify-css.js
|
|
26503
26503
|
var legacy_beautify_css;
|
|
26504
26504
|
(function() {
|
|
26505
26505
|
var __webpack_modules__ = [
|
|
@@ -27582,7 +27582,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
27582
27582
|
})();
|
|
27583
27583
|
var css_beautify = legacy_beautify_css;
|
|
27584
27584
|
|
|
27585
|
-
// node_modules
|
|
27585
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/cssFormatter.js
|
|
27586
27586
|
function format2(document2, range, options) {
|
|
27587
27587
|
let value = document2.getText();
|
|
27588
27588
|
let includesEnd = true;
|
|
@@ -27705,7 +27705,7 @@ ${trimLeft(value)}`;
|
|
|
27705
27705
|
return " ".indexOf(text.charAt(offset)) !== -1;
|
|
27706
27706
|
}
|
|
27707
27707
|
|
|
27708
|
-
// node_modules
|
|
27708
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/data/webCustomData.js
|
|
27709
27709
|
var cssData = {
|
|
27710
27710
|
"version": 1.1,
|
|
27711
27711
|
"properties": [
|
|
@@ -53783,7 +53783,7 @@ ${trimLeft(value)}`;
|
|
|
53783
53783
|
]
|
|
53784
53784
|
};
|
|
53785
53785
|
|
|
53786
|
-
// node_modules
|
|
53786
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/languageFacts/dataProvider.js
|
|
53787
53787
|
var CSSDataProvider = class {
|
|
53788
53788
|
/**
|
|
53789
53789
|
* Currently, unversioned data uses the V1 implementation
|
|
@@ -53853,7 +53853,7 @@ ${trimLeft(value)}`;
|
|
|
53853
53853
|
return typeof d.name === "string";
|
|
53854
53854
|
}
|
|
53855
53855
|
|
|
53856
|
-
// node_modules
|
|
53856
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/languageFacts/dataManager.js
|
|
53857
53857
|
var CSSDataManager = class {
|
|
53858
53858
|
constructor(options) {
|
|
53859
53859
|
this.dataProviders = [];
|
|
@@ -53942,7 +53942,7 @@ ${trimLeft(value)}`;
|
|
|
53942
53942
|
}
|
|
53943
53943
|
};
|
|
53944
53944
|
|
|
53945
|
-
// node_modules
|
|
53945
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/cssSelectionRange.js
|
|
53946
53946
|
function getSelectionRanges(document2, positions, stylesheet) {
|
|
53947
53947
|
function getSelectionRange(position) {
|
|
53948
53948
|
const applicableRanges = getApplicableRanges(position);
|
|
@@ -53980,7 +53980,7 @@ ${trimLeft(value)}`;
|
|
|
53980
53980
|
}
|
|
53981
53981
|
}
|
|
53982
53982
|
|
|
53983
|
-
// node_modules
|
|
53983
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/services/scssNavigation.js
|
|
53984
53984
|
var SCSSNavigation = class extends CSSNavigation {
|
|
53985
53985
|
constructor(fileSystemProvider) {
|
|
53986
53986
|
super(fileSystemProvider, true);
|
|
@@ -54028,7 +54028,7 @@ ${trimLeft(value)}`;
|
|
|
54028
54028
|
];
|
|
54029
54029
|
}
|
|
54030
54030
|
|
|
54031
|
-
// node_modules
|
|
54031
|
+
// node_modules/monaco-editor/esm/external/vscode-css-languageservice/lib/esm/cssLanguageService.js
|
|
54032
54032
|
function newCSSDataProvider(data) {
|
|
54033
54033
|
return new CSSDataProvider(data);
|
|
54034
54034
|
}
|
|
@@ -54079,7 +54079,7 @@ ${trimLeft(value)}`;
|
|
|
54079
54079
|
return createFacade(new LESSParser(), new LESSCompletion(options, cssDataManager), new CSSHover(options && options.clientCapabilities, cssDataManager), new CSSNavigation(options && options.fileSystemProvider, true), new CSSCodeActions(cssDataManager), new CSSValidation(cssDataManager), cssDataManager);
|
|
54080
54080
|
}
|
|
54081
54081
|
|
|
54082
|
-
// node_modules
|
|
54082
|
+
// node_modules/monaco-editor/esm/vs/language/css/cssWorker.js
|
|
54083
54083
|
var CSSWorker = class {
|
|
54084
54084
|
constructor(ctx, createData) {
|
|
54085
54085
|
this._ctx = ctx;
|
|
@@ -54259,7 +54259,7 @@ ${trimLeft(value)}`;
|
|
|
54259
54259
|
}
|
|
54260
54260
|
};
|
|
54261
54261
|
|
|
54262
|
-
// node_modules
|
|
54262
|
+
// node_modules/monaco-editor/esm/vs/language/css/css.worker.js
|
|
54263
54263
|
self.onmessage = () => {
|
|
54264
54264
|
initialize2((ctx, createData) => {
|
|
54265
54265
|
return new CSSWorker(ctx, createData);
|