@dxs-ts/eveli-ide 0.0.187 → 0.0.188
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/build/{cssMode-Cv1PBkZz.js → cssMode-CXbbqQP8.js} +1 -1
- package/build/{freemarker2-zjrAq3U1.js → freemarker2-CGkNlwre.js} +1 -1
- package/build/{handlebars-vzvO2PyY.js → handlebars-Clgfvi0D.js} +1 -1
- package/build/{html-4wJ5k-IB.js → html-CFQ2qiN1.js} +1 -1
- package/build/{htmlMode-DqjCHmO3.js → htmlMode-DehK6D__.js} +1 -1
- package/build/{index-CHrguORO.js → index-CNCM9oZD.js} +23 -22
- package/build/index.js +1 -1
- package/build/{javascript-BBlOjSgv.js → javascript-tqszM0Hp.js} +1 -1
- package/build/{jsonMode-B3AVZtVB.js → jsonMode-B23EL1Nf.js} +1 -1
- package/build/{liquid-CWoKRtSf.js → liquid-Dsp6oCOP.js} +1 -1
- package/build/{mdx-Dc7qdD7c.js → mdx-OO_9Ka_E.js} +1 -1
- package/build/{python-B8M0YYKd.js → python-Do_BLBUT.js} +1 -1
- package/build/{razor-BzYRfh_3.js → razor-CBfVU2Hb.js} +1 -1
- package/build/{tsMode-RkwQlxcg.js → tsMode-vbilBrk6.js} +1 -1
- package/build/{typescript-CYpTE6Wa.js → typescript-CMODWa-1.js} +1 -1
- package/build/{xml-hV4L5pWB.js → xml-b_b7o-2-.js} +1 -1
- package/build/{yaml-C3ycvH1Z.js → yaml-BxMhUYlG.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -135046,37 +135046,37 @@ Br({
|
|
|
135046
135046
|
id: "freemarker2",
|
|
135047
135047
|
extensions: [".ftl", ".ftlh", ".ftlx"],
|
|
135048
135048
|
aliases: ["FreeMarker2", "Apache FreeMarker2"],
|
|
135049
|
-
loader: () => import("./freemarker2-
|
|
135049
|
+
loader: () => import("./freemarker2-CGkNlwre.js").then((i) => i.TagAutoInterpolationDollar)
|
|
135050
135050
|
});
|
|
135051
135051
|
Br({
|
|
135052
135052
|
id: "freemarker2.tag-angle.interpolation-dollar",
|
|
135053
135053
|
aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
|
|
135054
|
-
loader: () => import("./freemarker2-
|
|
135054
|
+
loader: () => import("./freemarker2-CGkNlwre.js").then((i) => i.TagAngleInterpolationDollar)
|
|
135055
135055
|
});
|
|
135056
135056
|
Br({
|
|
135057
135057
|
id: "freemarker2.tag-bracket.interpolation-dollar",
|
|
135058
135058
|
aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
|
|
135059
|
-
loader: () => import("./freemarker2-
|
|
135059
|
+
loader: () => import("./freemarker2-CGkNlwre.js").then((i) => i.TagBracketInterpolationDollar)
|
|
135060
135060
|
});
|
|
135061
135061
|
Br({
|
|
135062
135062
|
id: "freemarker2.tag-angle.interpolation-bracket",
|
|
135063
135063
|
aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
|
|
135064
|
-
loader: () => import("./freemarker2-
|
|
135064
|
+
loader: () => import("./freemarker2-CGkNlwre.js").then((i) => i.TagAngleInterpolationBracket)
|
|
135065
135065
|
});
|
|
135066
135066
|
Br({
|
|
135067
135067
|
id: "freemarker2.tag-bracket.interpolation-bracket",
|
|
135068
135068
|
aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
|
|
135069
|
-
loader: () => import("./freemarker2-
|
|
135069
|
+
loader: () => import("./freemarker2-CGkNlwre.js").then((i) => i.TagBracketInterpolationBracket)
|
|
135070
135070
|
});
|
|
135071
135071
|
Br({
|
|
135072
135072
|
id: "freemarker2.tag-auto.interpolation-dollar",
|
|
135073
135073
|
aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
|
|
135074
|
-
loader: () => import("./freemarker2-
|
|
135074
|
+
loader: () => import("./freemarker2-CGkNlwre.js").then((i) => i.TagAutoInterpolationDollar)
|
|
135075
135075
|
});
|
|
135076
135076
|
Br({
|
|
135077
135077
|
id: "freemarker2.tag-auto.interpolation-bracket",
|
|
135078
135078
|
aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
|
|
135079
|
-
loader: () => import("./freemarker2-
|
|
135079
|
+
loader: () => import("./freemarker2-CGkNlwre.js").then((i) => i.TagAutoInterpolationBracket)
|
|
135080
135080
|
});
|
|
135081
135081
|
/*!-----------------------------------------------------------------------------
|
|
135082
135082
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135114,7 +135114,7 @@ Br({
|
|
|
135114
135114
|
extensions: [".handlebars", ".hbs"],
|
|
135115
135115
|
aliases: ["Handlebars", "handlebars", "hbs"],
|
|
135116
135116
|
mimetypes: ["text/x-handlebars-template"],
|
|
135117
|
-
loader: () => import("./handlebars-
|
|
135117
|
+
loader: () => import("./handlebars-Clgfvi0D.js")
|
|
135118
135118
|
});
|
|
135119
135119
|
/*!-----------------------------------------------------------------------------
|
|
135120
135120
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135139,7 +135139,7 @@ Br({
|
|
|
135139
135139
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
|
135140
135140
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
|
135141
135141
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
135142
|
-
loader: () => import("./html-
|
|
135142
|
+
loader: () => import("./html-CFQ2qiN1.js")
|
|
135143
135143
|
});
|
|
135144
135144
|
/*!-----------------------------------------------------------------------------
|
|
135145
135145
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135180,7 +135180,7 @@ Br({
|
|
|
135180
135180
|
filenames: ["jakefile"],
|
|
135181
135181
|
aliases: ["JavaScript", "javascript", "js"],
|
|
135182
135182
|
mimetypes: ["text/javascript"],
|
|
135183
|
-
loader: () => import("./javascript-
|
|
135183
|
+
loader: () => import("./javascript-tqszM0Hp.js")
|
|
135184
135184
|
});
|
|
135185
135185
|
/*!-----------------------------------------------------------------------------
|
|
135186
135186
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135255,7 +135255,7 @@ Br({
|
|
|
135255
135255
|
extensions: [".liquid", ".html.liquid"],
|
|
135256
135256
|
aliases: ["Liquid", "liquid"],
|
|
135257
135257
|
mimetypes: ["application/liquid"],
|
|
135258
|
-
loader: () => import("./liquid-
|
|
135258
|
+
loader: () => import("./liquid-Dsp6oCOP.js")
|
|
135259
135259
|
});
|
|
135260
135260
|
/*!-----------------------------------------------------------------------------
|
|
135261
135261
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135291,7 +135291,7 @@ Br({
|
|
|
135291
135291
|
id: "mdx",
|
|
135292
135292
|
extensions: [".mdx"],
|
|
135293
135293
|
aliases: ["MDX", "mdx"],
|
|
135294
|
-
loader: () => import("./mdx-
|
|
135294
|
+
loader: () => import("./mdx-OO_9Ka_E.js")
|
|
135295
135295
|
});
|
|
135296
135296
|
/*!-----------------------------------------------------------------------------
|
|
135297
135297
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135486,7 +135486,7 @@ Br({
|
|
|
135486
135486
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
135487
135487
|
aliases: ["Python", "py"],
|
|
135488
135488
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
135489
|
-
loader: () => import("./python-
|
|
135489
|
+
loader: () => import("./python-Do_BLBUT.js")
|
|
135490
135490
|
});
|
|
135491
135491
|
/*!-----------------------------------------------------------------------------
|
|
135492
135492
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135523,7 +135523,7 @@ Br({
|
|
|
135523
135523
|
extensions: [".cshtml"],
|
|
135524
135524
|
aliases: ["Razor", "razor"],
|
|
135525
135525
|
mimetypes: ["text/x-cshtml"],
|
|
135526
|
-
loader: () => import("./razor-
|
|
135526
|
+
loader: () => import("./razor-CBfVU2Hb.js")
|
|
135527
135527
|
});
|
|
135528
135528
|
/*!-----------------------------------------------------------------------------
|
|
135529
135529
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135775,7 +135775,7 @@ Br({
|
|
|
135775
135775
|
extensions: [".ts", ".tsx", ".cts", ".mts"],
|
|
135776
135776
|
aliases: ["TypeScript", "ts", "typescript"],
|
|
135777
135777
|
mimetypes: ["text/typescript"],
|
|
135778
|
-
loader: () => import("./typescript-
|
|
135778
|
+
loader: () => import("./typescript-CMODWa-1.js")
|
|
135779
135779
|
});
|
|
135780
135780
|
/*!-----------------------------------------------------------------------------
|
|
135781
135781
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135843,7 +135843,7 @@ Br({
|
|
|
135843
135843
|
firstLine: "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
|
|
135844
135844
|
aliases: ["XML", "xml"],
|
|
135845
135845
|
mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
|
|
135846
|
-
loader: () => import("./xml-
|
|
135846
|
+
loader: () => import("./xml-b_b7o-2-.js")
|
|
135847
135847
|
});
|
|
135848
135848
|
/*!-----------------------------------------------------------------------------
|
|
135849
135849
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135856,7 +135856,7 @@ Br({
|
|
|
135856
135856
|
extensions: [".yaml", ".yml"],
|
|
135857
135857
|
aliases: ["YAML", "yaml", "YML", "yml"],
|
|
135858
135858
|
mimetypes: ["application/x-yaml", "text/x-yaml"],
|
|
135859
|
-
loader: () => import("./yaml-
|
|
135859
|
+
loader: () => import("./yaml-BxMhUYlG.js")
|
|
135860
135860
|
});
|
|
135861
135861
|
/*!-----------------------------------------------------------------------------
|
|
135862
135862
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -135959,7 +135959,7 @@ var E0t = class {
|
|
|
135959
135959
|
);
|
|
135960
135960
|
LQ.languages.css = { cssDefaults: UMn, lessDefaults: YMn, scssDefaults: ZMn };
|
|
135961
135961
|
function N0t() {
|
|
135962
|
-
return import("./cssMode-
|
|
135962
|
+
return import("./cssMode-CXbbqQP8.js");
|
|
135963
135963
|
}
|
|
135964
135964
|
LQ.languages.onLanguage("less", () => {
|
|
135965
135965
|
N0t().then((i) => i.setupMode(YMn));
|
|
@@ -136065,7 +136065,7 @@ Z3e.languages.html = {
|
|
|
136065
136065
|
registerHTMLLanguageService: K3e
|
|
136066
136066
|
};
|
|
136067
136067
|
function hKi() {
|
|
136068
|
-
return import("./htmlMode-
|
|
136068
|
+
return import("./htmlMode-DehK6D__.js");
|
|
136069
136069
|
}
|
|
136070
136070
|
function K3e(i, e = Y3e, t = X3e(i)) {
|
|
136071
136071
|
const r = new aKi(i, e, t);
|
|
@@ -136142,7 +136142,7 @@ var yKi = class {
|
|
|
136142
136142
|
), SKi = () => QMn().then((i) => i.getWorker());
|
|
136143
136143
|
ige.languages.json = { jsonDefaults: qMn, getWorker: SKi };
|
|
136144
136144
|
function QMn() {
|
|
136145
|
-
return import("./jsonMode-
|
|
136145
|
+
return import("./jsonMode-B23EL1Nf.js");
|
|
136146
136146
|
}
|
|
136147
136147
|
ige.languages.register({
|
|
136148
136148
|
id: "json",
|
|
@@ -136306,7 +136306,7 @@ Aq.languages.typescript = {
|
|
|
136306
136306
|
getJavaScriptWorker: RKi
|
|
136307
136307
|
};
|
|
136308
136308
|
function J3e() {
|
|
136309
|
-
return import("./tsMode-
|
|
136309
|
+
return import("./tsMode-vbilBrk6.js");
|
|
136310
136310
|
}
|
|
136311
136311
|
Aq.languages.onLanguage("typescript", () => J3e().then((i) => i.setupTypeScript(o3n)));
|
|
136312
136312
|
Aq.languages.onLanguage("javascript", () => J3e().then((i) => i.setupJavaScript(a3n)));
|
|
@@ -223886,7 +223886,7 @@ function Tkr(i) {
|
|
|
223886
223886
|
unreadTasks: o ?? []
|
|
223887
223887
|
};
|
|
223888
223888
|
}
|
|
223889
|
-
const U2n = { tag: "eveli-ide-0.0.
|
|
223889
|
+
const U2n = { tag: "eveli-ide-0.0.188", built: "03/04/2025" }, OHn = Fs("worker/rest/api/version.GET")({
|
|
223890
223890
|
hook: Ikr
|
|
223891
223891
|
});
|
|
223892
223892
|
function Ikr(i) {
|
|
@@ -257165,6 +257165,7 @@ const Rjr = (i) => {
|
|
|
257165
257165
|
return /* @__PURE__ */ x(ht, { sx: {
|
|
257166
257166
|
bottom: 10,
|
|
257167
257167
|
width: "fit-content",
|
|
257168
|
+
height: "fit-content",
|
|
257168
257169
|
top: 35,
|
|
257169
257170
|
right: 16,
|
|
257170
257171
|
zIndex: 1100,
|
package/build/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J as s, K as i, j as l, i as o, E as r, n as t, o as v, d as n, b as E, c, x as m, y as T, q as S, h as C, k as L, g as k, f as p, w as u, p as I, u as P, v as b, s as d, z as x, F as A, Z as g, I as h, C as f, H as R, Q as D, U as F, M as y, N as B, P as O, R as H, _ as M, S as _, T as K, W as N, Y as Q, e as U, a as W, l as Z, A as j, B as q, r as w, L as z, D as G, G as J, V, O as X, X as Y } from "./index-
|
|
1
|
+
import { J as s, K as i, j as l, i as o, E as r, n as t, o as v, d as n, b as E, c, x as m, y as T, q as S, h as C, k as L, g as k, f as p, w as u, p as I, u as P, v as b, s as d, z as x, F as A, Z as g, I as h, C as f, H as R, Q as D, U as F, M as y, N as B, P as O, R as H, _ as M, S as _, T as K, W as N, Y as Q, e as U, a as W, l as Z, A as j, B as q, r as w, L as z, D as G, G as J, V, O as X, X as Y } from "./index-CNCM9oZD.js";
|
|
2
2
|
export {
|
|
3
3
|
s as ConfigContext,
|
|
4
4
|
i as ConfigContextProvider,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { conf as t, language as e } from "./typescript-
|
|
1
|
+
import { conf as t, language as e } from "./typescript-CMODWa-1.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as Et } from "./index-
|
|
1
|
+
import { m as Et } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as o } from "./index-
|
|
1
|
+
import { m as o } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m } from "./index-
|
|
1
|
+
import { m } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as O, m as I } from "./index-
|
|
1
|
+
import { t as O, m as I } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as r } from "./index-
|
|
1
|
+
import { m as r } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-CNCM9oZD.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|