@dxs-ts/eveli-ide 0.0.317 → 0.0.318
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-DY4DZ-KB.js → cssMode-DAFsT-e-.js} +1 -1
- package/build/{freemarker2-B7Tq2CJa.js → freemarker2-CvZYc_Ep.js} +1 -1
- package/build/{handlebars-DyuL-USB.js → handlebars-Cs2aQrzT.js} +1 -1
- package/build/{html-DcGlnsV2.js → html-Dg6l3p2y.js} +1 -1
- package/build/{htmlMode-BCfXrFvw.js → htmlMode-CilbAHy3.js} +1 -1
- package/build/{index-CibKeDyD.js → index-BGfK45Uw.js} +22 -22
- package/build/index.js +1 -1
- package/build/{javascript-B3vlpclC.js → javascript-DBB8oAO4.js} +1 -1
- package/build/{jsonMode-CjPE5kbH.js → jsonMode-Xrt1rkxU.js} +1 -1
- package/build/{liquid-DjI_3O6Q.js → liquid-6R6qfByH.js} +1 -1
- package/build/{mdx-BPGn2YPS.js → mdx-BbW9lxNa.js} +1 -1
- package/build/{python-C6CbIlTD.js → python-Ci3l2UTk.js} +1 -1
- package/build/{razor-DI3cJoW-.js → razor-B9EjQEey.js} +1 -1
- package/build/{tsMode-Bbgi1Xt-.js → tsMode-DT6I7AR1.js} +1 -1
- package/build/{typescript-Cq5Vc79q.js → typescript-B2ZwbeFu.js} +1 -1
- package/build/{xml-BNNV5VFi.js → xml-Bh0E2wuV.js} +1 -1
- package/build/{yaml-HTxr7rbK.js → yaml-C20Bz18J.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -170911,37 +170911,37 @@ zr({
|
|
|
170911
170911
|
id: "freemarker2",
|
|
170912
170912
|
extensions: [".ftl", ".ftlh", ".ftlx"],
|
|
170913
170913
|
aliases: ["FreeMarker2", "Apache FreeMarker2"],
|
|
170914
|
-
loader: () => import("./freemarker2-
|
|
170914
|
+
loader: () => import("./freemarker2-CvZYc_Ep.js").then((i) => i.TagAutoInterpolationDollar)
|
|
170915
170915
|
});
|
|
170916
170916
|
zr({
|
|
170917
170917
|
id: "freemarker2.tag-angle.interpolation-dollar",
|
|
170918
170918
|
aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
|
|
170919
|
-
loader: () => import("./freemarker2-
|
|
170919
|
+
loader: () => import("./freemarker2-CvZYc_Ep.js").then((i) => i.TagAngleInterpolationDollar)
|
|
170920
170920
|
});
|
|
170921
170921
|
zr({
|
|
170922
170922
|
id: "freemarker2.tag-bracket.interpolation-dollar",
|
|
170923
170923
|
aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
|
|
170924
|
-
loader: () => import("./freemarker2-
|
|
170924
|
+
loader: () => import("./freemarker2-CvZYc_Ep.js").then((i) => i.TagBracketInterpolationDollar)
|
|
170925
170925
|
});
|
|
170926
170926
|
zr({
|
|
170927
170927
|
id: "freemarker2.tag-angle.interpolation-bracket",
|
|
170928
170928
|
aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
|
|
170929
|
-
loader: () => import("./freemarker2-
|
|
170929
|
+
loader: () => import("./freemarker2-CvZYc_Ep.js").then((i) => i.TagAngleInterpolationBracket)
|
|
170930
170930
|
});
|
|
170931
170931
|
zr({
|
|
170932
170932
|
id: "freemarker2.tag-bracket.interpolation-bracket",
|
|
170933
170933
|
aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
|
|
170934
|
-
loader: () => import("./freemarker2-
|
|
170934
|
+
loader: () => import("./freemarker2-CvZYc_Ep.js").then((i) => i.TagBracketInterpolationBracket)
|
|
170935
170935
|
});
|
|
170936
170936
|
zr({
|
|
170937
170937
|
id: "freemarker2.tag-auto.interpolation-dollar",
|
|
170938
170938
|
aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
|
|
170939
|
-
loader: () => import("./freemarker2-
|
|
170939
|
+
loader: () => import("./freemarker2-CvZYc_Ep.js").then((i) => i.TagAutoInterpolationDollar)
|
|
170940
170940
|
});
|
|
170941
170941
|
zr({
|
|
170942
170942
|
id: "freemarker2.tag-auto.interpolation-bracket",
|
|
170943
170943
|
aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
|
|
170944
|
-
loader: () => import("./freemarker2-
|
|
170944
|
+
loader: () => import("./freemarker2-CvZYc_Ep.js").then((i) => i.TagAutoInterpolationBracket)
|
|
170945
170945
|
});
|
|
170946
170946
|
/*!-----------------------------------------------------------------------------
|
|
170947
170947
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -170979,7 +170979,7 @@ zr({
|
|
|
170979
170979
|
extensions: [".handlebars", ".hbs"],
|
|
170980
170980
|
aliases: ["Handlebars", "handlebars", "hbs"],
|
|
170981
170981
|
mimetypes: ["text/x-handlebars-template"],
|
|
170982
|
-
loader: () => import("./handlebars-
|
|
170982
|
+
loader: () => import("./handlebars-Cs2aQrzT.js")
|
|
170983
170983
|
});
|
|
170984
170984
|
/*!-----------------------------------------------------------------------------
|
|
170985
170985
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171004,7 +171004,7 @@ zr({
|
|
|
171004
171004
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
|
171005
171005
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
|
171006
171006
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
171007
|
-
loader: () => import("./html-
|
|
171007
|
+
loader: () => import("./html-Dg6l3p2y.js")
|
|
171008
171008
|
});
|
|
171009
171009
|
/*!-----------------------------------------------------------------------------
|
|
171010
171010
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171045,7 +171045,7 @@ zr({
|
|
|
171045
171045
|
filenames: ["jakefile"],
|
|
171046
171046
|
aliases: ["JavaScript", "javascript", "js"],
|
|
171047
171047
|
mimetypes: ["text/javascript"],
|
|
171048
|
-
loader: () => import("./javascript-
|
|
171048
|
+
loader: () => import("./javascript-DBB8oAO4.js")
|
|
171049
171049
|
});
|
|
171050
171050
|
/*!-----------------------------------------------------------------------------
|
|
171051
171051
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171120,7 +171120,7 @@ zr({
|
|
|
171120
171120
|
extensions: [".liquid", ".html.liquid"],
|
|
171121
171121
|
aliases: ["Liquid", "liquid"],
|
|
171122
171122
|
mimetypes: ["application/liquid"],
|
|
171123
|
-
loader: () => import("./liquid-
|
|
171123
|
+
loader: () => import("./liquid-6R6qfByH.js")
|
|
171124
171124
|
});
|
|
171125
171125
|
/*!-----------------------------------------------------------------------------
|
|
171126
171126
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171156,7 +171156,7 @@ zr({
|
|
|
171156
171156
|
id: "mdx",
|
|
171157
171157
|
extensions: [".mdx"],
|
|
171158
171158
|
aliases: ["MDX", "mdx"],
|
|
171159
|
-
loader: () => import("./mdx-
|
|
171159
|
+
loader: () => import("./mdx-BbW9lxNa.js")
|
|
171160
171160
|
});
|
|
171161
171161
|
/*!-----------------------------------------------------------------------------
|
|
171162
171162
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171351,7 +171351,7 @@ zr({
|
|
|
171351
171351
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
171352
171352
|
aliases: ["Python", "py"],
|
|
171353
171353
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
171354
|
-
loader: () => import("./python-
|
|
171354
|
+
loader: () => import("./python-Ci3l2UTk.js")
|
|
171355
171355
|
});
|
|
171356
171356
|
/*!-----------------------------------------------------------------------------
|
|
171357
171357
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171388,7 +171388,7 @@ zr({
|
|
|
171388
171388
|
extensions: [".cshtml"],
|
|
171389
171389
|
aliases: ["Razor", "razor"],
|
|
171390
171390
|
mimetypes: ["text/x-cshtml"],
|
|
171391
|
-
loader: () => import("./razor-
|
|
171391
|
+
loader: () => import("./razor-B9EjQEey.js")
|
|
171392
171392
|
});
|
|
171393
171393
|
/*!-----------------------------------------------------------------------------
|
|
171394
171394
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171640,7 +171640,7 @@ zr({
|
|
|
171640
171640
|
extensions: [".ts", ".tsx", ".cts", ".mts"],
|
|
171641
171641
|
aliases: ["TypeScript", "ts", "typescript"],
|
|
171642
171642
|
mimetypes: ["text/typescript"],
|
|
171643
|
-
loader: () => import("./typescript-
|
|
171643
|
+
loader: () => import("./typescript-B2ZwbeFu.js")
|
|
171644
171644
|
});
|
|
171645
171645
|
/*!-----------------------------------------------------------------------------
|
|
171646
171646
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171708,7 +171708,7 @@ zr({
|
|
|
171708
171708
|
firstLine: "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
|
|
171709
171709
|
aliases: ["XML", "xml"],
|
|
171710
171710
|
mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
|
|
171711
|
-
loader: () => import("./xml-
|
|
171711
|
+
loader: () => import("./xml-Bh0E2wuV.js")
|
|
171712
171712
|
});
|
|
171713
171713
|
/*!-----------------------------------------------------------------------------
|
|
171714
171714
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171721,7 +171721,7 @@ zr({
|
|
|
171721
171721
|
extensions: [".yaml", ".yml"],
|
|
171722
171722
|
aliases: ["YAML", "yaml", "YML", "yml"],
|
|
171723
171723
|
mimetypes: ["application/x-yaml", "text/x-yaml"],
|
|
171724
|
-
loader: () => import("./yaml-
|
|
171724
|
+
loader: () => import("./yaml-C20Bz18J.js")
|
|
171725
171725
|
});
|
|
171726
171726
|
/*!-----------------------------------------------------------------------------
|
|
171727
171727
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171824,7 +171824,7 @@ var Xvt = class {
|
|
|
171824
171824
|
);
|
|
171825
171825
|
WQ.languages.css = { cssDefaults: nFn, lessDefaults: rFn, scssDefaults: iFn };
|
|
171826
171826
|
function qvt() {
|
|
171827
|
-
return import("./cssMode-
|
|
171827
|
+
return import("./cssMode-DAFsT-e-.js");
|
|
171828
171828
|
}
|
|
171829
171829
|
WQ.languages.onLanguage("less", () => {
|
|
171830
171830
|
qvt().then((i) => i.setupMode(rFn));
|
|
@@ -171930,7 +171930,7 @@ E5e.languages.html = {
|
|
|
171930
171930
|
registerHTMLLanguageService: N5e
|
|
171931
171931
|
};
|
|
171932
171932
|
function Dbr() {
|
|
171933
|
-
return import("./htmlMode-
|
|
171933
|
+
return import("./htmlMode-CilbAHy3.js");
|
|
171934
171934
|
}
|
|
171935
171935
|
function N5e(i, e = T5e, t = I5e(i)) {
|
|
171936
171936
|
const r = new Ebr(i, e, t);
|
|
@@ -172007,7 +172007,7 @@ var Hbr = class {
|
|
|
172007
172007
|
), Bbr = () => cFn().then((i) => i.getWorker());
|
|
172008
172008
|
Mge.languages.json = { jsonDefaults: lFn, getWorker: Bbr };
|
|
172009
172009
|
function cFn() {
|
|
172010
|
-
return import("./jsonMode-
|
|
172010
|
+
return import("./jsonMode-Xrt1rkxU.js");
|
|
172011
172011
|
}
|
|
172012
172012
|
Mge.languages.register({
|
|
172013
172013
|
id: "json",
|
|
@@ -172171,7 +172171,7 @@ Fq.languages.typescript = {
|
|
|
172171
172171
|
getJavaScriptWorker: qbr
|
|
172172
172172
|
};
|
|
172173
172173
|
function A5e() {
|
|
172174
|
-
return import("./tsMode-
|
|
172174
|
+
return import("./tsMode-DT6I7AR1.js");
|
|
172175
172175
|
}
|
|
172176
172176
|
Fq.languages.onLanguage("typescript", () => A5e().then((i) => i.setupTypeScript(bFn)));
|
|
172177
172177
|
Fq.languages.onLanguage("javascript", () => A5e().then((i) => i.setupJavaScript(wFn)));
|
|
@@ -253585,7 +253585,7 @@ function T7r(i) {
|
|
|
253585
253585
|
});
|
|
253586
253586
|
return { tenantConfig: o, pending: a };
|
|
253587
253587
|
}
|
|
253588
|
-
const mEn = { tag: "eveli-ide-0.0.
|
|
253588
|
+
const mEn = { tag: "eveli-ide-0.0.318", built: "02/06/2025" }, l_n = Ns("worker/rest/api/version.GET")({
|
|
253589
253589
|
hook: I7r
|
|
253590
253590
|
});
|
|
253591
253591
|
function I7r(i) {
|
package/build/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J as s, K as i, j as o, i as l, E as t, n, o as r, d as v, b as E, c, x as T, y as C, q as m, h as u, k as S, g as d, f as L, w as P, p as b, u as k, v as p, s as x, a2 as I, z as g, F as f, Z as A, I as h, C as F, H as R, Q as D, U as y, M as B, N as O, P as H, R as M, _, S as K, T as N, $ as Q, a0 as U, W, Y as Z, e as j, a as q, l as w, A as z, B as G, r as J, L as V, D as X, G as Y, V as $, O as ee, X as ae, a1 as se } from "./index-
|
|
1
|
+
import { J as s, K as i, j as o, i as l, E as t, n, o as r, d as v, b as E, c, x as T, y as C, q as m, h as u, k as S, g as d, f as L, w as P, p as b, u as k, v as p, s as x, a2 as I, z as g, F as f, Z as A, I as h, C as F, H as R, Q as D, U as y, M as B, N as O, P as H, R as M, _, S as K, T as N, $ as Q, a0 as U, W, Y as Z, e as j, a as q, l as w, A as z, B as G, r as J, L as V, D as X, G as Y, V as $, O as ee, X as ae, a1 as se } from "./index-BGfK45Uw.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-B2ZwbeFu.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.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-BGfK45Uw.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|