@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/README.md +2 -2
- package/dist/chunk-7V3B4M34.js +5 -0
- package/dist/{chunk-INVHMPXW.js.map → chunk-7V3B4M34.js.map} +1 -1
- package/dist/chunk-VJFQRHAM.js +5 -0
- package/dist/{chunk-LI5HNMZV.js.map → chunk-VJFQRHAM.js.map} +1 -1
- package/dist/chunk-Z6PR4OWA.js +13 -0
- package/dist/{chunk-7TT6Y5ZC.js.map → chunk-Z6PR4OWA.js.map} +1 -1
- package/dist/esbuild.js +1 -13
- package/dist/esbuild.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +21 -2425
- package/dist/index.js.map +1 -1
- package/dist/node-loader.js +1 -46
- package/dist/node-loader.js.map +1 -1
- package/dist/rollup.js +1 -13
- package/dist/rollup.js.map +1 -1
- package/dist/rspack.js +1 -13
- package/dist/rspack.js.map +1 -1
- package/dist/schema-graph.d.ts +19 -0
- package/dist/vite.js +1 -13
- package/dist/vite.js.map +1 -1
- package/dist/webpack.js +1 -13
- package/dist/webpack.js.map +1 -1
- package/package.json +8 -8
- package/dist/chunk-7TT6Y5ZC.js +0 -7635
- package/dist/chunk-INVHMPXW.js +0 -117
- package/dist/chunk-LI5HNMZV.js +0 -33
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
|
package/dist/esbuild.js.map
CHANGED
|
@@ -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":"
|
|
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";
|