@absolutejs/absolute 0.19.0-beta.302 → 0.19.0-beta.303

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/build.js CHANGED
@@ -205637,7 +205637,8 @@ ${code}`;
205637
205637
  svelteCompiler = await import("svelte/compiler");
205638
205638
  }
205639
205639
  const isModule = filePath.endsWith(".svelte.ts") || filePath.endsWith(".svelte.js");
205640
- const code = isModule ? compileSvelteModule(raw, filePath) : compileSvelteComponent(raw, filePath, projectRoot);
205640
+ const source = isModule ? raw : lowerSvelteIslandSyntax(raw).code;
205641
+ const code = isModule ? compileSvelteModule(source, filePath) : compileSvelteComponent(source, filePath, projectRoot);
205641
205642
  return rewriteImports2(code, filePath, projectRoot, rewriter, frameworkDirs);
205642
205643
  }, compileVueTemplate = (descriptor, compiledScript, filePath, componentId) => {
205643
205644
  const scriptContent = compiledScript.content;
@@ -205959,6 +205960,7 @@ var init_moduleServer = __esm(() => {
205959
205960
  init_resolvePackageImport();
205960
205961
  init_islandBindingCompat();
205961
205962
  init_sourceMetadata();
205963
+ init_lowerIslandSyntax();
205962
205964
  init_transformCache();
205963
205965
  jsTranspiler2 = new Bun.Transpiler({
205964
205966
  loader: "js",
@@ -208027,5 +208029,5 @@ export {
208027
208029
  build
208028
208030
  };
208029
208031
 
208030
- //# debugId=D1733B0AAFD6425164756E2164756E21
208032
+ //# debugId=10D05F4939DCAE3664756E2164756E21
208031
208033
  //# sourceMappingURL=build.js.map