@jbpark/live-editor 1.16.3 → 1.17.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/{ast-DK9INzeu.js → ast-Cyi-jw9Z.js} +12 -15
- package/dist/ast-Cyi-jw9Z.js.map +1 -0
- package/dist/{boundary-BWBdNmNi.js → boundary-DUTt8lXq.js} +2 -2
- package/dist/{boundary-BWBdNmNi.js.map → boundary-DUTt8lXq.js.map} +1 -1
- package/dist/{context-DrqO0VVu.js → context-fLmciLSw.js} +3 -3
- package/dist/{context-DrqO0VVu.js.map → context-fLmciLSw.js.map} +1 -1
- package/dist/{core-B7igZRDs.js → core-ttOtjNaX.js} +2 -2
- package/dist/{core-B7igZRDs.js.map → core-ttOtjNaX.js.map} +1 -1
- package/dist/dnd/index.d.ts +2 -2
- package/dist/dnd/index.js +2 -2
- package/dist/{dnd-A3lFh7yx.js → dnd-D8hsq1Fl.js} +106 -113
- package/dist/dnd-D8hsq1Fl.js.map +1 -0
- package/dist/{document-CSIscFpL.js → document-DhMip8lL.js} +52 -6
- package/dist/document-DhMip8lL.js.map +1 -0
- package/dist/{document-DXOwpvWM.d.ts → document-J9Lo9p81.d.ts} +3 -2
- package/dist/editor/index.js +2 -2
- package/dist/{editor-DmgTeTcG.js → editor-Du55469f.js} +3 -3
- package/dist/{editor-DmgTeTcG.js.map → editor-Du55469f.js.map} +1 -1
- package/dist/error/index.js +2 -2
- package/dist/{error-ClMPS96R.js → error-BbOmgZDR.js} +2 -2
- package/dist/{error-ClMPS96R.js.map → error-BbOmgZDR.js.map} +1 -1
- package/dist/{index-rlgLRNsK.d.ts → index-Ly0DcdIH.d.ts} +3 -2
- package/dist/{index-CfuDi3An.d.ts → index-qdhllaw-.d.ts} +9 -4
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5 -5
- package/dist/preview/index.js +1 -1
- package/dist/{preview-j-rIHbDN.js → preview-CQf0nwE6.js} +4 -4
- package/dist/{preview-j-rIHbDN.js.map → preview-CQf0nwE6.js.map} +1 -1
- package/dist/provider/index.js +1 -1
- package/dist/{use-dynamic-tailwind-D-EEKBIy.js → use-dynamic-tailwind-DkK3r-as.js} +2 -2
- package/dist/{use-dynamic-tailwind-D-EEKBIy.js.map → use-dynamic-tailwind-DkK3r-as.js.map} +1 -1
- package/dist/utils/ast/index.d.ts +3 -3
- package/dist/utils/ast/index.js +3 -3
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +2 -2
- package/dist/{utils-BzfDKU6y.js → utils-CCrTYGUG.js} +2 -2
- package/dist/{utils-BzfDKU6y.js.map → utils-CCrTYGUG.js.map} +1 -1
- package/package.json +1 -1
- package/dist/ast-DK9INzeu.js.map +0 -1
- package/dist/dnd-A3lFh7yx.js.map +0 -1
- package/dist/document-CSIscFpL.js.map +0 -1
package/dist/utils/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { n as createSectionPreviewCache } from "../document-
|
|
2
|
-
import { a as detectTypeScript, c as generateSections, d as replaceSections, f as transformCode, i as compile, l as getCachedScriptBlob, n as clearCompilationCache, o as extractSections, r as cn, s as generateSection, t as baseModules, u as preloadScripts } from "../utils-
|
|
1
|
+
import { n as createSectionPreviewCache } from "../document-DhMip8lL.js";
|
|
2
|
+
import { a as detectTypeScript, c as generateSections, d as replaceSections, f as transformCode, i as compile, l as getCachedScriptBlob, n as clearCompilationCache, o as extractSections, r as cn, s as generateSection, t as baseModules, u as preloadScripts } from "../utils-CCrTYGUG.js";
|
|
3
3
|
export { baseModules, clearCompilationCache, cn, compile, createSectionPreviewCache, detectTypeScript, extractSections, generateSection, generateSections, getCachedScriptBlob, preloadScripts, replaceSections, transformCode };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { S as TS_PATTERNS, _ as CONFIG, a as generateSectionPreview, c as parseDocument, d as createBoundedCache, l as replaceDocumentSections, o as generateSectionPreviews, s as getSections, x as REGEX } from "./document-DhMip8lL.js";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import * as Babel from "@babel/standalone";
|
|
4
4
|
import * as ui from "@jbpark/ui-kit";
|
|
@@ -3507,4 +3507,4 @@ const preloadScripts = (scripts) => {
|
|
|
3507
3507
|
//#endregion
|
|
3508
3508
|
export { detectTypeScript as a, generateSections as c, replaceSections as d, transformCode as f, compile as i, getCachedScriptBlob as l, clearCompilationCache as n, extractSections as o, cn as r, generateSection as s, baseModules as t, preloadScripts as u };
|
|
3509
3509
|
|
|
3510
|
-
//# sourceMappingURL=utils-
|
|
3510
|
+
//# sourceMappingURL=utils-CCrTYGUG.js.map
|