@zenstackhq/sdk 3.0.0-beta.9 → 3.0.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.
@@ -11,9 +11,15 @@ var __copyProps = (to, from, except, desc) => {
11
11
  }
12
12
  return to;
13
13
  };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
14
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
16
 
16
- // src/schema/index.ts
17
- var schema_exports = {};
18
- module.exports = __toCommonJS(schema_exports);
19
- //# sourceMappingURL=schema.cjs.map
17
+ // src/ast.ts
18
+ var ast_exports = {};
19
+ module.exports = __toCommonJS(ast_exports);
20
+ __reExport(ast_exports, require("@zenstackhq/language/ast"), module.exports);
21
+ // Annotate the CommonJS export names for ESM import in node:
22
+ 0 && (module.exports = {
23
+ ...require("@zenstackhq/language/ast")
24
+ });
25
+ //# sourceMappingURL=ast.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/ast.ts"],"sourcesContent":["export * from '@zenstackhq/language/ast';\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,qCAAd;","names":[]}
package/dist/ast.d.cts ADDED
@@ -0,0 +1 @@
1
+ export * from '@zenstackhq/language/ast';
package/dist/ast.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from '@zenstackhq/language/ast';
package/dist/ast.js ADDED
@@ -0,0 +1,3 @@
1
+ // src/ast.ts
2
+ export * from "@zenstackhq/language/ast";
3
+ //# sourceMappingURL=ast.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/ast.ts"],"sourcesContent":["export * from '@zenstackhq/language/ast';\n"],"mappings":";AAAA,cAAc;","names":[]}