@mmapp/react-compiler 0.1.0-alpha.6 → 0.1.0-alpha.9
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/auth-3UK75242.mjs +17 -0
- package/dist/babel/index.d.mts +2 -2
- package/dist/babel/index.d.ts +2 -2
- package/dist/babel/index.js +5 -5
- package/dist/babel/index.mjs +1 -1
- package/dist/chunk-5FTDWKHH.mjs +244 -0
- package/dist/chunk-7JRAEFRB.mjs +7510 -0
- package/dist/chunk-7T6Q5KAA.mjs +7506 -0
- package/dist/chunk-ABYPKRSB.mjs +215 -0
- package/dist/chunk-BZEXUPDH.mjs +175 -0
- package/dist/chunk-HRYR54PT.mjs +175 -0
- package/dist/chunk-J3M4GUS7.mjs +161 -0
- package/dist/chunk-JRGFBWTN.mjs +2918 -0
- package/dist/chunk-O4AUS7EU.mjs +148 -0
- package/dist/chunk-R2DD5GTY.mjs +186 -0
- package/dist/chunk-UDDTWG5J.mjs +734 -0
- package/dist/chunk-VLTKQDJ3.mjs +244 -0
- package/dist/chunk-WVYY32LD.mjs +939 -0
- package/dist/chunk-XDVM4YHX.mjs +3450 -0
- package/dist/chunk-Z2G5RZ4H.mjs +186 -0
- package/dist/chunk-ZE3KCHBM.mjs +2918 -0
- package/dist/cli/index.js +4350 -3206
- package/dist/cli/index.mjs +77 -179
- package/dist/codemod/cli.js +1 -1
- package/dist/codemod/cli.mjs +1 -1
- package/dist/codemod/index.d.mts +3 -3
- package/dist/codemod/index.d.ts +3 -3
- package/dist/codemod/index.js +1 -1
- package/dist/codemod/index.mjs +1 -1
- package/dist/deploy-YAJGW6II.mjs +9 -0
- package/dist/dev-server-CrQ041KP.d.mts +79 -0
- package/dist/dev-server-CrQ041KP.d.ts +79 -0
- package/dist/dev-server.d.mts +2 -2
- package/dist/dev-server.d.ts +2 -2
- package/dist/dev-server.js +1218 -86
- package/dist/dev-server.mjs +4 -4
- package/dist/envelope-ChEkuHij.d.mts +265 -0
- package/dist/envelope-ChEkuHij.d.ts +265 -0
- package/dist/envelope.d.mts +2 -2
- package/dist/envelope.d.ts +2 -2
- package/dist/envelope.js +5 -5
- package/dist/envelope.mjs +2 -2
- package/dist/index-CEKyyazf.d.mts +104 -0
- package/dist/index-CEKyyazf.d.ts +104 -0
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1266 -342
- package/dist/index.mjs +8 -8
- package/dist/init-7FJENUDK.mjs +407 -0
- package/dist/project-compiler-NNK32MPG.mjs +10 -0
- package/dist/project-compiler-ZB4RUYVL.mjs +10 -0
- package/dist/project-decompiler-U55HQUHW.mjs +7 -0
- package/dist/pull-KOL2QAYQ.mjs +109 -0
- package/dist/seed-KOGEPGOJ.mjs +154 -0
- package/dist/server-VW6UPCHO.mjs +277 -0
- package/dist/testing/index.d.mts +8 -8
- package/dist/testing/index.d.ts +8 -8
- package/dist/testing/index.js +5 -5
- package/dist/testing/index.mjs +1 -1
- package/dist/verify-BYHUKARQ.mjs +1833 -0
- package/dist/verify-OQDEQYMS.mjs +1833 -0
- package/dist/vite/index.d.mts +1 -1
- package/dist/vite/index.d.ts +1 -1
- package/dist/vite/index.js +5 -5
- package/dist/vite/index.mjs +2 -2
- package/examples/authentication/main.workflow.tsx +1 -1
- package/examples/authentication/mm.config.ts +1 -1
- package/examples/authentication/pages/LoginPage.tsx +2 -2
- package/examples/authentication/pages/SignupPage.tsx +2 -2
- package/examples/counter.workflow.tsx +1 -1
- package/examples/dashboard.workflow.tsx +1 -1
- package/examples/invoice-approval/actions/invoice.server.ts +1 -1
- package/examples/invoice-approval/main.workflow.tsx +1 -1
- package/examples/invoice-approval/mm.config.ts +1 -1
- package/examples/invoice-approval/pages/InvoiceDetailPage.tsx +1 -1
- package/examples/invoice-approval/pages/InvoiceFormPage.tsx +1 -1
- package/examples/invoice-approval/pages/InvoiceListPage.tsx +1 -1
- package/examples/todo-app.workflow.tsx +1 -1
- package/examples/uber-app/actions/matching.server.ts +1 -1
- package/examples/uber-app/actions/notifications.server.ts +1 -1
- package/examples/uber-app/actions/payments.server.ts +1 -1
- package/examples/uber-app/actions/pricing.server.ts +1 -1
- package/examples/uber-app/app/admin/analytics.tsx +2 -2
- package/examples/uber-app/app/admin/fleet.tsx +2 -2
- package/examples/uber-app/app/admin/surge-pricing.tsx +2 -2
- package/examples/uber-app/app/driver/dashboard.tsx +2 -2
- package/examples/uber-app/app/driver/earnings.tsx +2 -2
- package/examples/uber-app/app/driver/navigation.tsx +2 -2
- package/examples/uber-app/app/driver/ride-acceptance.tsx +2 -2
- package/examples/uber-app/app/rider/home.tsx +2 -2
- package/examples/uber-app/app/rider/payment-methods.tsx +2 -2
- package/examples/uber-app/app/rider/ride-history.tsx +2 -2
- package/examples/uber-app/app/rider/ride-tracking.tsx +2 -2
- package/examples/uber-app/components/DriverCard.tsx +1 -1
- package/examples/uber-app/components/MapView.tsx +3 -3
- package/examples/uber-app/components/RatingStars.tsx +2 -2
- package/examples/uber-app/components/RideCard.tsx +1 -1
- package/examples/uber-app/mm.config.ts +1 -1
- package/examples/uber-app/workflows/dispute-resolution.workflow.tsx +2 -2
- package/examples/uber-app/workflows/driver-onboarding.workflow.tsx +2 -2
- package/examples/uber-app/workflows/payment-processing.workflow.tsx +2 -2
- package/examples/uber-app/workflows/ride-request.workflow.tsx +2 -2
- package/package.json +9 -13
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
loadCredentials,
|
|
3
|
+
login,
|
|
4
|
+
logout,
|
|
5
|
+
resolveToken,
|
|
6
|
+
saveCredentials,
|
|
7
|
+
whoami
|
|
8
|
+
} from "./chunk-J3M4GUS7.mjs";
|
|
9
|
+
import "./chunk-CIESM3BP.mjs";
|
|
10
|
+
export {
|
|
11
|
+
loadCredentials,
|
|
12
|
+
login,
|
|
13
|
+
logout,
|
|
14
|
+
resolveToken,
|
|
15
|
+
saveCredentials,
|
|
16
|
+
whoami
|
|
17
|
+
};
|
package/dist/babel/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '@babel/traverse';
|
|
2
|
-
export { b as default } from '../index-
|
|
3
|
-
import '@
|
|
2
|
+
export { b as default } from '../index-CEKyyazf.mjs';
|
|
3
|
+
import '@mmapp/player-core';
|
package/dist/babel/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '@babel/traverse';
|
|
2
|
-
export { b as default } from '../index-
|
|
3
|
-
import '@
|
|
2
|
+
export { b as default } from '../index-CEKyyazf.js';
|
|
3
|
+
import '@mmapp/player-core';
|
package/dist/babel/index.js
CHANGED
|
@@ -4223,7 +4223,7 @@ function extractImperativeWorkflow(path, state) {
|
|
|
4223
4223
|
const source = node.source.value;
|
|
4224
4224
|
for (const spec of node.specifiers) {
|
|
4225
4225
|
const localName = spec.local.name;
|
|
4226
|
-
if (source.includes("@mmapp/react") || source.includes("@
|
|
4226
|
+
if (source.includes("@mmapp/react") || source.includes("@mmapp/react")) {
|
|
4227
4227
|
stdLibImports.add(localName);
|
|
4228
4228
|
} else {
|
|
4229
4229
|
importedFns.set(localName, source);
|
|
@@ -5994,7 +5994,7 @@ function extractStaticObj(obj) {
|
|
|
5994
5994
|
}
|
|
5995
5995
|
|
|
5996
5996
|
// src/babel/emitters/pure-form-emitter.ts
|
|
5997
|
-
var import_player_core = require("@
|
|
5997
|
+
var import_player_core = require("@mmapp/player-core");
|
|
5998
5998
|
|
|
5999
5999
|
// src/babel/emitters/experience-transform.ts
|
|
6000
6000
|
function transformToFrontend(node) {
|
|
@@ -7168,7 +7168,7 @@ function createVisitor(options = {}) {
|
|
|
7168
7168
|
if (mode === "strict" && STRICT_BANNED_HOOKS[hookName]) {
|
|
7169
7169
|
const error = {
|
|
7170
7170
|
code: STRICT_BANNED_HOOKS[hookName],
|
|
7171
|
-
message: `${hookName}() is not allowed in strict mode. Use @
|
|
7171
|
+
message: `${hookName}() is not allowed in strict mode. Use @mmapp/react effect hooks instead.`,
|
|
7172
7172
|
line: path.node.loc?.start.line,
|
|
7173
7173
|
column: path.node.loc?.start.column,
|
|
7174
7174
|
severity: "error"
|
|
@@ -7260,12 +7260,12 @@ function createVisitor(options = {}) {
|
|
|
7260
7260
|
}
|
|
7261
7261
|
}
|
|
7262
7262
|
if (mode !== "strict") return;
|
|
7263
|
-
if (source.startsWith("@
|
|
7263
|
+
if (source.startsWith("@mmapp/") || source.startsWith("@mmapp/") || source === "react" || source.startsWith("react/") || source.startsWith(".") || source.startsWith("/")) {
|
|
7264
7264
|
return;
|
|
7265
7265
|
}
|
|
7266
7266
|
const error = {
|
|
7267
7267
|
code: "STRICT_FORBIDDEN_IMPORT",
|
|
7268
|
-
message: `Import from '${source}' is not allowed in strict mode. Only @
|
|
7268
|
+
message: `Import from '${source}' is not allowed in strict mode. Only @mmapp/* and relative imports are permitted.`,
|
|
7269
7269
|
line: path.node.loc?.start.line,
|
|
7270
7270
|
column: path.node.loc?.start.column,
|
|
7271
7271
|
severity: "error"
|
package/dist/babel/index.mjs
CHANGED
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createSourceEnvelope,
|
|
3
|
+
generateFsTree
|
|
4
|
+
} from "./chunk-5M7DKKBC.mjs";
|
|
5
|
+
import {
|
|
6
|
+
babelPlugin
|
|
7
|
+
} from "./chunk-7JRAEFRB.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-NNK32MPG.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
|
+
};
|