@mmapp/react-compiler 0.1.0-alpha.3 → 0.1.0-alpha.4

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.
Files changed (117) hide show
  1. package/dist/auth-3UK75242.mjs +17 -0
  2. package/dist/babel/index.d.mts +2 -2
  3. package/dist/babel/index.d.ts +2 -2
  4. package/dist/babel/index.js +2736 -306
  5. package/dist/babel/index.mjs +1 -1
  6. package/dist/chunk-52XHYD2V.mjs +214 -0
  7. package/dist/chunk-5FTDWKHH.mjs +244 -0
  8. package/dist/chunk-5GUFFFGL.mjs +148 -0
  9. package/dist/chunk-7JRAEFRB.mjs +7510 -0
  10. package/dist/chunk-7T6Q5KAA.mjs +7506 -0
  11. package/dist/chunk-ABYPKRSB.mjs +215 -0
  12. package/dist/chunk-BZEXUPDH.mjs +175 -0
  13. package/dist/chunk-EO6SYNCG.mjs +175 -0
  14. package/dist/chunk-HRYR54PT.mjs +175 -0
  15. package/dist/chunk-J3M4GUS7.mjs +161 -0
  16. package/dist/chunk-J7JUAHS4.mjs +186 -0
  17. package/dist/chunk-JRGFBWTN.mjs +2918 -0
  18. package/dist/chunk-NTB7OEX2.mjs +2918 -0
  19. package/dist/chunk-O4AUS7EU.mjs +148 -0
  20. package/dist/chunk-OPJKP747.mjs +7506 -0
  21. package/dist/chunk-R2DD5GTY.mjs +186 -0
  22. package/dist/chunk-THFYE5ZX.mjs +244 -0
  23. package/dist/chunk-UDDTWG5J.mjs +734 -0
  24. package/dist/chunk-VLTKQDJ3.mjs +244 -0
  25. package/dist/chunk-WBYMW4NQ.mjs +3450 -0
  26. package/dist/chunk-WVYY32LD.mjs +939 -0
  27. package/dist/chunk-XDVM4YHX.mjs +3450 -0
  28. package/dist/chunk-Z2G5RZ4H.mjs +186 -0
  29. package/dist/chunk-ZE3KCHBM.mjs +2918 -0
  30. package/dist/cli/index.js +10378 -4107
  31. package/dist/cli/index.mjs +224 -183
  32. package/dist/codemod/cli.js +1 -1
  33. package/dist/codemod/cli.mjs +1 -1
  34. package/dist/codemod/index.d.mts +3 -3
  35. package/dist/codemod/index.d.ts +3 -3
  36. package/dist/codemod/index.js +1 -1
  37. package/dist/codemod/index.mjs +1 -1
  38. package/dist/config-PL24KEWL.mjs +219 -0
  39. package/dist/deploy-YAJGW6II.mjs +9 -0
  40. package/dist/dev-server-CrQ041KP.d.mts +79 -0
  41. package/dist/dev-server-CrQ041KP.d.ts +79 -0
  42. package/dist/dev-server.d.mts +2 -2
  43. package/dist/dev-server.d.ts +2 -2
  44. package/dist/dev-server.js +4319 -421
  45. package/dist/dev-server.mjs +4 -4
  46. package/dist/envelope-ChEkuHij.d.mts +265 -0
  47. package/dist/envelope-ChEkuHij.d.ts +265 -0
  48. package/dist/envelope.d.mts +2 -2
  49. package/dist/envelope.d.ts +2 -2
  50. package/dist/envelope.js +2734 -304
  51. package/dist/envelope.mjs +2 -2
  52. package/dist/index-CEKyyazf.d.mts +104 -0
  53. package/dist/index-CEKyyazf.d.ts +104 -0
  54. package/dist/index.d.mts +164 -9
  55. package/dist/index.d.ts +164 -9
  56. package/dist/index.js +4730 -734
  57. package/dist/index.mjs +216 -8
  58. package/dist/init-7FJENUDK.mjs +407 -0
  59. package/dist/init-DQDX3QK6.mjs +369 -0
  60. package/dist/project-compiler-NNK32MPG.mjs +10 -0
  61. package/dist/project-compiler-OP2VVGJQ.mjs +10 -0
  62. package/dist/project-compiler-ZB4RUYVL.mjs +10 -0
  63. package/dist/project-decompiler-U55HQUHW.mjs +7 -0
  64. package/dist/project-decompiler-US7GAVIC.mjs +7 -0
  65. package/dist/pull-KOL2QAYQ.mjs +109 -0
  66. package/dist/pull-P44LDRWB.mjs +109 -0
  67. package/dist/seed-KOGEPGOJ.mjs +154 -0
  68. package/dist/server-VW6UPCHO.mjs +277 -0
  69. package/dist/testing/index.d.mts +8 -8
  70. package/dist/testing/index.d.ts +8 -8
  71. package/dist/testing/index.js +2744 -314
  72. package/dist/testing/index.mjs +1 -1
  73. package/dist/verify-BYHUKARQ.mjs +1833 -0
  74. package/dist/verify-OQDEQYMS.mjs +1833 -0
  75. package/dist/verify-SEIXUGN4.mjs +1833 -0
  76. package/dist/vite/index.d.mts +1 -1
  77. package/dist/vite/index.d.ts +1 -1
  78. package/dist/vite/index.js +2735 -305
  79. package/dist/vite/index.mjs +2 -2
  80. package/examples/authentication/main.workflow.tsx +1 -1
  81. package/examples/authentication/mm.config.ts +1 -1
  82. package/examples/authentication/pages/LoginPage.tsx +2 -2
  83. package/examples/authentication/pages/SignupPage.tsx +2 -2
  84. package/examples/counter.workflow.tsx +1 -1
  85. package/examples/dashboard.workflow.tsx +1 -1
  86. package/examples/invoice-approval/actions/invoice.server.ts +1 -1
  87. package/examples/invoice-approval/main.workflow.tsx +1 -1
  88. package/examples/invoice-approval/mm.config.ts +1 -1
  89. package/examples/invoice-approval/pages/InvoiceDetailPage.tsx +1 -1
  90. package/examples/invoice-approval/pages/InvoiceFormPage.tsx +1 -1
  91. package/examples/invoice-approval/pages/InvoiceListPage.tsx +1 -1
  92. package/examples/todo-app.workflow.tsx +1 -1
  93. package/examples/uber-app/actions/matching.server.ts +1 -1
  94. package/examples/uber-app/actions/notifications.server.ts +1 -1
  95. package/examples/uber-app/actions/payments.server.ts +1 -1
  96. package/examples/uber-app/actions/pricing.server.ts +1 -1
  97. package/examples/uber-app/app/admin/analytics.tsx +2 -2
  98. package/examples/uber-app/app/admin/fleet.tsx +2 -2
  99. package/examples/uber-app/app/admin/surge-pricing.tsx +2 -2
  100. package/examples/uber-app/app/driver/dashboard.tsx +2 -2
  101. package/examples/uber-app/app/driver/earnings.tsx +2 -2
  102. package/examples/uber-app/app/driver/navigation.tsx +2 -2
  103. package/examples/uber-app/app/driver/ride-acceptance.tsx +2 -2
  104. package/examples/uber-app/app/rider/home.tsx +2 -2
  105. package/examples/uber-app/app/rider/payment-methods.tsx +2 -2
  106. package/examples/uber-app/app/rider/ride-history.tsx +2 -2
  107. package/examples/uber-app/app/rider/ride-tracking.tsx +2 -2
  108. package/examples/uber-app/components/DriverCard.tsx +1 -1
  109. package/examples/uber-app/components/MapView.tsx +3 -3
  110. package/examples/uber-app/components/RatingStars.tsx +2 -2
  111. package/examples/uber-app/components/RideCard.tsx +1 -1
  112. package/examples/uber-app/mm.config.ts +1 -1
  113. package/examples/uber-app/workflows/dispute-resolution.workflow.tsx +2 -2
  114. package/examples/uber-app/workflows/driver-onboarding.workflow.tsx +2 -2
  115. package/examples/uber-app/workflows/payment-processing.workflow.tsx +2 -2
  116. package/examples/uber-app/workflows/ride-request.workflow.tsx +2 -2
  117. package/package.json +8 -3
