@jbpark/live-editor 1.4.0 → 1.5.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/README.ko.md +1 -1
- package/README.md +1 -1
- package/dist/ast-DyDLUN5F.mjs +759 -0
- package/dist/ast-DyDLUN5F.mjs.map +1 -0
- package/dist/{ast-fX6Whrjc.mjs → document-BGG0pNR2.mjs} +10853 -10247
- package/dist/document-BGG0pNR2.mjs.map +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +92 -44
- package/dist/index.mjs.map +1 -1
- package/dist/utils/ast/index.d.mts +21 -3
- package/dist/utils/ast/index.mjs +3 -2
- package/dist/utils/index.mjs +2 -1
- package/dist/{utils-INSWI9h0.mjs → utils-UTqUJaVs.mjs} +10 -39
- package/dist/{utils-INSWI9h0.mjs.map → utils-UTqUJaVs.mjs.map} +1 -1
- package/package.json +7 -2
- package/dist/ast-fX6Whrjc.mjs.map +0 -1
- package/dist/enums-3yleLgqV.mjs +0 -1237
- package/dist/enums-3yleLgqV.mjs.map +0 -1
package/README.ko.md
CHANGED
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ live-editor/
|
|
|
19
19
|
│ │ ├─ Playground/ # Main editor page
|
|
20
20
|
│ │ └─ Preview/ # Full-screen preview page
|
|
21
21
|
│ ├─ utils/ast/ # AST manipulation & code generation
|
|
22
|
-
│ ├─
|
|
22
|
+
│ ├─ constants/ # Constants and configurations
|
|
23
23
|
│ ├─ types/ # TypeScript type definitions
|
|
24
24
|
│ └─ App.tsx # App layout with routing
|
|
25
25
|
└─ package.json
|