@lokascript/compilation-service 2.4.0 → 2.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.
@@ -2768,7 +2768,7 @@ var CompilationService = class _CompilationService {
2768
2768
  initValidation({
2769
2769
  validateSemanticResult: semantic.validateSemanticResult
2770
2770
  });
2771
- const aot = await import("./dist-6ELO5K5L.js");
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-ARIAG75I.js.map
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-CZOGWYAM.js");
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-YOX2KND2.js.map
49
+ //# sourceMappingURL=chunk-JIH2YON2.js.map
@@ -2,11 +2,11 @@ import {
2
2
  CoreParserAdapter,
3
3
  convertCoreASTToAOT,
4
4
  createCoreParserAdapter
5
- } from "./chunk-YOX2KND2.js";
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-TNPKEOJW.js.map
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-CZOGWYAM.js.map
73366
+ //# sourceMappingURL=dist-4KDE7EVK.js.map