@@ -0,0 +1,186 @@
1
+ import {
2
+ createSourceEnvelope,
3
+ generateFsTree
4
+ } from "./chunk-5M7DKKBC.mjs";
5
+ import {
6
+ babelPlugin
7
+ } from "./chunk-7T6Q5KAA.mjs";
8
+
9
+ // src/envelope.ts
10
+ import { createHash } from "crypto";
11
+ import { readFileSync } from "fs";
12
+ import { resolve, relative, basename } from "path";
13
+ import { glob } from "glob";
14
+ import { transformSync } from "@babel/core";
15
+ async function buildEnvelope(projectDir, options = {}) {
16
+ const root = resolve(projectDir);
17
+ const slug = options.slug ?? basename(root);
18
+ const version = options.version ?? "0.1.0";
19
+ const mode = options.mode ?? "infer";
20
+ const patterns = options.include ?? [
21
+ `${root}/**/*.workflow.{tsx,ts,jsx,js}`,
22
+ `${root}/**/models/**/*.{ts,tsx}`,
23
+ `${root}/**/*.server.{ts,tsx,js,jsx}`
24
+ ];
25
+ const discoveredFiles = [];
26
+ for (const pattern of patterns) {
27
+ const matches = await glob(pattern, { absolute: true });
28
+ discoveredFiles.push(...matches);
29
+ }
30
+ const uniqueFiles = [...new Set(discoveredFiles)];
31
+ const allSourceFiles = await glob(`${root}/**/*.{ts,tsx,js,jsx,css,json}`, {
32
+ absolute: true,
33
+ ignore: ["**/node_modules/**", "**/dist/**", "**/.git/**"]
34
+ });
35
+ const fsTree = generateFsTree(allSourceFiles, root);
36
+ const definitions = [];
37
+ const envelopeFiles = [];
38
+ const errors = [];
39
+ const sourceBindings = [];
40
+ for (const file of uniqueFiles) {
41
+ const relativePath = relative(root, file);
42
+ let fileContent;
43
+ try {
44
+ fileContent = readFileSync(file);
45
+ } catch {
46
+ errors.push({ file: relativePath, message: "Could not read file" });
47
+ continue;
48
+ }
49
+ const fileHash = createHash("sha256").update(fileContent).digest("hex");
50
+ const code = fileContent.toString("utf-8");
51
+ try {
52
+ const hasTsx = /\.(tsx|jsx)$/.test(file);
53
+ const parserPlugins = ["typescript"];
54
+ if (hasTsx) parserPlugins.push("jsx");
55
+ const result = transformSync(code, {
56
+ filename: file,
57
+ plugins: [[babelPlugin, { mode }]],
58
+ parserOpts: { plugins: parserPlugins, attachComment: true },
59
+ sourceMaps: true
60
+ });
61
+ const ir = result?.metadata?.mindmatrixIR;
62
+ if (ir) {
63
+ definitions.push(ir);
64
+ const bindings = extractSourceBindings(ir, relativePath);
65
+ sourceBindings.push(...bindings);
66
+ const irErrors = ir.metadata?.errors;
67
+ if (irErrors?.length) {
68
+ for (const e of irErrors) {
69
+ errors.push({ file: relativePath, message: e.message, line: e.line });
70
+ }
71
+ }
72
+ envelopeFiles.push({
73
+ path: relativePath,
74
+ hash: fileHash,
75
+ size: fileContent.length,
76
+ slug: ir.slug,
77
+ compiled: true
78
+ });
79
+ } else {
80
+ envelopeFiles.push({
81
+ path: relativePath,
82
+ hash: fileHash,
83
+ size: fileContent.length,
84
+ compiled: false
85
+ });
86
+ }
87
+ } catch (error) {
88
+ const msg = error instanceof Error ? error.message : String(error);
89
+ errors.push({ file: relativePath, message: msg });
90
+ envelopeFiles.push({
91
+ path: relativePath,
92
+ hash: fileHash,
93
+ size: fileContent.length,
94
+ compiled: false
95
+ });
96
+ }
97
+ }
98
+ const envelope = createSourceEnvelope({
99
+ blueprintSlug: slug,
100
+ blueprintVersion: version,
101
+ definitions,
102
+ fsTree,
103
+ sourceBindings,
104
+ environment: options.environment,
105
+ mode
106
+ });
107
+ const envelopeJson = JSON.stringify(envelope);
108
+ const manifestHash = createHash("sha256").update(envelopeJson).digest("hex");
109
+ const manifest = {
110
+ hash: manifestHash,
111
+ files: envelopeFiles,
112
+ version,
113
+ timestamp: envelope.createdAt,
114
+ definitionCount: definitions.length,
115
+ errorCount: errors.length
116
+ };
117
+ return {
118
+ envelope,
119
+ manifest,
120
+ files: envelopeFiles,
121
+ definitions,
122
+ errors
123
+ };
124
+ }
125
+ function extractSourceBindings(ir, filePath) {
126
+ const bindings = [];
127
+ const slug = ir.slug ?? "";
128
+ for (const field of ir.fields) {
129
+ const source = field.__source;
130
+ bindings.push({
131
+ kind: "field",
132
+ name: field.name,
133
+ workflowSlug: slug,
134
+ file: filePath,
135
+ startLine: source?.line ?? 0,
136
+ startColumn: source?.column ?? 0,
137
+ endLine: source?.endLine,
138
+ endColumn: source?.endColumn
139
+ });
140
+ }
141
+ for (const state of ir.states) {
142
+ const source = state.__source;
143
+ bindings.push({
144
+ kind: "state",
145
+ name: state.name,
146
+ workflowSlug: slug,
147
+ file: filePath,
148
+ startLine: source?.line ?? 0,
149
+ startColumn: source?.column ?? 0,
150
+ endLine: source?.endLine,
151
+ endColumn: source?.endColumn
152
+ });
153
+ }
154
+ for (const transition of ir.transitions) {
155
+ const source = transition.__source;
156
+ bindings.push({
157
+ kind: "transition",
158
+ name: transition.name,
159
+ workflowSlug: slug,
160
+ file: filePath,
161
+ startLine: source?.line ?? 0,
162
+ startColumn: source?.column ?? 0,
163
+ endLine: source?.endLine,
164
+ endColumn: source?.endColumn
165
+ });
166
+ }
167
+ if (ir.extensions) {
168
+ for (const [tag, islands] of Object.entries(ir.extensions)) {
169
+ for (const island of islands) {
170
+ bindings.push({
171
+ kind: "grammar-island",
172
+ name: `${tag}:${island.contextTag}`,
173
+ workflowSlug: slug,
174
+ file: filePath,
175
+ startLine: island.__source?.line ?? 0,
176
+ startColumn: island.__source?.column ?? 0
177
+ });
178
+ }
179
+ }
180
+ }
181
+ return bindings;
182
+ }
183
+
184
+ export {
185
+ buildEnvelope
186
+ };
@@ -0,0 +1,244 @@
1
+ import {
2
+ createSourceEnvelope,
3
+ generateFsTree
4
+ } from "./chunk-5M7DKKBC.mjs";
5
+ import {
6
+ babelPlugin
7
+ } from "./chunk-OPJKP747.mjs";
8
+
9
+ // src/cli/build.ts
10
+ import { glob } from "glob";
11
+ import { readFileSync, writeFileSync, mkdirSync, existsSync } from "fs";
12
+ import { transformSync } from "@babel/core";
13
+ import { join, basename, dirname, resolve } from "path";
14
+ import { execSync } from "child_process";
15
+ async function build(options = {}) {
16
+ const srcDir = options.src ?? "src/workflows";
17
+ const outDir = options.outDir ?? "dist/workflows";
18
+ const mode = options.mode ?? "infer";
19
+ if (!options.skipTypeCheck) {
20
+ const tsconfigPath = resolve(srcDir, "tsconfig.json");
21
+ const hasTsconfig = existsSync(tsconfigPath);
22
+ if (hasTsconfig) {
23
+ console.log(`[mindmatrix-react] Type checking (tsc --noEmit)...`);
24
+ try {
25
+ execSync(`npx tsc --noEmit --project ${tsconfigPath}`, {
26
+ cwd: resolve(srcDir),
27
+ stdio: "pipe",
28
+ encoding: "utf-8"
29
+ });
30
+ console.log(`[mindmatrix-react] Type check passed.`);
31
+ } catch (err) {
32
+ const tscError = err;
33
+ const output = tscError.stdout || tscError.stderr || "";
34
+ const lines = output.split("\n").filter((l) => l.trim());
35
+ const typeErrors = [];
36
+ for (const line of lines) {
37
+ const match = line.match(/^(.+?)\((\d+),\d+\):\s*error\s+(TS\d+):\s*(.+)$/);
38
+ if (match) {
39
+ typeErrors.push({
40
+ file: match[1],
41
+ message: `${match[3]}: ${match[4]}`,
42
+ line: parseInt(match[2], 10)
43
+ });
44
+ }
45
+ }
46
+ if (typeErrors.length > 0) {
47
+ console.error(`
48
+ [mindmatrix-react] Type check failed with ${typeErrors.length} error(s):
49
+ `);
50
+ for (const te of typeErrors) {
51
+ console.error(` \u2717 ${te.file}:${te.line || "?"} ${te.message}`);
52
+ }
53
+ console.error(`
54
+ [mindmatrix-react] Fix type errors or use --skip-type-check to bypass.
55
+ `);
56
+ return {
57
+ compiled: 0,
58
+ errors: typeErrors.length,
59
+ warnings: 0,
60
+ definitions: [],
61
+ errorDetails: typeErrors
62
+ };
63
+ } else {
64
+ console.error(`
65
+ [mindmatrix-react] Type check failed:
66
+ ${output}`);
67
+ return {
68
+ compiled: 0,
69
+ errors: 1,
70
+ warnings: 0,
71
+ definitions: [],
72
+ errorDetails: [{ file: "tsconfig.json", message: output.slice(0, 500) }]
73
+ };
74
+ }
75
+ }
76
+ }
77
+ }
78
+ const configPath = resolve(srcDir, "mm.config.ts");
79
+ if (existsSync(configPath)) {
80
+ console.log(`[mindmatrix-react] Detected mm.config.ts \u2014 using project compiler...`);
81
+ const { compileProject } = await import("./project-compiler-OP2VVGJQ.mjs");
82
+ const allProjectFiles = await glob(`${srcDir}/**/*.{ts,tsx}`, {
83
+ ignore: ["**/node_modules/**", "**/dist/**", "**/__tests__/**", "**/*.test.*"]
84
+ });
85
+ const fileMap = {};
86
+ for (const f of allProjectFiles) {
87
+ const rel = f.startsWith(srcDir + "/") ? f.slice(srcDir.length + 1) : f;
88
+ fileMap[rel] = readFileSync(f, "utf-8");
89
+ }
90
+ mkdirSync(outDir, { recursive: true });
91
+ const result2 = compileProject(fileMap, { mode });
92
+ const errors = result2.errors.filter((e) => e.severity === "error");
93
+ const warnings = result2.errors.filter((e) => e.severity === "warning");
94
+ const definitions2 = [result2.ir];
95
+ const errorDetails2 = [];
96
+ for (const err of errors) {
97
+ errorDetails2.push({ file: err.file, message: err.message, line: err.line });
98
+ console.error(` x ${err.file}${err.line ? `:${err.line}` : ""} ${err.message}`);
99
+ }
100
+ for (const warn of warnings) {
101
+ console.warn(` ! ${warn.file}${warn.line ? `:${warn.line}` : ""} ${warn.message}`);
102
+ }
103
+ const irPath = join(outDir, `${result2.ir.slug}.workflow.json`);
104
+ writeFileSync(irPath, JSON.stringify(result2.ir, null, 2), "utf-8");
105
+ console.log(` + ${basename(irPath)}`);
106
+ const seenSlugs = /* @__PURE__ */ new Set([result2.ir.slug]);
107
+ for (const child of result2.childDefinitions) {
108
+ if (seenSlugs.has(child.slug)) continue;
109
+ seenSlugs.add(child.slug);
110
+ definitions2.push(child);
111
+ const childPath = join(outDir, `${child.slug}.workflow.json`);
112
+ writeFileSync(childPath, JSON.stringify(child, null, 2), "utf-8");
113
+ console.log(` + ${basename(childPath)}`);
114
+ }
115
+ console.log(`
116
+ [mindmatrix-react] Compiled ${definitions2.length} definitions, ${errors.length} errors, ${warnings.length} warnings`);
117
+ return { compiled: definitions2.length, errors: errors.length, warnings: warnings.length, definitions: definitions2, errorDetails: errorDetails2 };
118
+ }
119
+ console.log(`[mindmatrix-react] Building workflows from ${srcDir}...`);
120
+ mkdirSync(outDir, { recursive: true });
121
+ const workflowFiles = await glob(`${srcDir}/**/*.workflow.{tsx,ts,jsx,js}`);
122
+ const modelFiles = await glob(`${srcDir}/**/models/**/*.{ts,tsx}`);
123
+ const serverFiles = await glob(`${srcDir}/**/*.server.{ts,tsx,js,jsx}`);
124
+ const allFiles = [.../* @__PURE__ */ new Set([...workflowFiles, ...modelFiles, ...serverFiles])];
125
+ if (allFiles.length === 0) {
126
+ console.log(`[mindmatrix-react] No workflow files found in ${srcDir}`);
127
+ return { compiled: 0, errors: 0, warnings: 0, definitions: [], errorDetails: [] };
128
+ }
129
+ let compiled = 0;
130
+ let errorCount = 0;
131
+ let warningCount = 0;
132
+ const definitions = [];
133
+ const errorDetails = [];
134
+ for (const file of allFiles) {
135
+ try {
136
+ const code = readFileSync(file, "utf-8");
137
+ const result2 = transformSync(code, {
138
+ filename: file,
139
+ plugins: [[babelPlugin, { mode }]],
140
+ parserOpts: { plugins: ["jsx", "typescript"], attachComment: true }
141
+ });
142
+ const ir = result2?.metadata?.mindmatrixIR;
143
+ const definition = result2?.metadata?.mindmatrixDefinition;
144
+ const canonical = result2?.metadata?.mindmatrixCanonical;
145
+ if (ir) {
146
+ definitions.push(ir);
147
+ const irErrors = ir.metadata?.errors;
148
+ const irWarnings = ir.metadata?.warnings;
149
+ if (irErrors && irErrors.length > 0) {
150
+ for (const err of irErrors) {
151
+ errorDetails.push({
152
+ file: basename(file),
153
+ message: err.message,
154
+ line: err.line
155
+ });
156
+ console.error(` \u2717 ${basename(file)}:${err.line || "?"} ${err.message}`);
157
+ }
158
+ errorCount += irErrors.length;
159
+ }
160
+ if (irWarnings && irWarnings.length > 0) {
161
+ for (const warn of irWarnings) {
162
+ console.warn(` \u26A0 ${basename(file)}:${warn.line || "?"} ${warn.message}`);
163
+ }
164
+ warningCount += irWarnings.length;
165
+ }
166
+ const compiledFileName = basename(file).replace(/\.workflow\.(tsx?|jsx?)$/, ".json").replace(/\.(tsx?|jsx?)$/, ".json");
167
+ const compiledFile = join(outDir, compiledFileName);
168
+ mkdirSync(dirname(compiledFile), { recursive: true });
169
+ writeFileSync(compiledFile, JSON.stringify({ canonical, ir }, null, 2), "utf-8");
170
+ const irFileName = basename(file).replace(/\.workflow\.(tsx?|jsx?)$/, ".workflow.json").replace(/\.(tsx?|jsx?)$/, ".json");
171
+ const irFile = join(outDir, irFileName);
172
+ writeFileSync(irFile, JSON.stringify(ir, null, 2), "utf-8");
173
+ if (definition) {
174
+ const defFileName = basename(file).replace(/\.workflow\.(tsx?|jsx?)$/, ".def.json").replace(/\.(tsx?|jsx?)$/, ".def.json");
175
+ const defFile = join(outDir, defFileName);
176
+ writeFileSync(defFile, JSON.stringify(definition, null, 2), "utf-8");
177
+ }
178
+ console.log(` \u2713 ${basename(file)} \u2192 ${compiledFileName}`);
179
+ compiled++;
180
+ } else {
181
+ console.error(` \u2717 ${basename(file)}: No IR generated`);
182
+ errorDetails.push({ file: basename(file), message: "No IR generated" });
183
+ errorCount++;
184
+ }
185
+ } catch (error) {
186
+ const msg = error.message;
187
+ console.error(` \u2717 ${basename(file)}: ${msg}`);
188
+ errorDetails.push({ file: basename(file), message: msg });
189
+ errorCount++;
190
+ }
191
+ }
192
+ if (options.envelope) {
193
+ const allSourceFiles = await glob(`${srcDir}/**/*.{ts,tsx,js,jsx}`);
194
+ const fsTree = generateFsTree(allSourceFiles, resolve(srcDir));
195
+ const envelope = createSourceEnvelope({
196
+ blueprintSlug: options.slug || "project",
197
+ blueprintVersion: options.version || "0.1.0",
198
+ definitions,
199
+ fsTree,
200
+ mode
201
+ });
202
+ const envelopePath = join(outDir, "envelope.json");
203
+ writeFileSync(envelopePath, JSON.stringify(envelope, null, 2), "utf-8");
204
+ console.log(`
205
+ \u2713 Source envelope \u2192 envelope.json (${envelope.envelopeId.substring(0, 8)})`);
206
+ }
207
+ console.log(`
208
+ [mindmatrix-react] Compiled ${compiled} workflows, ${errorCount} errors, ${warningCount} warnings`);
209
+ const result = { compiled, errors: errorCount, warnings: warningCount, definitions, errorDetails };
210
+ if (options.watch) {
211
+ await startWatchMode(options);
212
+ }
213
+ return result;
214
+ }
215
+ async function startWatchMode(options) {
216
+ const { watch: fsWatch } = await import("fs");
217
+ const srcDir = options.src ?? "src/workflows";
218
+ let debounce = null;
219
+ console.log(`
220
+ [mindmatrix-react] Watching ${srcDir} for changes... (Ctrl+C to stop)
221
+ `);
222
+ fsWatch(srcDir, { recursive: true }, (_event, filename) => {
223
+ if (!filename) return;
224
+ if (!filename.match(/\.(tsx?|jsx?)$/)) return;
225
+ if (filename.includes("node_modules") || filename.includes("dist")) return;
226
+ if (debounce) clearTimeout(debounce);
227
+ debounce = setTimeout(async () => {
228
+ const ts = (/* @__PURE__ */ new Date()).toLocaleTimeString();
229
+ console.log(`
230
+ [${ts}] Change detected: ${filename} \u2014 recompiling...`);
231
+ try {
232
+ await build({ ...options, watch: false, skipTypeCheck: true });
233
+ } catch (e) {
234
+ console.error(`[mindmatrix-react] Rebuild failed:`, e.message);
235
+ }
236
+ }, 300);
237
+ });
238
+ return new Promise(() => {
239
+ });
240
+ }
241
+
242
+ export {
243
+ build
244
+ };