@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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  CoreParserAdapter,
3
3
  createCoreParserAdapter
4
- } from "./chunk-YOX2KND2.js";
4
+ } from "./chunk-JIH2YON2.js";
5
5
  import {
6
6
  SemanticParserAdapter,
7
7
  createSemanticAdapter
@@ -4217,7 +4217,7 @@ async function compileHyperscript(code, options) {
4217
4217
  async function createMultilingualCompiler() {
4218
4218
  const compiler = new AOTCompiler();
4219
4219
  try {
4220
- const { createCoreParserAdapter: createCoreParserAdapter2 } = await import("./core-parser-adapter-VCJB52SO-TNPKEOJW.js");
4220
+ const { createCoreParserAdapter: createCoreParserAdapter2 } = await import("./core-parser-adapter-VCJB52SO-Z73B3Y3L.js");
4221
4221
  compiler.setParser(await createCoreParserAdapter2());
4222
4222
  } catch {
4223
4223
  }
@@ -4270,4 +4270,4 @@ export {
4270
4270
  sanitizeSelector,
4271
4271
  scanFiles
4272
4272
  };
4273
- //# sourceMappingURL=dist-6ELO5K5L.js.map
4273
+ //# sourceMappingURL=dist-ZVSYCOCH.js.map
package/dist/http.cjs CHANGED
@@ -27228,6 +27228,7 @@ var init_dist = __esm({
27228
27228
  "increment",
27229
27229
  "decrement",
27230
27230
  "add",
27231
+ "toggle",
27231
27232
  "if",
27232
27233
  "unless",
27233
27234
  "make",