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

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 (103) hide show
  1. package/dist/babel/index.d.mts +2 -2
  2. package/dist/babel/index.d.ts +2 -2
  3. package/dist/babel/index.js +5 -5
  4. package/dist/babel/index.mjs +1 -1
  5. package/dist/cli/index.js +797 -1941
  6. package/dist/cli/index.mjs +179 -77
  7. package/dist/codemod/cli.js +1 -1
  8. package/dist/codemod/cli.mjs +1 -1
  9. package/dist/codemod/index.d.mts +3 -3
  10. package/dist/codemod/index.d.ts +3 -3
  11. package/dist/codemod/index.js +1 -1
  12. package/dist/codemod/index.mjs +1 -1
  13. package/dist/dev-server.d.mts +2 -2
  14. package/dist/dev-server.d.ts +2 -2
  15. package/dist/dev-server.js +86 -1218
  16. package/dist/dev-server.mjs +4 -4
  17. package/dist/envelope.d.mts +2 -2
  18. package/dist/envelope.d.ts +2 -2
  19. package/dist/envelope.js +5 -5
  20. package/dist/envelope.mjs +2 -2
  21. package/dist/index.d.mts +8 -8
  22. package/dist/index.d.ts +8 -8
  23. package/dist/index.js +342 -1266
  24. package/dist/index.mjs +8 -8
  25. package/dist/testing/index.d.mts +8 -8
  26. package/dist/testing/index.d.ts +8 -8
  27. package/dist/testing/index.js +5 -5
  28. package/dist/testing/index.mjs +1 -1
  29. package/dist/vite/index.d.mts +1 -1
  30. package/dist/vite/index.d.ts +1 -1
  31. package/dist/vite/index.js +5 -5
  32. package/dist/vite/index.mjs +2 -2
  33. package/examples/authentication/main.workflow.tsx +1 -1
  34. package/examples/authentication/mm.config.ts +1 -1
  35. package/examples/authentication/pages/LoginPage.tsx +2 -2
  36. package/examples/authentication/pages/SignupPage.tsx +2 -2
  37. package/examples/counter.workflow.tsx +1 -1
  38. package/examples/dashboard.workflow.tsx +1 -1
  39. package/examples/invoice-approval/actions/invoice.server.ts +1 -1
  40. package/examples/invoice-approval/main.workflow.tsx +1 -1
  41. package/examples/invoice-approval/mm.config.ts +1 -1
  42. package/examples/invoice-approval/pages/InvoiceDetailPage.tsx +1 -1
  43. package/examples/invoice-approval/pages/InvoiceFormPage.tsx +1 -1
  44. package/examples/invoice-approval/pages/InvoiceListPage.tsx +1 -1
  45. package/examples/todo-app.workflow.tsx +1 -1
  46. package/examples/uber-app/actions/matching.server.ts +1 -1
  47. package/examples/uber-app/actions/notifications.server.ts +1 -1
  48. package/examples/uber-app/actions/payments.server.ts +1 -1
  49. package/examples/uber-app/actions/pricing.server.ts +1 -1
  50. package/examples/uber-app/app/admin/analytics.tsx +2 -2
  51. package/examples/uber-app/app/admin/fleet.tsx +2 -2
  52. package/examples/uber-app/app/admin/surge-pricing.tsx +2 -2
  53. package/examples/uber-app/app/driver/dashboard.tsx +2 -2
  54. package/examples/uber-app/app/driver/earnings.tsx +2 -2
  55. package/examples/uber-app/app/driver/navigation.tsx +2 -2
  56. package/examples/uber-app/app/driver/ride-acceptance.tsx +2 -2
  57. package/examples/uber-app/app/rider/home.tsx +2 -2
  58. package/examples/uber-app/app/rider/payment-methods.tsx +2 -2
  59. package/examples/uber-app/app/rider/ride-history.tsx +2 -2
  60. package/examples/uber-app/app/rider/ride-tracking.tsx +2 -2
  61. package/examples/uber-app/components/DriverCard.tsx +1 -1
  62. package/examples/uber-app/components/MapView.tsx +3 -3
  63. package/examples/uber-app/components/RatingStars.tsx +2 -2
  64. package/examples/uber-app/components/RideCard.tsx +1 -1
  65. package/examples/uber-app/mm.config.ts +1 -1
  66. package/examples/uber-app/workflows/dispute-resolution.workflow.tsx +2 -2
  67. package/examples/uber-app/workflows/driver-onboarding.workflow.tsx +2 -2
  68. package/examples/uber-app/workflows/payment-processing.workflow.tsx +2 -2
  69. package/examples/uber-app/workflows/ride-request.workflow.tsx +2 -2
  70. package/package.json +13 -9
  71. package/dist/auth-3UK75242.mjs +0 -17
  72. package/dist/chunk-5FTDWKHH.mjs +0 -244
  73. package/dist/chunk-7JRAEFRB.mjs +0 -7510
  74. package/dist/chunk-7T6Q5KAA.mjs +0 -7506
  75. package/dist/chunk-ABYPKRSB.mjs +0 -215
  76. package/dist/chunk-BZEXUPDH.mjs +0 -175
  77. package/dist/chunk-HRYR54PT.mjs +0 -175
  78. package/dist/chunk-J3M4GUS7.mjs +0 -161
  79. package/dist/chunk-JRGFBWTN.mjs +0 -2918
  80. package/dist/chunk-O4AUS7EU.mjs +0 -148
  81. package/dist/chunk-R2DD5GTY.mjs +0 -186
  82. package/dist/chunk-UDDTWG5J.mjs +0 -734
  83. package/dist/chunk-VLTKQDJ3.mjs +0 -244
  84. package/dist/chunk-WVYY32LD.mjs +0 -939
  85. package/dist/chunk-XDVM4YHX.mjs +0 -3450
  86. package/dist/chunk-Z2G5RZ4H.mjs +0 -186
  87. package/dist/chunk-ZE3KCHBM.mjs +0 -2918
  88. package/dist/deploy-YAJGW6II.mjs +0 -9
  89. package/dist/dev-server-CrQ041KP.d.mts +0 -79
  90. package/dist/dev-server-CrQ041KP.d.ts +0 -79
  91. package/dist/envelope-ChEkuHij.d.mts +0 -265
  92. package/dist/envelope-ChEkuHij.d.ts +0 -265
  93. package/dist/index-CEKyyazf.d.mts +0 -104
  94. package/dist/index-CEKyyazf.d.ts +0 -104
  95. package/dist/init-7FJENUDK.mjs +0 -407
  96. package/dist/project-compiler-NNK32MPG.mjs +0 -10
  97. package/dist/project-compiler-ZB4RUYVL.mjs +0 -10
  98. package/dist/project-decompiler-U55HQUHW.mjs +0 -7
  99. package/dist/pull-KOL2QAYQ.mjs +0 -109
  100. package/dist/seed-KOGEPGOJ.mjs +0 -154
  101. package/dist/server-VW6UPCHO.mjs +0 -277
  102. package/dist/verify-BYHUKARQ.mjs +0 -1833
  103. package/dist/verify-OQDEQYMS.mjs +0 -1833
