@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.
- 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/cli/index.js +797 -1941
- package/dist/cli/index.mjs +179 -77
- 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/dev-server.d.mts +2 -2
- package/dist/dev-server.d.ts +2 -2
- package/dist/dev-server.js +86 -1218
- package/dist/dev-server.mjs +4 -4
- 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.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +342 -1266
- package/dist/index.mjs +8 -8
- 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/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 +13 -9
- package/dist/auth-3UK75242.mjs +0 -17
- package/dist/chunk-5FTDWKHH.mjs +0 -244
- package/dist/chunk-7JRAEFRB.mjs +0 -7510
- package/dist/chunk-7T6Q5KAA.mjs +0 -7506
- package/dist/chunk-ABYPKRSB.mjs +0 -215
- package/dist/chunk-BZEXUPDH.mjs +0 -175
- package/dist/chunk-HRYR54PT.mjs +0 -175
- package/dist/chunk-J3M4GUS7.mjs +0 -161
- package/dist/chunk-JRGFBWTN.mjs +0 -2918
- package/dist/chunk-O4AUS7EU.mjs +0 -148
- package/dist/chunk-R2DD5GTY.mjs +0 -186
- package/dist/chunk-UDDTWG5J.mjs +0 -734
- package/dist/chunk-VLTKQDJ3.mjs +0 -244
- package/dist/chunk-WVYY32LD.mjs +0 -939
- package/dist/chunk-XDVM4YHX.mjs +0 -3450
- package/dist/chunk-Z2G5RZ4H.mjs +0 -186
- package/dist/chunk-ZE3KCHBM.mjs +0 -2918
- package/dist/deploy-YAJGW6II.mjs +0 -9
- package/dist/dev-server-CrQ041KP.d.mts +0 -79
- package/dist/dev-server-CrQ041KP.d.ts +0 -79
- package/dist/envelope-ChEkuHij.d.mts +0 -265
- package/dist/envelope-ChEkuHij.d.ts +0 -265
- package/dist/index-CEKyyazf.d.mts +0 -104
- package/dist/index-CEKyyazf.d.ts +0 -104
- package/dist/init-7FJENUDK.mjs +0 -407
- package/dist/project-compiler-NNK32MPG.mjs +0 -10
- package/dist/project-compiler-ZB4RUYVL.mjs +0 -10
- package/dist/project-decompiler-U55HQUHW.mjs +0 -7
- package/dist/pull-KOL2QAYQ.mjs +0 -109
- package/dist/seed-KOGEPGOJ.mjs +0 -154
- package/dist/server-VW6UPCHO.mjs +0 -277
- package/dist/verify-BYHUKARQ.mjs +0 -1833
- package/dist/verify-OQDEQYMS.mjs +0 -1833
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-revho_gS.mjs';
|
|
3
|
+
import '@mindmatrix/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-revho_gS.js';
|
|
3
|
+
import '@mindmatrix/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("@mindmatrix/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("@mindmatrix/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 @mindmatrix/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("@mindmatrix/") || 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 @mindmatrix/* 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"
|