@lokascript/compilation-service 2.4.0 → 2.5.1
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/{chunk-ARIAG75I.js → chunk-7MKNMFQD.js} +2 -2
- package/dist/{chunk-YOX2KND2.js → chunk-JIH2YON2.js} +2 -2
- package/dist/{core-parser-adapter-VCJB52SO-TNPKEOJW.js → core-parser-adapter-VCJB52SO-Z73B3Y3L.js} +2 -2
- package/dist/{dist-CZOGWYAM.js → dist-4KDE7EVK.js} +2 -1
- package/dist/{dist-CZOGWYAM.js.map → dist-4KDE7EVK.js.map} +1 -1
- package/dist/{dist-6ELO5K5L.js → dist-ZVSYCOCH.js} +3 -3
- package/dist/http.cjs +1 -0
- package/dist/http.cjs.map +1 -1
- package/dist/http.js +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +5 -5
- /package/dist/{chunk-ARIAG75I.js.map → chunk-7MKNMFQD.js.map} +0 -0
- /package/dist/{chunk-YOX2KND2.js.map → chunk-JIH2YON2.js.map} +0 -0
- /package/dist/{core-parser-adapter-VCJB52SO-TNPKEOJW.js.map → core-parser-adapter-VCJB52SO-Z73B3Y3L.js.map} +0 -0
- /package/dist/{dist-6ELO5K5L.js.map → dist-ZVSYCOCH.js.map} +0 -0
|
@@ -2768,7 +2768,7 @@ var CompilationService = class _CompilationService {
|
|
|
2768
2768
|
initValidation({
|
|
2769
2769
|
validateSemanticResult: semantic.validateSemanticResult
|
|
2770
2770
|
});
|
|
2771
|
-
const aot = await import("./dist-
|
|
2771
|
+
const aot = await import("./dist-ZVSYCOCH.js");
|
|
2772
2772
|
const compiler = aot.createCompiler();
|
|
2773
2773
|
initBridge(
|
|
2774
2774
|
{
|
|
@@ -3326,4 +3326,4 @@ export {
|
|
|
3326
3326
|
SvelteRenderer,
|
|
3327
3327
|
CompilationService
|
|
3328
3328
|
};
|
|
3329
|
-
//# sourceMappingURL=chunk-
|
|
3329
|
+
//# sourceMappingURL=chunk-7MKNMFQD.js.map
|
|
@@ -24,7 +24,7 @@ function convertCoreASTToAOT(node) {
|
|
|
24
24
|
return node;
|
|
25
25
|
}
|
|
26
26
|
async function createCoreParserAdapter() {
|
|
27
|
-
const core = await import("./dist-
|
|
27
|
+
const core = await import("./dist-4KDE7EVK.js");
|
|
28
28
|
const api = core.hyperscript ?? core.default ?? core;
|
|
29
29
|
if (!api?.compileSync) {
|
|
30
30
|
throw new Error(
|
|
@@ -46,4 +46,4 @@ export {
|
|
|
46
46
|
convertCoreASTToAOT,
|
|
47
47
|
createCoreParserAdapter
|
|
48
48
|
};
|
|
49
|
-
//# sourceMappingURL=chunk-
|
|
49
|
+
//# sourceMappingURL=chunk-JIH2YON2.js.map
|
package/dist/{core-parser-adapter-VCJB52SO-TNPKEOJW.js → core-parser-adapter-VCJB52SO-Z73B3Y3L.js}
RENAMED
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
CoreParserAdapter,
|
|
3
3
|
convertCoreASTToAOT,
|
|
4
4
|
createCoreParserAdapter
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-JIH2YON2.js";
|
|
6
6
|
import "./chunk-GBPMR66W.js";
|
|
7
7
|
export {
|
|
8
8
|
CoreParserAdapter,
|
|
9
9
|
convertCoreASTToAOT,
|
|
10
10
|
createCoreParserAdapter
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=core-parser-adapter-VCJB52SO-
|
|
12
|
+
//# sourceMappingURL=core-parser-adapter-VCJB52SO-Z73B3Y3L.js.map
|
|
@@ -6157,6 +6157,7 @@ var Parser = class _Parser {
|
|
|
6157
6157
|
"increment",
|
|
6158
6158
|
"decrement",
|
|
6159
6159
|
"add",
|
|
6160
|
+
"toggle",
|
|
6160
6161
|
"if",
|
|
6161
6162
|
"unless",
|
|
6162
6163
|
"make",
|
|
@@ -73362,4 +73363,4 @@ export {
|
|
|
73362
73363
|
toCoreAST,
|
|
73363
73364
|
validatePartialContent
|
|
73364
73365
|
};
|
|
73365
|
-
//# sourceMappingURL=dist-
|
|
73366
|
+
//# sourceMappingURL=dist-4KDE7EVK.js.map
|