@@ -1,104 +0,0 @@
1
- import * as _babel_traverse from '@babel/traverse';
2
- import { IRActionDefinition, IRFieldDefinition, IRStateDefinition, IRTransitionDefinition, IROnEventSubscription, IRExperienceNode, IRGrammarIsland, CompilerErrorCode } from '@mmapp/player-core';
3
-
4
- /**
5
- * Change Extractor — extracts useOnChange calls and converts them to field watcher metadata.
6
- *
7
- * INPUT:
8
- * useOnChange('status', (newVal, oldVal) => {
9
- * console.log(`Status changed from ${oldVal} to ${newVal}`);
10
- * });
11
- *
12
- * OUTPUT (stored in compilerState metadata.fieldWatchers[]):
13
- * {
14
- * id: "watcher_1",
15
- * field: "status",
16
- * actions: [{ id: "auto_N", type: "log_event", mode: "auto", config: { message: "..." } }]
17
- * }
18
- */
19
-
20
- interface FieldWatcher {
21
- id: string;
22
- field: string;
23
- actions: IRActionDefinition[];
24
- }
25
-
26
- /**
27
- * Transition Effect Extractor — extracts useOnTransition calls.
28
- *
29
- * INPUT:
30
- * useOnTransition(({ from, to }) => {
31
- * console.log(`Transitioned from ${from} to ${to}`);
32
- * });
33
- *
34
- * OUTPUT (stored in compilerState metadata.transitionEffects[]):
35
- * {
36
- * id: "transition_effect_1",
37
- * actions: [{ id: "auto_N", type: "log_event", mode: "auto", config: { message: "..." } }]
38
- * }
39
- */
40
-
41
- interface TransitionEffect {
42
- id: string;
43
- actions: IRActionDefinition[];
44
- }
45
-
46
- /**
47
- * Internal types for the compiler state and extracted data.
48
- */
49
-
50
- interface ExtractedWorkflow {
51
- slug: string;
52
- name: string;
53
- version: string;
54
- description?: string;
55
- category: string;
56
- fields: IRFieldDefinition[];
57
- states: Map<string, IRStateDefinition>;
58
- transitions: IRTransitionDefinition[];
59
- events: IROnEventSubscription[];
60
- experience?: IRExperienceNode;
61
- fieldWatchers?: FieldWatcher[];
62
- transitionEffects?: TransitionEffect[];
63
- grammarIslands?: IRGrammarIsland[];
64
- errors?: ReactCompilerError[];
65
- warnings?: ReactCompilerError[];
66
- /** Extra metadata from model files (runtime, fieldOptions, etc.) */
67
- extraMetadata?: Record<string, unknown>;
68
- }
69
- interface CompilerState {
70
- fields: IRFieldDefinition[];
71
- states: Map<string, IRStateDefinition>;
72
- transitions: IRTransitionDefinition[];
73
- events: IROnEventSubscription[];
74
- experience?: IRExperienceNode;
75
- actionCounter: number;
76
- metadata: {
77
- slug?: string;
78
- name?: string;
79
- version?: string;
80
- description?: string;
81
- category?: string;
82
- [key: string]: unknown;
83
- };
84
- errors?: ReactCompilerError[];
85
- warnings?: ReactCompilerError[];
86
- }
87
- interface CompilerOptions {
88
- mode?: 'strict' | 'infer';
89
- filename?: string;
90
- }
91
- interface ReactCompilerError {
92
- code: CompilerErrorCode;
93
- message: string;
94
- line?: number;
95
- column?: number;
96
- severity: 'error' | 'warning';
97
- }
98
-
99
- declare function babelPlugin(api: any, options?: CompilerOptions): {
100
- name: string;
101
- visitor: _babel_traverse.Visitor;
102
- };
103
-
104
- export { type CompilerState as C, type ExtractedWorkflow as E, type ReactCompilerError as R, type CompilerOptions as a, babelPlugin as b };
@@ -1,104 +0,0 @@
1
- import * as _babel_traverse from '@babel/traverse';
2
- import { IRActionDefinition, IRFieldDefinition, IRStateDefinition, IRTransitionDefinition, IROnEventSubscription, IRExperienceNode, IRGrammarIsland, CompilerErrorCode } from '@mmapp/player-core';
3
-
4
- /**
5
- * Change Extractor — extracts useOnChange calls and converts them to field watcher metadata.
6
- *
7
- * INPUT:
8
- * useOnChange('status', (newVal, oldVal) => {
9
- * console.log(`Status changed from ${oldVal} to ${newVal}`);
10
- * });
11
- *
12
- * OUTPUT (stored in compilerState metadata.fieldWatchers[]):
13
- * {
14
- * id: "watcher_1",
15
- * field: "status",
16
- * actions: [{ id: "auto_N", type: "log_event", mode: "auto", config: { message: "..." } }]
17
- * }
18
- */
19
-
20
- interface FieldWatcher {
21
- id: string;
22
- field: string;
23
- actions: IRActionDefinition[];
24
- }
25
-
26
- /**
27
- * Transition Effect Extractor — extracts useOnTransition calls.
28
- *
29
- * INPUT:
30
- * useOnTransition(({ from, to }) => {
31
- * console.log(`Transitioned from ${from} to ${to}`);
32
- * });
33
- *
34
- * OUTPUT (stored in compilerState metadata.transitionEffects[]):
35
- * {
36
- * id: "transition_effect_1",
37
- * actions: [{ id: "auto_N", type: "log_event", mode: "auto", config: { message: "..." } }]
38
- * }
39
- */
40
-
41
- interface TransitionEffect {
42
- id: string;
43
- actions: IRActionDefinition[];
44
- }
45
-
46
- /**
47
- * Internal types for the compiler state and extracted data.
48
- */
49
-
50
- interface ExtractedWorkflow {
51
- slug: string;
52
- name: string;
53
- version: string;
54
- description?: string;
55
- category: string;
56
- fields: IRFieldDefinition[];
57
- states: Map<string, IRStateDefinition>;
58
- transitions: IRTransitionDefinition[];
59
- events: IROnEventSubscription[];
60
- experience?: IRExperienceNode;
61
- fieldWatchers?: FieldWatcher[];
62
- transitionEffects?: TransitionEffect[];
63
- grammarIslands?: IRGrammarIsland[];
64
- errors?: ReactCompilerError[];
65
- warnings?: ReactCompilerError[];
66
- /** Extra metadata from model files (runtime, fieldOptions, etc.) */
67
- extraMetadata?: Record<string, unknown>;
68
- }
69
- interface CompilerState {
70
- fields: IRFieldDefinition[];
71
- states: Map<string, IRStateDefinition>;
72
- transitions: IRTransitionDefinition[];
73
- events: IROnEventSubscription[];
74
- experience?: IRExperienceNode;
75
- actionCounter: number;
76
- metadata: {
77
- slug?: string;
78
- name?: string;
79
- version?: string;
80
- description?: string;
81
- category?: string;
82
- [key: string]: unknown;
83
- };
84
- errors?: ReactCompilerError[];
85
- warnings?: ReactCompilerError[];
86
- }
87
- interface CompilerOptions {
88
- mode?: 'strict' | 'infer';
89
- filename?: string;
90
- }
91
- interface ReactCompilerError {
92
- code: CompilerErrorCode;
93
- message: string;
94
- line?: number;
95
- column?: number;
96
- severity: 'error' | 'warning';
97
- }
98
-
99
- declare function babelPlugin(api: any, options?: CompilerOptions): {
100
- name: string;
101
- visitor: _babel_traverse.Visitor;
102
- };
103
-
104
- export { type CompilerState as C, type ExtractedWorkflow as E, type ReactCompilerError as R, type CompilerOptions as a, babelPlugin as b };
@@ -1,407 +0,0 @@
1
- import "./chunk-CIESM3BP.mjs";
2
-
3
- // src/cli/init.ts
4
- import { mkdirSync, writeFileSync, existsSync } from "fs";
5
- import { join } from "path";
6
- import { execSync } from "child_process";
7
- function toTitleCase(slug) {
8
- return slug.split("-").map((w) => w.charAt(0).toUpperCase() + w.slice(1)).join(" ");
9
- }
10
- function toPascalCase(slug) {
11
- return slug.split("-").map((w) => w.charAt(0).toUpperCase() + w.slice(1)).join("");
12
- }
13
- function generatePackageJson(name) {
14
- return JSON.stringify(
15
- {
16
- name: `@mmapp/blueprint-${name}`,
17
- version: "0.1.0",
18
- private: true,
19
- type: "module",
20
- scripts: {
21
- build: "mmrc build --src . --out dist",
22
- dev: "mmrc dev --src . --port 5199",
23
- deploy: "mmrc deploy --build --src ."
24
- },
25
- dependencies: {
26
- "@mmapp/react": "^0.1.0-alpha.1"
27
- },
28
- devDependencies: {
29
- typescript: "^5.5.0",
30
- "@types/react": "^18.0.0",
31
- react: "^18.0.0"
32
- }
33
- },
34
- null,
35
- 2
36
- );
37
- }
38
- function generateMmConfig(name, opts) {
39
- const title = toTitleCase(name);
40
- const desc = opts.description ?? `${title} blueprint.`;
41
- const icon = opts.icon ?? "box";
42
- const author = opts.author ?? "MindMatrix";
43
- return `import { defineBlueprint } from '@mmapp/react';
44
-
45
- export default defineBlueprint({
46
- slug: '${name}',
47
- name: '${title}',
48
- version: '1.0.0',
49
- description: '${desc}',
50
- author: '${author}',
51
- icon: '${icon}',
52
- mode: 'infer',
53
- defaultRuntime: 'collaborative',
54
-
55
- models: [
56
- 'models/item',
57
- ],
58
-
59
- routes: [
60
- { path: '/', view: 'app/page', label: 'Home' },
61
- ],
62
-
63
- dependencies: [],
64
- });
65
- `;
66
- }
67
- function generateModel(name) {
68
- const modelSlug = `${name}-item`;
69
- const pascal = toPascalCase(name);
70
- return `/**
71
- * ${pascal} Item \u2014 data model with lifecycle states.
72
- *
73
- * States: draft \u2192 active \u2192 archived
74
- */
75
-
76
- import { defineModel } from '@mmapp/react';
77
-
78
- export interface ${pascal}ItemFields {
79
- title: string;
80
- description: string;
81
- priority: 'low' | 'medium' | 'high';
82
- createdAt: number;
83
- }
84
-
85
- export default defineModel({
86
- slug: '${modelSlug}',
87
- version: '1.0.0',
88
- category: ['model', '${name}'],
89
-
90
- fields: {
91
- title: { type: 'string', required: true },
92
- description: { type: 'string', default: '' },
93
- priority: { type: 'string', default: 'medium', enum: ['low', 'medium', 'high'] },
94
- createdAt: { type: 'number', default: 0 },
95
- },
96
-
97
- states: {
98
- draft: {
99
- type: 'initial',
100
- onEnter: [
101
- { id: 'set-created', type: 'set_field', mode: 'auto', config: { field: 'createdAt', expression: 'NOW()' } },
102
- ],
103
- },
104
- active: {
105
- onEnter: [
106
- { id: 'log-activated', type: 'log_event', mode: 'auto', config: { event: '${modelSlug}.activated' } },
107
- ],
108
- },
109
- archived: {
110
- type: 'end',
111
- },
112
- },
113
-
114
- transitions: {
115
- activate: {
116
- from: 'draft',
117
- to: 'active',
118
- description: 'Publish this item',
119
- },
120
- archive: {
121
- from: 'active',
122
- to: 'archived',
123
- description: 'Archive this item',
124
- },
125
- },
126
- });
127
- `;
128
- }
129
- function generateTsconfig() {
130
- return JSON.stringify(
131
- {
132
- compilerOptions: {
133
- target: "ES2020",
134
- module: "ESNext",
135
- moduleResolution: "bundler",
136
- jsx: "react-jsx",
137
- strict: true,
138
- esModuleInterop: true,
139
- skipLibCheck: true,
140
- forceConsistentCasingInFileNames: true,
141
- declaration: false,
142
- noEmit: true
143
- },
144
- include: ["**/*.ts", "**/*.tsx"],
145
- exclude: ["node_modules", "dist"]
146
- },
147
- null,
148
- 2
149
- );
150
- }
151
- function generateLayout(name) {
152
- const title = toTitleCase(name);
153
- return `/**
154
- * @workflow slug="${name}-layout" version="1.0.0" category="view"
155
- *
156
- * Root layout with sidebar navigation.
157
- */
158
-
159
- import {
160
- Row,
161
- Stack,
162
- Slot,
163
- Text,
164
- Icon,
165
- Button,
166
- Divider,
167
- } from '@mmapp/react/atoms';
168
- import { useRouter } from '@mmapp/react';
169
-
170
- export default function Layout({ children }: { children: React.ReactNode }) {
171
- const router = useRouter();
172
-
173
- return (
174
- <Row gap={0} height="100vh" overflow="hidden">
175
- {/* Sidebar */}
176
- <Stack
177
- width={240}
178
- borderRight="1px solid token:border"
179
- height="100vh"
180
- background="token:surface"
181
- >
182
- <Row padding={12} gap={8} align="center" borderBottom="1px solid token:border">
183
- <Icon name="box" size={20} color="token:primary" />
184
- <Text variant="label" size="sm" value="${title}" />
185
- </Row>
186
-
187
- <Stack padding={8} gap={4}>
188
- <Button variant="ghost" onPress={() => router.push('/')}>
189
- <Row gap={8} align="center">
190
- <Icon name="home" size={16} />
191
- <Text size="sm" value="Home" />
192
- </Row>
193
- </Button>
194
- <Button variant="ghost" onPress={() => router.push('/settings')}>
195
- <Row gap={8} align="center">
196
- <Icon name="settings" size={16} />
197
- <Text size="sm" value="Settings" />
198
- </Row>
199
- </Button>
200
- </Stack>
201
-
202
- <Divider />
203
- <Stack flex={1} />
204
- <Row padding={12}>
205
- <Text variant="muted" size="xs" value="v1.0.0" />
206
- </Row>
207
- </Stack>
208
-
209
- {/* Main content */}
210
- <Stack flex={1} overflow="auto">
211
- {children}
212
- </Stack>
213
- </Row>
214
- );
215
- }
216
- `;
217
- }
218
- function generatePage(name) {
219
- const title = toTitleCase(name);
220
- const pascal = toPascalCase(name);
221
- return `/**
222
- * @workflow slug="${name}-home" version="1.0.0" category="page"
223
- *
224
- * Index page \u2014 lists items with create and search.
225
- */
226
-
227
- import { useState } from 'react';
228
- import itemModel from '../models/item';
229
- import {
230
- useQuery, useMutation, useRouter,
231
- Stack, Row, Text, Button, Icon, Card, Show, TextInput, Badge,
232
- } from '@mmapp/react';
233
-
234
- const PRIORITY_COLORS: Record<string, string> = {
235
- high: 'token:error',
236
- medium: 'token:warning',
237
- low: 'token:success',
238
- };
239
-
240
- export default function ${pascal}Home() {
241
- const { data: items, loading } = useQuery(itemModel);
242
- const mutation = useMutation(itemModel);
243
- const router = useRouter();
244
- const [search, setSearch] = useState('');
245
-
246
- const activeItems = items.filter(i => i.state !== 'archived');
247
- const filtered = activeItems.filter(i =>
248
- i.fields.title.toLowerCase().includes(search.toLowerCase())
249
- );
250
-
251
- const handleCreate = async () => {
252
- await mutation.create({ title: 'New Item', priority: 'medium' });
253
- };
254
-
255
- return (
256
- <Stack gap={24} padding={24}>
257
- {/* Header */}
258
- <Row justify="space-between" align="center">
259
- <Stack gap={4}>
260
- <Text variant="h3" weight="bold" value="${title}" />
261
- <Text variant="muted" size="sm" value={\`\${activeItems.length} items\`} />
262
- </Stack>
263
- <Button variant="primary" onPress={handleCreate}>
264
- <Row gap={6} align="center">
265
- <Icon name="plus" size={16} />
266
- <Text value="Add Item" />
267
- </Row>
268
- </Button>
269
- </Row>
270
-
271
- {/* Search */}
272
- <TextInput
273
- value={search}
274
- onChange={setSearch}
275
- placeholder="Search items..."
276
- />
277
-
278
- {/* Loading */}
279
- <Show when={loading}>
280
- <Card padding={32}>
281
- <Stack align="center">
282
- <Text variant="muted" value="Loading..." />
283
- </Stack>
284
- </Card>
285
- </Show>
286
-
287
- {/* Empty state */}
288
- <Show when={!loading && filtered.length === 0}>
289
- <Card padding={32}>
290
- <Stack align="center" gap={12}>
291
- <Icon name="inbox" size={40} color="token:muted" />
292
- <Text variant="muted" value="No items yet" />
293
- <Button variant="outline" onPress={handleCreate}>
294
- <Text value="Create your first item" />
295
- </Button>
296
- </Stack>
297
- </Card>
298
- </Show>
299
-
300
- {/* Item list */}
301
- <Show when={!loading && filtered.length > 0}>
302
- <Stack gap={4}>
303
- {filtered.map((item: any) => (
304
- <Card key={item.id} padding={12}>
305
- <Row align="center" gap={12}>
306
- <Stack flex={1} gap={2}>
307
- <Text weight="medium" value={item.fields.title} />
308
- <Show when={!!item.fields.description}>
309
- <Text size="sm" variant="muted" value={item.fields.description} />
310
- </Show>
311
- </Stack>
312
- <Badge value={item.fields.priority} />
313
- <Badge value={item.state} variant={item.state === 'active' ? 'success' : 'default'} />
314
- </Row>
315
- </Card>
316
- ))}
317
- </Stack>
318
- </Show>
319
- </Stack>
320
- );
321
- }
322
- `;
323
- }
324
- function generateGitignore() {
325
- return `node_modules
326
- dist
327
- dev.db
328
- .env
329
- .env.local
330
- .env.*.local
331
- *.log
332
- .DS_Store
333
- `;
334
- }
335
- function isInsideGitRepo(dir) {
336
- try {
337
- execSync("git rev-parse --git-dir", { cwd: dir, stdio: "pipe" });
338
- return true;
339
- } catch {
340
- return false;
341
- }
342
- }
343
- function scaffoldGit(dir) {
344
- if (isInsideGitRepo(dir)) {
345
- return "Skipped git init (inside existing repo)";
346
- }
347
- try {
348
- execSync("git init", { cwd: dir, stdio: "pipe" });
349
- execSync("git add -A", { cwd: dir, stdio: "pipe" });
350
- execSync('git commit -m "Initial commit from mmrc init"', { cwd: dir, stdio: "pipe" });
351
- return "Initialized git repository";
352
- } catch (e) {
353
- return `Git init failed: ${e.message}`;
354
- }
355
- }
356
- async function init(options) {
357
- const { name } = options;
358
- if (!/^[a-z][a-z0-9-]*$/.test(name)) {
359
- console.error(`[mmrc] Error: Blueprint name must be lowercase alphanumeric with hyphens (got "${name}")`);
360
- process.exit(1);
361
- }
362
- const cwd = process.cwd();
363
- const packagesDir = existsSync(join(cwd, "packages")) ? join(cwd, "packages") : cwd;
364
- const blueprintDir = join(packagesDir, `blueprint-${name}`);
365
- if (existsSync(blueprintDir)) {
366
- console.error(`[mmrc] Error: Directory already exists: ${blueprintDir}`);
367
- process.exit(1);
368
- }
369
- console.log(`[mmrc] Creating blueprint: ${name}
370
- `);
371
- mkdirSync(join(blueprintDir, "models"), { recursive: true });
372
- mkdirSync(join(blueprintDir, "app"), { recursive: true });
373
- const { generateMmrcConfig } = await import("./config-PL24KEWL.mjs");
374
- const files = [
375
- ["package.json", generatePackageJson(name)],
376
- ["tsconfig.json", generateTsconfig()],
377
- ["mm.config.ts", generateMmConfig(name, options)],
378
- ["mmrc.config.ts", generateMmrcConfig()],
379
- [".gitignore", generateGitignore()],
380
- ["models/item.ts", generateModel(name)],
381
- ["app/layout.tsx", generateLayout(name)],
382
- ["app/page.tsx", generatePage(name)]
383
- ];
384
- for (const [relPath, content] of files) {
385
- const fullPath = join(blueprintDir, relPath);
386
- writeFileSync(fullPath, content, "utf-8");
387
- console.log(` + ${relPath}`);
388
- }
389
- const gitMessage = scaffoldGit(blueprintDir);
390
- console.log(` ${gitMessage}`);
391
- const title = toTitleCase(name);
392
- console.log(`
393
- [mmrc] Blueprint "${title}" created at:
394
- ${blueprintDir}
395
-
396
- Next steps:
397
- 1. cd ${blueprintDir.startsWith(cwd) ? blueprintDir.slice(cwd.length + 1) : blueprintDir}
398
- 2. mmrc dev # Start dev server
399
- 3. mmrc build # Compile to IR
400
- 4. mmrc deploy --build # Build + deploy to backend
401
- `);
402
- }
403
- export {
404
- init,
405
- isInsideGitRepo,
406
- scaffoldGit
407
- };
@@ -1,10 +0,0 @@
1
- import {
2
- IncrementalProjectCompiler,
3
- compileProject
4
- } from "./chunk-ZE3KCHBM.mjs";
5
- import "./chunk-7JRAEFRB.mjs";
6
- import "./chunk-CIESM3BP.mjs";
7
- export {
8
- IncrementalProjectCompiler,
9
- compileProject
10
- };
@@ -1,10 +0,0 @@
1
- import {
2
- IncrementalProjectCompiler,
3
- compileProject
4
- } from "./chunk-JRGFBWTN.mjs";
5
- import "./chunk-7T6Q5KAA.mjs";
6
- import "./chunk-CIESM3BP.mjs";
7
- export {
8
- IncrementalProjectCompiler,
9
- compileProject
10
- };
@@ -1,7 +0,0 @@
1
- import {
2
- decompileProjectEnhanced
3
- } from "./chunk-XDVM4YHX.mjs";
4
- import "./chunk-CIESM3BP.mjs";
5
- export {
6
- decompileProjectEnhanced
7
- };