@vrowzer/vite-plugin 0.0.0 → 0.1.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/dist/ide/assets/{css.worker-uWEFNxvl.js → css.worker-CTXDGAqi.js} +14 -14
- package/dist/ide/assets/{html.worker-1tLoAl5Z.js → html.worker-DoEWTywB.js} +15 -15
- package/dist/ide/assets/json.worker-C4xqSSAJ.js +58 -0
- package/dist/ide/assets/{ts.worker-BFpNHPy5.js → ts.worker-CEDDf2SQ.js} +121 -106
- package/dist/ide/{cssMode-B5DtFEwy.js → cssMode-Bx4pwP7t.js} +4 -4
- package/dist/ide/{handlebars-BcqMM6pa.js → handlebars-niagtI6v.js} +1 -1
- package/dist/ide/{html-CxO5OaJl.js → html-vu3rIOlL.js} +1 -1
- package/dist/ide/{htmlMode-DxpUG2jm.js → htmlMode-DJyFRqKm.js} +4 -4
- package/dist/ide/ide.css +1 -1
- package/dist/ide/ide.js +1764 -1700
- package/dist/ide/{javascript-CvtLx4_Z.js → javascript-BaiNOEh_.js} +1 -2
- package/dist/ide/{jsonMode-LVtiYWKr.js → jsonMode-DLQ0j1a3.js} +4 -4
- package/dist/ide/{lspLanguageFeatures-BDyekQt2.js → lspLanguageFeatures-CY50NMcK.js} +1 -1
- package/dist/ide/{mdx-Sun87_nd.js → mdx-DhZSVASO.js} +1 -1
- package/dist/ide/{monaco.contribution-DVj8eGe_.js → monaco.contribution-4V6BrQ5P.js} +2 -2
- package/dist/ide/{toggleHighContrast-DI4ZeqFk.js → toggleHighContrast-DzGcs4Kw.js} +16604 -16528
- package/dist/ide/{tsMode-BKTkt1bt.js → tsMode-D6r_-_rM.js} +5 -5
- package/dist/ide/{typescript-CHC4VYBW.js → typescript-DM2pFj0X.js} +1 -1
- package/dist/ide/{workers-IG_hD8Jy.js → workers-DRkYqOHL.js} +1 -1
- package/dist/ide/{xml-C0QFzMaz.js → xml-DrNRTdma.js} +3 -3
- package/dist/ide/{yaml-o-RP7lYY.js → yaml-ck2FlP6B.js} +1 -1
- package/dist/index.d.mts +0 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +231 -116
- package/dist/index.mjs.map +1 -1
- package/dist/manifest-generate.d.mts.map +1 -1
- package/dist/manifest-generate.mjs +10 -11
- package/dist/manifest-generate.mjs.map +1 -1
- package/package.json +18 -17
- package/dist/ide/assets/json.worker-CL3sVQd6.js +0 -58
- /package/dist/ide/{css-CPSW8DVZ.js → css-jRa-sq2v.js} +0 -0
- /package/dist/ide/{graphql-BteLL2CG.js → graphql-BfD0A3oq.js} +0 -0
- /package/dist/ide/{less-BubkcFWW.js → less-BpXfi39Z.js} +0 -0
- /package/dist/ide/{markdown-DPB5N4OB.js → markdown-C_jeeMr1.js} +0 -0
- /package/dist/ide/{pug-BONHZNEg.js → pug-DThx5NHO.js} +0 -0
- /package/dist/ide/{scss-0r6NeK1P.js → scss-CAhEnFoL.js} +0 -0
- /package/dist/ide/{shell-Vh_eZpea.js → shell-DZxOw2Ds.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as e } from "./toggleHighContrast-
|
|
2
|
-
import { t } from "./workers-
|
|
3
|
-
import { _ as n, a as r, c as i, d as a, f as o, g as s, h as c, i as l, l as u, m as d, n as f, o as p, p as m, r as h, s as g, t as _, u as v, v as y } from "./lspLanguageFeatures-
|
|
1
|
+
import { c as e } from "./toggleHighContrast-DzGcs4Kw.js";
|
|
2
|
+
import { t } from "./workers-DRkYqOHL.js";
|
|
3
|
+
import { _ as n, a as r, c as i, d as a, f as o, g as s, h as c, i as l, l as u, m as d, n as f, o as p, p as m, r as h, s as g, t as _, u as v, v as y } from "./lspLanguageFeatures-CY50NMcK.js";
|
|
4
4
|
//#region ../../node_modules/.pnpm/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/language/css/workerManager.js
|
|
5
5
|
var b = 120 * 1e3, x = class {
|
|
6
6
|
constructor(e) {
|
|
@@ -20,7 +20,7 @@ var b = 120 * 1e3, x = class {
|
|
|
20
20
|
moduleId: "vs/language/css/cssWorker",
|
|
21
21
|
createWorker: () => new Worker(new URL(
|
|
22
22
|
/* @vite-ignore */
|
|
23
|
-
"/assets/css.worker-
|
|
23
|
+
"/assets/css.worker-CTXDGAqi.js",
|
|
24
24
|
"" + import.meta.url
|
|
25
25
|
), { type: "module" }),
|
|
26
26
|
label: this._defaults.languageId,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as e } from "./toggleHighContrast-
|
|
1
|
+
import { c as e } from "./toggleHighContrast-DzGcs4Kw.js";
|
|
2
2
|
//#region ../../node_modules/.pnpm/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/basic-languages/handlebars/handlebars.js
|
|
3
3
|
var t = [
|
|
4
4
|
"area",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as e } from "./toggleHighContrast-
|
|
2
|
-
import { t } from "./workers-
|
|
3
|
-
import { _ as n, a as r, c as i, d as a, f as o, g as s, h as c, i as l, l as u, m as d, n as f, o as p, p as m, r as h, s as g, t as _, u as v, v as y } from "./lspLanguageFeatures-
|
|
1
|
+
import { c as e } from "./toggleHighContrast-DzGcs4Kw.js";
|
|
2
|
+
import { t } from "./workers-DRkYqOHL.js";
|
|
3
|
+
import { _ as n, a as r, c as i, d as a, f as o, g as s, h as c, i as l, l as u, m as d, n as f, o as p, p as m, r as h, s as g, t as _, u as v, v as y } from "./lspLanguageFeatures-CY50NMcK.js";
|
|
4
4
|
//#region ../../node_modules/.pnpm/monaco-editor@0.55.1/node_modules/monaco-editor/esm/vs/language/html/workerManager.js
|
|
5
5
|
var b = 120 * 1e3, x = class {
|
|
6
6
|
constructor(e) {
|
|
@@ -20,7 +20,7 @@ var b = 120 * 1e3, x = class {
|
|
|
20
20
|
moduleId: "vs/language/html/htmlWorker",
|
|
21
21
|
createWorker: () => new Worker(new URL(
|
|
22
22
|
/* @vite-ignore */
|
|
23
|
-
"/assets/html.worker-
|
|
23
|
+
"/assets/html.worker-DoEWTywB.js",
|
|
24
24
|
"" + import.meta.url
|
|
25
25
|
), { type: "module" }),
|
|
26
26
|
createData: {
|