@dxs-ts/eveli-ide 0.0.323 → 0.0.324
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-CJXYanDN.js → cssMode-CZgN13mD.js} +1 -1
- package/build/{freemarker2-C3M8UKFb.js → freemarker2-C_M2Iqeq.js} +1 -1
- package/build/{handlebars-3yh7IoZF.js → handlebars-D88iyF_v.js} +1 -1
- package/build/{html-BRUvEXsZ.js → html-B7ADKv3J.js} +1 -1
- package/build/{htmlMode-B6kE3DLA.js → htmlMode-Cgo2fUbo.js} +1 -1
- package/build/{index-Coqk7Lmq.js → index-B1JVh_pd.js} +22 -22
- package/build/index.js +1 -1
- package/build/{javascript-Byv9Lf9E.js → javascript-D96Rr5Eb.js} +1 -1
- package/build/{jsonMode-DCDZmv0T.js → jsonMode-lN5ceWI0.js} +1 -1
- package/build/{liquid-DMNb185q.js → liquid-BOnD0_o4.js} +1 -1
- package/build/{mdx-CGfxFfDe.js → mdx-DOtGgnQE.js} +1 -1
- package/build/{python-BONS3W_G.js → python-09WRUeG5.js} +1 -1
- package/build/{razor-DRJ5VzHl.js → razor-DyLSggFU.js} +1 -1
- package/build/{tsMode-CBk_nSHu.js → tsMode-BTILMq7m.js} +1 -1
- package/build/{typescript-DpqOfXVO.js → typescript-p6Ndriqk.js} +1 -1
- package/build/{xml-oM3m_NxQ.js → xml-GnYgGeTn.js} +1 -1
- package/build/{yaml-B9a9lCRy.js → yaml-B87YtYhO.js} +1 -1
- package/package.json +4 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -171068,37 +171068,37 @@ zr({
|
|
|
171068
171068
|
id: "freemarker2",
|
|
171069
171069
|
extensions: [".ftl", ".ftlh", ".ftlx"],
|
|
171070
171070
|
aliases: ["FreeMarker2", "Apache FreeMarker2"],
|
|
171071
|
-
loader: () => import("./freemarker2-
|
|
171071
|
+
loader: () => import("./freemarker2-C_M2Iqeq.js").then((i) => i.TagAutoInterpolationDollar)
|
|
171072
171072
|
});
|
|
171073
171073
|
zr({
|
|
171074
171074
|
id: "freemarker2.tag-angle.interpolation-dollar",
|
|
171075
171075
|
aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
|
|
171076
|
-
loader: () => import("./freemarker2-
|
|
171076
|
+
loader: () => import("./freemarker2-C_M2Iqeq.js").then((i) => i.TagAngleInterpolationDollar)
|
|
171077
171077
|
});
|
|
171078
171078
|
zr({
|
|
171079
171079
|
id: "freemarker2.tag-bracket.interpolation-dollar",
|
|
171080
171080
|
aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
|
|
171081
|
-
loader: () => import("./freemarker2-
|
|
171081
|
+
loader: () => import("./freemarker2-C_M2Iqeq.js").then((i) => i.TagBracketInterpolationDollar)
|
|
171082
171082
|
});
|
|
171083
171083
|
zr({
|
|
171084
171084
|
id: "freemarker2.tag-angle.interpolation-bracket",
|
|
171085
171085
|
aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
|
|
171086
|
-
loader: () => import("./freemarker2-
|
|
171086
|
+
loader: () => import("./freemarker2-C_M2Iqeq.js").then((i) => i.TagAngleInterpolationBracket)
|
|
171087
171087
|
});
|
|
171088
171088
|
zr({
|
|
171089
171089
|
id: "freemarker2.tag-bracket.interpolation-bracket",
|
|
171090
171090
|
aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
|
|
171091
|
-
loader: () => import("./freemarker2-
|
|
171091
|
+
loader: () => import("./freemarker2-C_M2Iqeq.js").then((i) => i.TagBracketInterpolationBracket)
|
|
171092
171092
|
});
|
|
171093
171093
|
zr({
|
|
171094
171094
|
id: "freemarker2.tag-auto.interpolation-dollar",
|
|
171095
171095
|
aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
|
|
171096
|
-
loader: () => import("./freemarker2-
|
|
171096
|
+
loader: () => import("./freemarker2-C_M2Iqeq.js").then((i) => i.TagAutoInterpolationDollar)
|
|
171097
171097
|
});
|
|
171098
171098
|
zr({
|
|
171099
171099
|
id: "freemarker2.tag-auto.interpolation-bracket",
|
|
171100
171100
|
aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
|
|
171101
|
-
loader: () => import("./freemarker2-
|
|
171101
|
+
loader: () => import("./freemarker2-C_M2Iqeq.js").then((i) => i.TagAutoInterpolationBracket)
|
|
171102
171102
|
});
|
|
171103
171103
|
/*!-----------------------------------------------------------------------------
|
|
171104
171104
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171136,7 +171136,7 @@ zr({
|
|
|
171136
171136
|
extensions: [".handlebars", ".hbs"],
|
|
171137
171137
|
aliases: ["Handlebars", "handlebars", "hbs"],
|
|
171138
171138
|
mimetypes: ["text/x-handlebars-template"],
|
|
171139
|
-
loader: () => import("./handlebars-
|
|
171139
|
+
loader: () => import("./handlebars-D88iyF_v.js")
|
|
171140
171140
|
});
|
|
171141
171141
|
/*!-----------------------------------------------------------------------------
|
|
171142
171142
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171161,7 +171161,7 @@ zr({
|
|
|
171161
171161
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
|
171162
171162
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
|
171163
171163
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
171164
|
-
loader: () => import("./html-
|
|
171164
|
+
loader: () => import("./html-B7ADKv3J.js")
|
|
171165
171165
|
});
|
|
171166
171166
|
/*!-----------------------------------------------------------------------------
|
|
171167
171167
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171202,7 +171202,7 @@ zr({
|
|
|
171202
171202
|
filenames: ["jakefile"],
|
|
171203
171203
|
aliases: ["JavaScript", "javascript", "js"],
|
|
171204
171204
|
mimetypes: ["text/javascript"],
|
|
171205
|
-
loader: () => import("./javascript-
|
|
171205
|
+
loader: () => import("./javascript-D96Rr5Eb.js")
|
|
171206
171206
|
});
|
|
171207
171207
|
/*!-----------------------------------------------------------------------------
|
|
171208
171208
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171277,7 +171277,7 @@ zr({
|
|
|
171277
171277
|
extensions: [".liquid", ".html.liquid"],
|
|
171278
171278
|
aliases: ["Liquid", "liquid"],
|
|
171279
171279
|
mimetypes: ["application/liquid"],
|
|
171280
|
-
loader: () => import("./liquid-
|
|
171280
|
+
loader: () => import("./liquid-BOnD0_o4.js")
|
|
171281
171281
|
});
|
|
171282
171282
|
/*!-----------------------------------------------------------------------------
|
|
171283
171283
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171313,7 +171313,7 @@ zr({
|
|
|
171313
171313
|
id: "mdx",
|
|
171314
171314
|
extensions: [".mdx"],
|
|
171315
171315
|
aliases: ["MDX", "mdx"],
|
|
171316
|
-
loader: () => import("./mdx-
|
|
171316
|
+
loader: () => import("./mdx-DOtGgnQE.js")
|
|
171317
171317
|
});
|
|
171318
171318
|
/*!-----------------------------------------------------------------------------
|
|
171319
171319
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171508,7 +171508,7 @@ zr({
|
|
|
171508
171508
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
171509
171509
|
aliases: ["Python", "py"],
|
|
171510
171510
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
171511
|
-
loader: () => import("./python-
|
|
171511
|
+
loader: () => import("./python-09WRUeG5.js")
|
|
171512
171512
|
});
|
|
171513
171513
|
/*!-----------------------------------------------------------------------------
|
|
171514
171514
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171545,7 +171545,7 @@ zr({
|
|
|
171545
171545
|
extensions: [".cshtml"],
|
|
171546
171546
|
aliases: ["Razor", "razor"],
|
|
171547
171547
|
mimetypes: ["text/x-cshtml"],
|
|
171548
|
-
loader: () => import("./razor-
|
|
171548
|
+
loader: () => import("./razor-DyLSggFU.js")
|
|
171549
171549
|
});
|
|
171550
171550
|
/*!-----------------------------------------------------------------------------
|
|
171551
171551
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171797,7 +171797,7 @@ zr({
|
|
|
171797
171797
|
extensions: [".ts", ".tsx", ".cts", ".mts"],
|
|
171798
171798
|
aliases: ["TypeScript", "ts", "typescript"],
|
|
171799
171799
|
mimetypes: ["text/typescript"],
|
|
171800
|
-
loader: () => import("./typescript-
|
|
171800
|
+
loader: () => import("./typescript-p6Ndriqk.js")
|
|
171801
171801
|
});
|
|
171802
171802
|
/*!-----------------------------------------------------------------------------
|
|
171803
171803
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171865,7 +171865,7 @@ zr({
|
|
|
171865
171865
|
firstLine: "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
|
|
171866
171866
|
aliases: ["XML", "xml"],
|
|
171867
171867
|
mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
|
|
171868
|
-
loader: () => import("./xml-
|
|
171868
|
+
loader: () => import("./xml-GnYgGeTn.js")
|
|
171869
171869
|
});
|
|
171870
171870
|
/*!-----------------------------------------------------------------------------
|
|
171871
171871
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171878,7 +171878,7 @@ zr({
|
|
|
171878
171878
|
extensions: [".yaml", ".yml"],
|
|
171879
171879
|
aliases: ["YAML", "yaml", "YML", "yml"],
|
|
171880
171880
|
mimetypes: ["application/x-yaml", "text/x-yaml"],
|
|
171881
|
-
loader: () => import("./yaml-
|
|
171881
|
+
loader: () => import("./yaml-B87YtYhO.js")
|
|
171882
171882
|
});
|
|
171883
171883
|
/*!-----------------------------------------------------------------------------
|
|
171884
171884
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -171981,7 +171981,7 @@ var qvt = class {
|
|
|
171981
171981
|
);
|
|
171982
171982
|
BQ.languages.css = { cssDefaults: sFn, lessDefaults: aFn, scssDefaults: oFn };
|
|
171983
171983
|
function eyt() {
|
|
171984
|
-
return import("./cssMode-
|
|
171984
|
+
return import("./cssMode-CZgN13mD.js");
|
|
171985
171985
|
}
|
|
171986
171986
|
BQ.languages.onLanguage("less", () => {
|
|
171987
171987
|
eyt().then((i) => i.setupMode(aFn));
|
|
@@ -172087,7 +172087,7 @@ I5e.languages.html = {
|
|
|
172087
172087
|
registerHTMLLanguageService: D5e
|
|
172088
172088
|
};
|
|
172089
172089
|
function Vbr() {
|
|
172090
|
-
return import("./htmlMode-
|
|
172090
|
+
return import("./htmlMode-Cgo2fUbo.js");
|
|
172091
172091
|
}
|
|
172092
172092
|
function D5e(i, e = N5e, t = A5e(i)) {
|
|
172093
172093
|
const r = new Wbr(i, e, t);
|
|
@@ -172164,7 +172164,7 @@ var qbr = class {
|
|
|
172164
172164
|
), e1r = () => hFn().then((i) => i.getWorker());
|
|
172165
172165
|
Pge.languages.json = { jsonDefaults: dFn, getWorker: e1r };
|
|
172166
172166
|
function hFn() {
|
|
172167
|
-
return import("./jsonMode-
|
|
172167
|
+
return import("./jsonMode-lN5ceWI0.js");
|
|
172168
172168
|
}
|
|
172169
172169
|
Pge.languages.register({
|
|
172170
172170
|
id: "json",
|
|
@@ -172328,7 +172328,7 @@ Fq.languages.typescript = {
|
|
|
172328
172328
|
getJavaScriptWorker: u1r
|
|
172329
172329
|
};
|
|
172330
172330
|
function R5e() {
|
|
172331
|
-
return import("./tsMode-
|
|
172331
|
+
return import("./tsMode-BTILMq7m.js");
|
|
172332
172332
|
}
|
|
172333
172333
|
Fq.languages.onLanguage("typescript", () => R5e().then((i) => i.setupTypeScript(yFn)));
|
|
172334
172334
|
Fq.languages.onLanguage("javascript", () => R5e().then((i) => i.setupJavaScript(CFn)));
|
|
@@ -253794,7 +253794,7 @@ function B7r(i) {
|
|
|
253794
253794
|
})
|
|
253795
253795
|
};
|
|
253796
253796
|
}
|
|
253797
|
-
const wEn = { tag: "eveli-ide-0.0.
|
|
253797
|
+
const wEn = { tag: "eveli-ide-0.0.324", built: "04/06/2025" }, h_n = Is("worker/rest/api/version.GET")({
|
|
253798
253798
|
hook: z7r
|
|
253799
253799
|
});
|
|
253800
253800
|
function z7r(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-B1JVh_pd.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-p6Ndriqk.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-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.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-B1JVh_pd.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxs-ts/eveli-ide",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.324",
|
|
4
4
|
"homepage": "https://github.com/digiexpress-io/digiexpress-parent",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
"files": [
|
|
9
9
|
"build"
|
|
10
10
|
],
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"provenance": true
|
|
13
|
+
},
|
|
11
14
|
"repository": "git@github.com:digiexpress-io/digiexpress-parent.git",
|
|
12
15
|
"dependencies": {
|
|
13
16
|
"@dxs-ts/gamut": "^1.0.202",
|