@zeus-js/compiler 0.1.0-beta.4 → 0.1.0-beta.5

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,5 +1,5 @@
1
1
  /**
2
- * compiler v0.1.0-beta.4
2
+ * compiler v0.1.0-beta.5
3
3
  * (c) 2026 baicie
4
4
  * Released under the MIT License.
5
5
  **/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * compiler v0.1.0-beta.4
2
+ * compiler v0.1.0-beta.5
3
3
  * (c) 2026 baicie
4
4
  * Released under the MIT License.
5
5
  **/
@@ -14148,7 +14148,7 @@ var ZeusCompiler = (function(exports) {
14148
14148
  //#endregion
14149
14149
  //#region packages/core/compiler/src/codegen/support/imports.ts
14150
14150
  var import_lib = require_lib$3();
14151
- var import_lib$1 = /* @__PURE__ */ __toESM(require_lib());
14151
+ var import_lib$1 = /* @__PURE__ */ __toESM(require_lib(), 1);
14152
14152
  const DEFAULT_RENDERER_MODULE = "@zeus-js/runtime-dom";
14153
14153
  function getImportKey(moduleName, imported) {
14154
14154
  return `${moduleName}:${imported}`;