@manifesto-ai/compiler 3.1.1 → 3.2.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.
package/dist/esbuild.js CHANGED
@@ -1,14 +1,2 @@
1
- import {
2
- unpluginMel
3
- } from "./chunk-INVHMPXW.js";
4
- import "./chunk-LI5HNMZV.js";
5
- import "./chunk-7TT6Y5ZC.js";
6
-
7
- // src/esbuild.ts
8
- var melPlugin = unpluginMel.esbuild;
9
- var esbuild_default = melPlugin;
10
- export {
11
- esbuild_default as default,
12
- melPlugin
13
- };
1
+ import{a as e}from"./chunk-7V3B4M34.js";import"./chunk-VJFQRHAM.js";import"./chunk-Z6PR4OWA.js";var t=e.esbuild,n=t;export{n as default,t as melPlugin};
14
2
  //# sourceMappingURL=esbuild.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/esbuild.ts"],"sourcesContent":["/**\n * esbuild plugin for MEL files.\n */\n\nimport { unpluginMel } from \"./unplugin.js\";\n\nexport type {\n MelPluginOptions,\n MelCodegenOptions,\n MelCodegenEmitter,\n MelCodegenArtifact,\n} from \"./unplugin.js\";\nexport const melPlugin = unpluginMel.esbuild;\nexport default melPlugin;\n"],"mappings":";;;;;;;AAYO,IAAM,YAAY,YAAY;AACrC,IAAO,kBAAQ;","names":[]}
1
+ {"version":3,"sources":["../src/esbuild.ts"],"sourcesContent":["/**\n * esbuild plugin for MEL files.\n */\n\nimport { unpluginMel } from \"./unplugin.js\";\n\nexport type {\n MelPluginOptions,\n MelCodegenOptions,\n MelCodegenEmitter,\n MelCodegenArtifact,\n} from \"./unplugin.js\";\nexport const melPlugin = unpluginMel.esbuild;\nexport default melPlugin;\n"],"mappings":"gGAYO,IAAMA,EAAYC,EAAY,QAC9BC,EAAQF","names":["melPlugin","unpluginMel","esbuild_default"]}
package/dist/index.d.ts CHANGED
@@ -13,6 +13,7 @@ export { renderTypeExpr, renderTypeField, renderValue, renderExprNode, renderPat
13
13
  export * from "./lowering/index.js";
14
14
  export * from "./evaluation/index.js";
15
15
  export * from "./api/index.js";
16
+ export * from "./schema-graph.js";
16
17
  export type { DomainSchema as DomainModule } from "./generator/ir.js";
17
18
  import type { ParseResult } from "./parser/index.js";
18
19
  import { type DomainSchema } from "./generator/index.js";