online-compiler-widget 1.0.5 → 1.0.6
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/{cssMode-51r3zeoX.js → cssMode-Djl3lMGL.js} +3 -3
- package/dist/{freemarker2-Dryc83OH.js → freemarker2-BFf2Dxet.js} +1 -1
- package/dist/{handlebars-CFqhC-RF.js → handlebars-8cLuIo9Q.js} +1 -1
- package/dist/{html-xG9FubLm.js → html-D8IYKd_P.js} +1 -1
- package/dist/{htmlMode-CL_zNQaG.js → htmlMode-DhmmkQan.js} +3 -3
- package/dist/{index-CNd5k1g-.js → index-CynjJCBx.js} +14644 -14502
- package/dist/index.js +1 -1
- package/dist/{javascript-DBAZQTih.js → javascript-B_4aANc7.js} +1 -1
- package/dist/{jsonMode-CQA4Q9zL.js → jsonMode-BXyQwDPy.js} +3 -3
- package/dist/{liquid-DtAPPwIy.js → liquid-CsuV9rT_.js} +1 -1
- package/dist/{lspLanguageFeatures-DTdAGxCM.js → lspLanguageFeatures-BKFokjl5.js} +1 -1
- package/dist/{mdx-D_MA3eIc.js → mdx-C9lA5yww.js} +1 -1
- package/dist/{python-Dm3Rbgtc.js → python-BSZKmVQy.js} +1 -1
- package/dist/{razor-CfIE724O.js → razor-DsEFugnN.js} +1 -1
- package/dist/{tsMode-CESu8luU.js → tsMode-BKeN189K.js} +1 -1
- package/dist/{typescript-D7huPAPa.js → typescript-DQLpCsXR.js} +1 -1
- package/dist/{xml-DD0g2Gyb.js → xml-DcWek5Hp.js} +1 -1
- package/dist/{yaml-CYLxpBTf.js → yaml-Us78Defg.js} +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { h as o, b as r, C as p, i as s, g as t, F as l, d as n, O as C, f as m, u } from "./index-
|
|
1
|
+
import { h as o, b as r, C as p, i as s, g as t, F as l, d as n, O as C, f as m, u } from "./index-CynjJCBx.js";
|
|
2
2
|
import "@xyflow/react";
|
|
3
3
|
export {
|
|
4
4
|
o as CompilerApi,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as P, l as _, e as B } from "./index-
|
|
2
|
-
import { f as y, g as J, C as Q, H as Y, b as G, d as X, F as Z, S as $, e as K } from "./lspLanguageFeatures-
|
|
3
|
-
import { a as Ae, D as Oe, h as Ie, R as Ne, c as Le, i as Ee, j as Ue, t as De, k as Be } from "./lspLanguageFeatures-
|
|
1
|
+
import { c as P, l as _, e as B } from "./index-CynjJCBx.js";
|
|
2
|
+
import { f as y, g as J, C as Q, H as Y, b as G, d as X, F as Z, S as $, e as K } from "./lspLanguageFeatures-BKFokjl5.js";
|
|
3
|
+
import { a as Ae, D as Oe, h as Ie, R as Ne, c as Le, i as Ee, j as Ue, t as De, k as Be } from "./lspLanguageFeatures-BKFokjl5.js";
|
|
4
4
|
const x = 2 * 60 * 1e3;
|
|
5
5
|
class C {
|
|
6
6
|
constructor(i) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as M, e as w, U as F, a as P, M as v, l as f, t as K, R as O } from "./index-
|
|
1
|
+
import { c as M, e as w, U as F, a as P, M as v, l as f, t as K, R as O } from "./index-CynjJCBx.js";
|
|
2
2
|
class E {
|
|
3
3
|
constructor(e, t) {
|
|
4
4
|
this._modeId = e, this._defaults = t, this._worker = null, this._client = null, this._configChangeListener = this._defaults.onDidChange(() => this._stopWorker()), this._updateExtraLibsToken = 0, this._extraLibsChangeListener = this._defaults.onDidExtraLibsChange(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "online-compiler-widget",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"@monaco-editor/react": "^4.7.0",
|
|
28
28
|
"axios": "^1.13.2",
|
|
29
29
|
"monaco-editor": "^0.55.0",
|
|
30
|
+
"react-icons": "^5.5.0",
|
|
30
31
|
"uuid": "^13.0.0"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|