superleap-code-editor 1.0.28 → 1.0.29
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/LICENSE.md +5 -0
- package/dist/{base-80a1f760-8cUWWPNm.mjs → base-80a1f760-3uSC86qP.mjs} +1 -1
- package/dist/{base-80a1f760-DvuNn8dj.js → base-80a1f760-baIqvEGs.js} +1 -1
- package/dist/components/codeEditorWrapper.d.ts +5 -2
- package/dist/components/codeEditorWrapper.d.ts.map +1 -1
- package/dist/components/editor/codeEditor.d.ts.map +1 -1
- package/dist/components/panels/fileExplorer/fileExplorer.d.ts.map +1 -1
- package/dist/components/panels/fileExplorer/fileTreeItem.d.ts.map +1 -1
- package/dist/components/panels/previewPanel.d.ts.map +1 -1
- package/dist/{consoleHook-59e792cb-B2mDKKX0.mjs → consoleHook-59e792cb-DTyfNc9e.mjs} +1 -1
- package/dist/{consoleHook-59e792cb-CHjpVIPM.js → consoleHook-59e792cb-DltSGpoO.js} +1 -1
- package/dist/hooks/useFileManager.d.ts.map +1 -1
- package/dist/{index-599aeaf7-D17dllIv.mjs → index-599aeaf7-CixW-Kvp.mjs} +3 -3
- package/dist/{index-599aeaf7-CMsCrme3.js → index-599aeaf7-dJk4uwhD.js} +1 -1
- package/dist/{index-_EyNvzPV.mjs → index-CP0XfNPR.mjs} +3 -3
- package/dist/{index-BhmxQgl2.mjs → index-CoErhMxr.mjs} +2 -2
- package/dist/{index-DLPrZKll.js → index-DJ9c7MCf.js} +1 -1
- package/dist/{index-8ukDJ4gJ.js → index-Dc0BCw-p.js} +1 -1
- package/dist/{index-XUF80T81.mjs → index-DjvBZfLw.mjs} +3610 -3603
- package/dist/{index-5_oIqttU.js → index-rug-uwoB.js} +73 -73
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/providers/fileProviders.d.ts +3 -0
- package/dist/providers/fileProviders.d.ts.map +1 -1
- package/dist/utils/fileIcons.d.ts +1 -1
- package/dist/utils/fileIcons.d.ts.map +1 -1
- package/package.json +2 -10
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as K, a as _, b as E, c as k, d as H, n as D } from "./index-
|
|
2
|
-
import { S as X } from "./base-80a1f760-
|
|
3
|
-
import { g as W, r as F, f as Q, w as x, a as Z, b as ee, E as te, c as re } from "./consoleHook-59e792cb-
|
|
1
|
+
import { _ as K, a as _, b as E, c as k, d as H, n as D } from "./index-DjvBZfLw.mjs";
|
|
2
|
+
import { S as X } from "./base-80a1f760-3uSC86qP.mjs";
|
|
3
|
+
import { g as W, r as F, f as Q, w as x, a as Z, b as ee, E as te, c as re } from "./consoleHook-59e792cb-DTyfNc9e.mjs";
|
|
4
4
|
var ne = Object.create, T = Object.defineProperty, ie = Object.getOwnPropertyDescriptor, $ = Object.getOwnPropertyNames, se = Object.getPrototypeOf, oe = Object.prototype.hasOwnProperty, ae = (t, n, e) => n in t ? T(t, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[n] = e, P = (t, n) => function() {
|
|
5
5
|
return n || (0, t[$(t)[0]])((n = { exports: {} }).exports, n), n.exports;
|
|
6
6
|
}, ce = (t, n, e, r) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as C, _ as E, a as z, b as q, e as M, c as x, f as W, d as D, S as P, h as N, n as F, j as g, k as A } from "./index-
|
|
2
|
-
import { S as $ } from "./base-80a1f760-
|
|
1
|
+
import { g as C, _ as E, a as z, b as q, e as M, c as x, f as W, d as D, S as P, h as N, n as F, j as g, k as A } from "./index-DjvBZfLw.mjs";
|
|
2
|
+
import { S as $ } from "./base-80a1f760-3uSC86qP.mjs";
|
|
3
3
|
const B = {
|
|
4
4
|
"application/1d-interleaved-parityfec": { source: "iana" },
|
|
5
5
|
"application/3gpdash-qoe-report+xml": { source: "iana", charset: "UTF-8", compressible: !0 },
|