@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
  **/
@@ -32,7 +32,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
32
32
  let _babel_helper_plugin_utils = require("@babel/helper-plugin-utils");
33
33
  let _zeus_js_shared = require("@zeus-js/shared");
34
34
  let _babel_types = require("@babel/types");
35
- _babel_types = __toESM(_babel_types);
35
+ _babel_types = __toESM(_babel_types, 1);
36
36
  //#region packages/core/compiler/src/codegen/support/imports.ts
37
37
  /**
38
38
  * Runtime helpers registration and program injection.
@@ -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
  **/
@@ -32,7 +32,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
32
32
  let _babel_helper_plugin_utils = require("@babel/helper-plugin-utils");
33
33
  let _zeus_js_shared = require("@zeus-js/shared");
34
34
  let _babel_types = require("@babel/types");
35
- _babel_types = __toESM(_babel_types);
35
+ _babel_types = __toESM(_babel_types, 1);
36
36
  //#region packages/core/compiler/src/codegen/support/imports.ts
37
37
  /**
38
38
  * Runtime helpers registration and program injection.
@@ -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
  **/
@@ -14143,7 +14143,7 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
14143
14143
  //#endregion
14144
14144
  //#region packages/core/compiler/src/codegen/support/imports.ts
14145
14145
  var import_lib = require_lib$3();
14146
- var import_lib$1 = /* @__PURE__ */ __toESM(require_lib());
14146
+ var import_lib$1 = /* @__PURE__ */ __toESM(require_lib(), 1);
14147
14147
  const DEFAULT_RENDERER_MODULE = "@zeus-js/runtime-dom";
14148
14148
  function getImportKey(moduleName, imported) {
14149
14149
  return `${moduleName}:${imported}`;