agentlang 0.2.5 → 0.3.0
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/README.md +46 -16
- package/out/extension/main.cjs +85 -63
- package/out/extension/main.cjs.map +3 -3
- package/out/language/main.cjs +43 -43
- package/out/language/main.cjs.map +1 -1
- package/out/runtime/modules/ai.d.ts.map +1 -1
- package/out/runtime/modules/ai.js +7 -2
- package/out/runtime/modules/ai.js.map +1 -1
- package/package.json +23 -43
- package/src/runtime/modules/ai.ts +6 -2
- package/out/setupClassic.d.ts +0 -98
- package/out/setupClassic.d.ts.map +0 -1
- package/out/setupClassic.js +0 -38
- package/out/setupClassic.js.map +0 -1
- package/out/setupCommon.d.ts +0 -2
- package/out/setupCommon.d.ts.map +0 -1
- package/out/setupCommon.js +0 -33
- package/out/setupCommon.js.map +0 -1
- package/out/setupExtended.d.ts +0 -40
- package/out/setupExtended.d.ts.map +0 -1
- package/out/setupExtended.js +0 -67
- package/out/setupExtended.js.map +0 -1
- package/src/setupClassic.ts +0 -43
- package/src/setupCommon.ts +0 -33
- package/src/setupExtended.ts +0 -79
package/out/language/main.cjs
CHANGED
|
@@ -3086,7 +3086,7 @@ var require_ril = __commonJS({
|
|
|
3086
3086
|
var require_main = __commonJS({
|
|
3087
3087
|
"node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/node/main.js"(exports2) {
|
|
3088
3088
|
"use strict";
|
|
3089
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
3089
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
3090
3090
|
if (k2 === void 0) k2 = k;
|
|
3091
3091
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
3092
3092
|
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
@@ -3095,10 +3095,10 @@ var require_main = __commonJS({
|
|
|
3095
3095
|
} };
|
|
3096
3096
|
}
|
|
3097
3097
|
Object.defineProperty(o, k2, desc);
|
|
3098
|
-
} : function(o, m, k, k2) {
|
|
3098
|
+
}) : (function(o, m, k, k2) {
|
|
3099
3099
|
if (k2 === void 0) k2 = k;
|
|
3100
3100
|
o[k2] = m[k];
|
|
3101
|
-
});
|
|
3101
|
+
}));
|
|
3102
3102
|
var __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
3103
3103
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p)) __createBinding(exports3, m, p);
|
|
3104
3104
|
};
|
|
@@ -3781,7 +3781,7 @@ var require_main2 = __commonJS({
|
|
|
3781
3781
|
})(WorkspaceEdit2 || (exports3.WorkspaceEdit = WorkspaceEdit2 = {}));
|
|
3782
3782
|
var TextEditChangeImpl = (
|
|
3783
3783
|
/** @class */
|
|
3784
|
-
function() {
|
|
3784
|
+
(function() {
|
|
3785
3785
|
function TextEditChangeImpl2(edits, changeAnnotations) {
|
|
3786
3786
|
this.edits = edits;
|
|
3787
3787
|
this.changeAnnotations = changeAnnotations;
|
|
@@ -3855,11 +3855,11 @@ var require_main2 = __commonJS({
|
|
|
3855
3855
|
}
|
|
3856
3856
|
};
|
|
3857
3857
|
return TextEditChangeImpl2;
|
|
3858
|
-
}()
|
|
3858
|
+
})()
|
|
3859
3859
|
);
|
|
3860
3860
|
var ChangeAnnotations = (
|
|
3861
3861
|
/** @class */
|
|
3862
|
-
function() {
|
|
3862
|
+
(function() {
|
|
3863
3863
|
function ChangeAnnotations2(annotations) {
|
|
3864
3864
|
this._annotations = annotations === void 0 ? /* @__PURE__ */ Object.create(null) : annotations;
|
|
3865
3865
|
this._counter = 0;
|
|
@@ -3898,11 +3898,11 @@ var require_main2 = __commonJS({
|
|
|
3898
3898
|
return this._counter.toString();
|
|
3899
3899
|
};
|
|
3900
3900
|
return ChangeAnnotations2;
|
|
3901
|
-
}()
|
|
3901
|
+
})()
|
|
3902
3902
|
);
|
|
3903
3903
|
var WorkspaceChange = (
|
|
3904
3904
|
/** @class */
|
|
3905
|
-
function() {
|
|
3905
|
+
(function() {
|
|
3906
3906
|
function WorkspaceChange2(workspaceEdit) {
|
|
3907
3907
|
var _this = this;
|
|
3908
3908
|
this._textEditChanges = /* @__PURE__ */ Object.create(null);
|
|
@@ -4065,7 +4065,7 @@ var require_main2 = __commonJS({
|
|
|
4065
4065
|
}
|
|
4066
4066
|
};
|
|
4067
4067
|
return WorkspaceChange2;
|
|
4068
|
-
}()
|
|
4068
|
+
})()
|
|
4069
4069
|
);
|
|
4070
4070
|
exports3.WorkspaceChange = WorkspaceChange;
|
|
4071
4071
|
var TextDocumentIdentifier2;
|
|
@@ -4711,7 +4711,7 @@ var require_main2 = __commonJS({
|
|
|
4711
4711
|
})(TextDocument3 || (exports3.TextDocument = TextDocument3 = {}));
|
|
4712
4712
|
var FullTextDocument3 = (
|
|
4713
4713
|
/** @class */
|
|
4714
|
-
function() {
|
|
4714
|
+
(function() {
|
|
4715
4715
|
function FullTextDocument4(uri, languageId, version, content) {
|
|
4716
4716
|
this._uri = uri;
|
|
4717
4717
|
this._languageId = languageId;
|
|
@@ -4813,7 +4813,7 @@ var require_main2 = __commonJS({
|
|
|
4813
4813
|
configurable: true
|
|
4814
4814
|
});
|
|
4815
4815
|
return FullTextDocument4;
|
|
4816
|
-
}()
|
|
4816
|
+
})()
|
|
4817
4817
|
);
|
|
4818
4818
|
var Is2;
|
|
4819
4819
|
(function(Is3) {
|
|
@@ -6307,7 +6307,7 @@ var require_connection2 = __commonJS({
|
|
|
6307
6307
|
var require_api2 = __commonJS({
|
|
6308
6308
|
"node_modules/.pnpm/vscode-languageserver-protocol@3.17.5/node_modules/vscode-languageserver-protocol/lib/common/api.js"(exports2) {
|
|
6309
6309
|
"use strict";
|
|
6310
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6310
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
6311
6311
|
if (k2 === void 0) k2 = k;
|
|
6312
6312
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6313
6313
|
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
@@ -6316,10 +6316,10 @@ var require_api2 = __commonJS({
|
|
|
6316
6316
|
} };
|
|
6317
6317
|
}
|
|
6318
6318
|
Object.defineProperty(o, k2, desc);
|
|
6319
|
-
} : function(o, m, k, k2) {
|
|
6319
|
+
}) : (function(o, m, k, k2) {
|
|
6320
6320
|
if (k2 === void 0) k2 = k;
|
|
6321
6321
|
o[k2] = m[k];
|
|
6322
|
-
});
|
|
6322
|
+
}));
|
|
6323
6323
|
var __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
6324
6324
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p)) __createBinding(exports3, m, p);
|
|
6325
6325
|
};
|
|
@@ -6349,7 +6349,7 @@ var require_api2 = __commonJS({
|
|
|
6349
6349
|
var require_main3 = __commonJS({
|
|
6350
6350
|
"node_modules/.pnpm/vscode-languageserver-protocol@3.17.5/node_modules/vscode-languageserver-protocol/lib/node/main.js"(exports2) {
|
|
6351
6351
|
"use strict";
|
|
6352
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
6352
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
6353
6353
|
if (k2 === void 0) k2 = k;
|
|
6354
6354
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6355
6355
|
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
@@ -6358,10 +6358,10 @@ var require_main3 = __commonJS({
|
|
|
6358
6358
|
} };
|
|
6359
6359
|
}
|
|
6360
6360
|
Object.defineProperty(o, k2, desc);
|
|
6361
|
-
} : function(o, m, k, k2) {
|
|
6361
|
+
}) : (function(o, m, k, k2) {
|
|
6362
6362
|
if (k2 === void 0) k2 = k;
|
|
6363
6363
|
o[k2] = m[k];
|
|
6364
|
-
});
|
|
6364
|
+
}));
|
|
6365
6365
|
var __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
6366
6366
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p)) __createBinding(exports3, m, p);
|
|
6367
6367
|
};
|
|
@@ -8596,7 +8596,7 @@ var require_inlineCompletion_proposed = __commonJS({
|
|
|
8596
8596
|
var require_api3 = __commonJS({
|
|
8597
8597
|
"node_modules/.pnpm/vscode-languageserver@9.0.1/node_modules/vscode-languageserver/lib/common/api.js"(exports2) {
|
|
8598
8598
|
"use strict";
|
|
8599
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
8599
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
8600
8600
|
if (k2 === void 0) k2 = k;
|
|
8601
8601
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8602
8602
|
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
@@ -8605,10 +8605,10 @@ var require_api3 = __commonJS({
|
|
|
8605
8605
|
} };
|
|
8606
8606
|
}
|
|
8607
8607
|
Object.defineProperty(o, k2, desc);
|
|
8608
|
-
} : function(o, m, k, k2) {
|
|
8608
|
+
}) : (function(o, m, k, k2) {
|
|
8609
8609
|
if (k2 === void 0) k2 = k;
|
|
8610
8610
|
o[k2] = m[k];
|
|
8611
|
-
});
|
|
8611
|
+
}));
|
|
8612
8612
|
var __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
8613
8613
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p)) __createBinding(exports3, m, p);
|
|
8614
8614
|
};
|
|
@@ -8643,7 +8643,7 @@ var require_api3 = __commonJS({
|
|
|
8643
8643
|
var require_main4 = __commonJS({
|
|
8644
8644
|
"node_modules/.pnpm/vscode-languageserver@9.0.1/node_modules/vscode-languageserver/lib/node/main.js"(exports2) {
|
|
8645
8645
|
"use strict";
|
|
8646
|
-
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
8646
|
+
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
|
|
8647
8647
|
if (k2 === void 0) k2 = k;
|
|
8648
8648
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8649
8649
|
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
@@ -8652,10 +8652,10 @@ var require_main4 = __commonJS({
|
|
|
8652
8652
|
} };
|
|
8653
8653
|
}
|
|
8654
8654
|
Object.defineProperty(o, k2, desc);
|
|
8655
|
-
} : function(o, m, k, k2) {
|
|
8655
|
+
}) : (function(o, m, k, k2) {
|
|
8656
8656
|
if (k2 === void 0) k2 = k;
|
|
8657
8657
|
o[k2] = m[k];
|
|
8658
|
-
});
|
|
8658
|
+
}));
|
|
8659
8659
|
var __exportStar = exports2 && exports2.__exportStar || function(m, exports3) {
|
|
8660
8660
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p)) __createBinding(exports3, m, p);
|
|
8661
8661
|
};
|
|
@@ -13059,10 +13059,10 @@ var LIB;
|
|
|
13059
13059
|
return -1 === r3 || -1 === i || 0 === s || 1 === s && r3 === i - 1 && r3 === n3 + 1 ? "" : t3.slice(r3, i);
|
|
13060
13060
|
}, format: function(t3) {
|
|
13061
13061
|
if (null === t3 || "object" != typeof t3) throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof t3);
|
|
13062
|
-
return function(t4, e3) {
|
|
13062
|
+
return (function(t4, e3) {
|
|
13063
13063
|
var r3 = e3.dir || e3.root, n3 = e3.base || (e3.name || "") + (e3.ext || "");
|
|
13064
13064
|
return r3 ? r3 === e3.root ? r3 + n3 : r3 + "/" + n3 : n3;
|
|
13065
|
-
}(0, t3);
|
|
13065
|
+
})(0, t3);
|
|
13066
13066
|
}, parse: function(t3) {
|
|
13067
13067
|
e2(t3);
|
|
13068
13068
|
var r3 = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
@@ -13115,9 +13115,9 @@ var LIB;
|
|
|
13115
13115
|
__publicField(this, "path");
|
|
13116
13116
|
__publicField(this, "query");
|
|
13117
13117
|
__publicField(this, "fragment");
|
|
13118
|
-
"object" == typeof t3 ? (this.scheme = t3.scheme || h, this.authority = t3.authority || h, this.path = t3.path || h, this.query = t3.query || h, this.fragment = t3.fragment || h) : (this.scheme = /* @__PURE__ */ function(t4, e4) {
|
|
13118
|
+
"object" == typeof t3 ? (this.scheme = t3.scheme || h, this.authority = t3.authority || h, this.path = t3.path || h, this.query = t3.query || h, this.fragment = t3.fragment || h) : (this.scheme = /* @__PURE__ */ (function(t4, e4) {
|
|
13119
13119
|
return t4 || e4 ? t4 : "file";
|
|
13120
|
-
}(t3, o2), this.authority = e3 || h, this.path = function(t4, e4) {
|
|
13120
|
+
})(t3, o2), this.authority = e3 || h, this.path = (function(t4, e4) {
|
|
13121
13121
|
switch (t4) {
|
|
13122
13122
|
case "https":
|
|
13123
13123
|
case "http":
|
|
@@ -13125,7 +13125,7 @@ var LIB;
|
|
|
13125
13125
|
e4 ? e4[0] !== a2 && (e4 = a2 + e4) : e4 = a2;
|
|
13126
13126
|
}
|
|
13127
13127
|
return e4;
|
|
13128
|
-
}(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
13128
|
+
})(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
13129
13129
|
}
|
|
13130
13130
|
static isUri(t3) {
|
|
13131
13131
|
return t3 instanceof f || !!t3 && "string" == typeof t3.authority && "string" == typeof t3.fragment && "string" == typeof t3.path && "string" == typeof t3.query && "string" == typeof t3.scheme && "string" == typeof t3.fsPath && "function" == typeof t3.with && "function" == typeof t3.toString;
|
|
@@ -13247,12 +13247,12 @@ var LIB;
|
|
|
13247
13247
|
}
|
|
13248
13248
|
const b = /(%[0-9A-Za-z][0-9A-Za-z])+/g;
|
|
13249
13249
|
function C(t3) {
|
|
13250
|
-
return t3.match(b) ? t3.replace(b, (t4) => v(t4)) : t3;
|
|
13250
|
+
return t3.match(b) ? t3.replace(b, ((t4) => v(t4))) : t3;
|
|
13251
13251
|
}
|
|
13252
13252
|
var A2 = r(470);
|
|
13253
13253
|
const w = A2.posix || A2, x = "/";
|
|
13254
13254
|
var P;
|
|
13255
|
-
!function(t3) {
|
|
13255
|
+
!(function(t3) {
|
|
13256
13256
|
t3.joinPath = function(t4, ...e3) {
|
|
13257
13257
|
return t4.with({ path: w.join(t4.path, ...e3) });
|
|
13258
13258
|
}, t3.resolvePath = function(t4, ...e3) {
|
|
@@ -13269,7 +13269,7 @@ var LIB;
|
|
|
13269
13269
|
}, t3.extname = function(t4) {
|
|
13270
13270
|
return w.extname(t4.path);
|
|
13271
13271
|
};
|
|
13272
|
-
}(P || (P = {}));
|
|
13272
|
+
})(P || (P = {}));
|
|
13273
13273
|
})(), LIB = n;
|
|
13274
13274
|
})();
|
|
13275
13275
|
var { URI, Utils } = LIB;
|
|
@@ -13576,10 +13576,10 @@ var coreJsData = root_default["__core-js_shared__"];
|
|
|
13576
13576
|
var coreJsData_default = coreJsData;
|
|
13577
13577
|
|
|
13578
13578
|
// node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js
|
|
13579
|
-
var maskSrcKey = function() {
|
|
13579
|
+
var maskSrcKey = (function() {
|
|
13580
13580
|
var uid = /[^.]+$/.exec(coreJsData_default && coreJsData_default.keys && coreJsData_default.keys.IE_PROTO || "");
|
|
13581
13581
|
return uid ? "Symbol(src)_1." + uid : "";
|
|
13582
|
-
}();
|
|
13582
|
+
})();
|
|
13583
13583
|
function isMasked(func) {
|
|
13584
13584
|
return !!maskSrcKey && maskSrcKey in func;
|
|
13585
13585
|
}
|
|
@@ -13641,7 +13641,7 @@ var WeakMap_default = WeakMap;
|
|
|
13641
13641
|
|
|
13642
13642
|
// node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.js
|
|
13643
13643
|
var objectCreate = Object.create;
|
|
13644
|
-
var baseCreate = /* @__PURE__ */ function() {
|
|
13644
|
+
var baseCreate = /* @__PURE__ */ (function() {
|
|
13645
13645
|
function object() {
|
|
13646
13646
|
}
|
|
13647
13647
|
return function(proto) {
|
|
@@ -13656,7 +13656,7 @@ var baseCreate = /* @__PURE__ */ function() {
|
|
|
13656
13656
|
object.prototype = void 0;
|
|
13657
13657
|
return result;
|
|
13658
13658
|
};
|
|
13659
|
-
}();
|
|
13659
|
+
})();
|
|
13660
13660
|
var baseCreate_default = baseCreate;
|
|
13661
13661
|
|
|
13662
13662
|
// node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.js
|
|
@@ -13721,14 +13721,14 @@ function constant(value) {
|
|
|
13721
13721
|
var constant_default = constant;
|
|
13722
13722
|
|
|
13723
13723
|
// node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.js
|
|
13724
|
-
var defineProperty = function() {
|
|
13724
|
+
var defineProperty = (function() {
|
|
13725
13725
|
try {
|
|
13726
13726
|
var func = getNative_default(Object, "defineProperty");
|
|
13727
13727
|
func({}, "", {});
|
|
13728
13728
|
return func;
|
|
13729
13729
|
} catch (e) {
|
|
13730
13730
|
}
|
|
13731
|
-
}();
|
|
13731
|
+
})();
|
|
13732
13732
|
var defineProperty_default = defineProperty;
|
|
13733
13733
|
|
|
13734
13734
|
// node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.js
|
|
@@ -13966,9 +13966,9 @@ var baseIsArguments_default = baseIsArguments;
|
|
|
13966
13966
|
var objectProto6 = Object.prototype;
|
|
13967
13967
|
var hasOwnProperty4 = objectProto6.hasOwnProperty;
|
|
13968
13968
|
var propertyIsEnumerable = objectProto6.propertyIsEnumerable;
|
|
13969
|
-
var isArguments = baseIsArguments_default(/* @__PURE__ */ function() {
|
|
13969
|
+
var isArguments = baseIsArguments_default(/* @__PURE__ */ (function() {
|
|
13970
13970
|
return arguments;
|
|
13971
|
-
}()) ? baseIsArguments_default : function(value) {
|
|
13971
|
+
})()) ? baseIsArguments_default : function(value) {
|
|
13972
13972
|
return isObjectLike_default(value) && hasOwnProperty4.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
|
|
13973
13973
|
};
|
|
13974
13974
|
var isArguments_default = isArguments;
|
|
@@ -14034,7 +14034,7 @@ var freeExports2 = typeof exports == "object" && exports && !exports.nodeType &&
|
|
|
14034
14034
|
var freeModule2 = freeExports2 && typeof module == "object" && module && !module.nodeType && module;
|
|
14035
14035
|
var moduleExports2 = freeModule2 && freeModule2.exports === freeExports2;
|
|
14036
14036
|
var freeProcess = moduleExports2 && freeGlobal_default.process;
|
|
14037
|
-
var nodeUtil = function() {
|
|
14037
|
+
var nodeUtil = (function() {
|
|
14038
14038
|
try {
|
|
14039
14039
|
var types = freeModule2 && freeModule2.require && freeModule2.require("util").types;
|
|
14040
14040
|
if (types) {
|
|
@@ -14043,7 +14043,7 @@ var nodeUtil = function() {
|
|
|
14043
14043
|
return freeProcess && freeProcess.binding && freeProcess.binding("util");
|
|
14044
14044
|
} catch (e) {
|
|
14045
14045
|
}
|
|
14046
|
-
}();
|
|
14046
|
+
})();
|
|
14047
14047
|
var nodeUtil_default = nodeUtil;
|
|
14048
14048
|
|
|
14049
14049
|
// node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js
|
|
@@ -22219,7 +22219,7 @@ var LLStarLookaheadStrategy = class extends LLkLookaheadStrategy {
|
|
|
22219
22219
|
constructor(options) {
|
|
22220
22220
|
var _a;
|
|
22221
22221
|
super();
|
|
22222
|
-
this.logging = (_a = options === null || options === void 0 ? void 0 : options.logging) !== null && _a !== void 0 ? _a : (message) => console.log(message);
|
|
22222
|
+
this.logging = (_a = options === null || options === void 0 ? void 0 : options.logging) !== null && _a !== void 0 ? _a : ((message) => console.log(message));
|
|
22223
22223
|
}
|
|
22224
22224
|
initialize(options) {
|
|
22225
22225
|
this.atn = createATN(options.rules);
|
|
@@ -26148,7 +26148,7 @@ var ContextCache = class extends DisposableCache {
|
|
|
26148
26148
|
constructor(converter) {
|
|
26149
26149
|
super();
|
|
26150
26150
|
this.cache = /* @__PURE__ */ new Map();
|
|
26151
|
-
this.converter = converter !== null && converter !== void 0 ? converter : (value) => value;
|
|
26151
|
+
this.converter = converter !== null && converter !== void 0 ? converter : ((value) => value);
|
|
26152
26152
|
}
|
|
26153
26153
|
has(contextKey, key) {
|
|
26154
26154
|
this.throwIfDisposed();
|