@base44-preview/vite-plugin 1.0.2-pr.54.4d161c8 → 1.0.2-pr.54.7582e0e
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.
|
@@ -5,23 +5,20 @@ window.addEventListener("unhandledrejection", handleUnhandledRejection);
|
|
|
5
5
|
window.addEventListener("error", handleWindowError);
|
|
6
6
|
let shouldPropagateErrors = true;
|
|
7
7
|
let suppressionTimer = null;
|
|
8
|
-
let
|
|
8
|
+
let hadSuppressedErrors = false;
|
|
9
9
|
if (import.meta.hot) {
|
|
10
10
|
import.meta.hot.on("vite:beforeUpdate", () => {
|
|
11
11
|
shouldPropagateErrors = false;
|
|
12
|
-
|
|
12
|
+
hadSuppressedErrors = false;
|
|
13
13
|
if (suppressionTimer) {
|
|
14
14
|
clearTimeout(suppressionTimer);
|
|
15
15
|
}
|
|
16
16
|
suppressionTimer = setTimeout(() => {
|
|
17
17
|
shouldPropagateErrors = true;
|
|
18
18
|
suppressionTimer = null;
|
|
19
|
-
if (
|
|
20
|
-
window.parent?.postMessage({
|
|
21
|
-
|
|
22
|
-
errorCount: pendingErrors.length,
|
|
23
|
-
}, "*");
|
|
24
|
-
pendingErrors = [];
|
|
19
|
+
if (hadSuppressedErrors) {
|
|
20
|
+
window.parent?.postMessage({ type: "sandbox:hmrErrorsRecovered" }, "*");
|
|
21
|
+
hadSuppressedErrors = false;
|
|
25
22
|
}
|
|
26
23
|
}, import.meta.env.VITE_HMR_ERROR_SUPPRESSION_DELAY ?? 10000);
|
|
27
24
|
});
|
|
@@ -31,12 +28,9 @@ if (import.meta.hot) {
|
|
|
31
28
|
clearTimeout(suppressionTimer);
|
|
32
29
|
suppressionTimer = null;
|
|
33
30
|
}
|
|
34
|
-
if (
|
|
35
|
-
window.parent?.postMessage({
|
|
36
|
-
|
|
37
|
-
errorCount: pendingErrors.length,
|
|
38
|
-
}, "*");
|
|
39
|
-
pendingErrors = [];
|
|
31
|
+
if (hadSuppressedErrors) {
|
|
32
|
+
window.parent?.postMessage({ type: "sandbox:hmrErrorsRecovered" }, "*");
|
|
33
|
+
hadSuppressedErrors = false;
|
|
40
34
|
}
|
|
41
35
|
});
|
|
42
36
|
import.meta.hot.on("vite:beforeFullReload", () => {
|
|
@@ -52,12 +46,7 @@ function onAppError({ title, details, componentName, originalError, }) {
|
|
|
52
46
|
return;
|
|
53
47
|
}
|
|
54
48
|
if (!shouldPropagateErrors) {
|
|
55
|
-
|
|
56
|
-
title: title.toString(),
|
|
57
|
-
details: details?.toString(),
|
|
58
|
-
componentName: componentName?.toString(),
|
|
59
|
-
stack: originalError?.stack?.toString(),
|
|
60
|
-
});
|
|
49
|
+
hadSuppressedErrors = true;
|
|
61
50
|
return;
|
|
62
51
|
}
|
|
63
52
|
window.parent?.postMessage({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unhandled-errors-handlers.js","sourceRoot":"","sources":["../../src/injections/unhandled-errors-handlers.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,MAAM,CAAC,mBAAmB,CAAC,oBAAoB,EAAE,wBAAwB,CAAC,CAAC;AAC3E,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;AAEvD,MAAM,CAAC,gBAAgB,CAAC,oBAAoB,EAAE,wBAAwB,CAAC,CAAC;AACxE,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;AAEpD,IAAI,qBAAqB,GAAG,IAAI,CAAC;AACjC,IAAI,gBAAgB,GAAyC,IAAI,CAAC;AAClE,IAAI,
|
|
1
|
+
{"version":3,"file":"unhandled-errors-handlers.js","sourceRoot":"","sources":["../../src/injections/unhandled-errors-handlers.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,MAAM,CAAC,mBAAmB,CAAC,oBAAoB,EAAE,wBAAwB,CAAC,CAAC;AAC3E,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;AAEvD,MAAM,CAAC,gBAAgB,CAAC,oBAAoB,EAAE,wBAAwB,CAAC,CAAC;AACxE,MAAM,CAAC,gBAAgB,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;AAEpD,IAAI,qBAAqB,GAAG,IAAI,CAAC;AACjC,IAAI,gBAAgB,GAAyC,IAAI,CAAC;AAClE,IAAI,mBAAmB,GAAG,KAAK,CAAC;AAEhC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;IACpB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,mBAAmB,EAAE,GAAG,EAAE;QAC3C,qBAAqB,GAAG,KAAK,CAAC;QAC9B,mBAAmB,GAAG,KAAK,CAAC;QAE5B,IAAI,gBAAgB,EAAE,CAAC;YACrB,YAAY,CAAC,gBAAgB,CAAC,CAAC;QACjC,CAAC;QAED,gBAAgB,GAAG,UAAU,CAAC,GAAG,EAAE;YACjC,qBAAqB,GAAG,IAAI,CAAC;YAC7B,gBAAgB,GAAG,IAAI,CAAC;YACxB,IAAI,mBAAmB,EAAE,CAAC;gBACxB,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,IAAI,EAAE,4BAA4B,EAAE,EAAE,GAAG,CAAC,CAAC;gBACxE,mBAAmB,GAAG,KAAK,CAAC;YAC9B,CAAC;QACH,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,gCAAgC,IAAI,KAAK,CAAC,CAAC;IAChE,CAAC,CAAC,CAAC;IACH,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,kBAAkB,EAAE,GAAG,EAAE;QAC1C,qBAAqB,GAAG,IAAI,CAAC;QAC7B,IAAI,gBAAgB,EAAE,CAAC;YACrB,YAAY,CAAC,gBAAgB,CAAC,CAAC;YAC/B,gBAAgB,GAAG,IAAI,CAAC;QAC1B,CAAC;QACD,IAAI,mBAAmB,EAAE,CAAC;YACxB,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,EAAE,IAAI,EAAE,4BAA4B,EAAE,EAAE,GAAG,CAAC,CAAC;YACxE,mBAAmB,GAAG,KAAK,CAAC;QAC9B,CAAC;IACH,CAAC,CAAC,CAAC;IACH,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,uBAAuB,EAAE,GAAG,EAAE;QAC/C,qBAAqB,GAAG,KAAK,CAAC;QAC9B,IAAI,gBAAgB,EAAE,CAAC;YACrB,YAAY,CAAC,gBAAgB,CAAC,CAAC;YAC/B,gBAAgB,GAAG,IAAI,CAAC;QAC1B,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAS,UAAU,CAAC,EAClB,KAAK,EACL,OAAO,EACP,aAAa,EACb,aAAa,GAMd;IACC,IAAI,aAAa,EAAE,QAAQ,EAAE,MAAM,KAAK,GAAG,EAAE,CAAC;QAC5C,OAAO;IACT,CAAC;IACD,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAC3B,mBAAmB,GAAG,IAAI,CAAC;QAC3B,OAAO;IACT,CAAC;IACD,MAAM,CAAC,MAAM,EAAE,WAAW,CACxB;QACE,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE;YACL,KAAK,EAAE,KAAK,CAAC,QAAQ,EAAE;YACvB,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE;YAC5B,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE;YACxC,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,QAAQ,EAAE;SACxC;KACF,EACD,GAAG,CACJ,CAAC;AACJ,CAAC;AAED,SAAS,wBAAwB,CAAC,KAAU;IAC1C,MAAM,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC;IACjC,uEAAuE;IACvE,MAAM,YAAY,GAAG,KAAK,CAAC,KAAK,CAAC,qBAAqB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAC7D,MAAM,GAAG,GAAG,YAAY;QACtB,CAAC,CAAC,YAAY,YAAY,KAAK,KAAK,CAAC,MAAM,CAAC,QAAQ,EAAE,EAAE;QACxD,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC;IAC5B,UAAU,CAAC;QACT,KAAK,EAAE,GAAG;QACV,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,QAAQ,EAAE;QAChC,aAAa,EAAE,YAAY;QAC3B,aAAa,EAAE,KAAK,CAAC,MAAM;KAC5B,CAAC,CAAC;AACL,CAAC;AAED,SAAS,iBAAiB,CAAC,KAAU;IACnC,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC;IACjC,IAAI,YAAY,GAAG,KAAK,CAAC,KAAK,CAAC,qBAAqB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAC3D,IAAI,YAAY,KAAK,MAAM,EAAE,CAAC;QAC5B,YAAY,GAAG,IAAI,CAAC;IACtB,CAAC;IAED,MAAM,GAAG,GAAG,YAAY;QACtB,CAAC,CAAC,MAAM,YAAY,KAAK,KAAK,CAAC,KAAK,CAAC,QAAQ,EAAE,EAAE;QACjD,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;IAC3B,UAAU,CAAC;QACT,KAAK,EAAE,GAAG;QACV,OAAO,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,EAAE;QAC/B,aAAa,EAAE,YAAY;QAC3B,aAAa,EAAE,KAAK,CAAC,KAAK;KAC3B,CAAC,CAAC;AACL,CAAC"}
|
package/package.json
CHANGED
|
@@ -8,12 +8,12 @@ window.addEventListener("error", handleWindowError);
|
|
|
8
8
|
|
|
9
9
|
let shouldPropagateErrors = true;
|
|
10
10
|
let suppressionTimer: ReturnType<typeof setTimeout> | null = null;
|
|
11
|
-
let
|
|
11
|
+
let hadSuppressedErrors = false;
|
|
12
12
|
|
|
13
13
|
if (import.meta.hot) {
|
|
14
14
|
import.meta.hot.on("vite:beforeUpdate", () => {
|
|
15
15
|
shouldPropagateErrors = false;
|
|
16
|
-
|
|
16
|
+
hadSuppressedErrors = false;
|
|
17
17
|
|
|
18
18
|
if (suppressionTimer) {
|
|
19
19
|
clearTimeout(suppressionTimer);
|
|
@@ -22,12 +22,9 @@ if (import.meta.hot) {
|
|
|
22
22
|
suppressionTimer = setTimeout(() => {
|
|
23
23
|
shouldPropagateErrors = true;
|
|
24
24
|
suppressionTimer = null;
|
|
25
|
-
if (
|
|
26
|
-
window.parent?.postMessage({
|
|
27
|
-
|
|
28
|
-
errorCount: pendingErrors.length,
|
|
29
|
-
}, "*");
|
|
30
|
-
pendingErrors = [];
|
|
25
|
+
if (hadSuppressedErrors) {
|
|
26
|
+
window.parent?.postMessage({ type: "sandbox:hmrErrorsRecovered" }, "*");
|
|
27
|
+
hadSuppressedErrors = false;
|
|
31
28
|
}
|
|
32
29
|
}, import.meta.env.VITE_HMR_ERROR_SUPPRESSION_DELAY ?? 10000);
|
|
33
30
|
});
|
|
@@ -37,12 +34,9 @@ if (import.meta.hot) {
|
|
|
37
34
|
clearTimeout(suppressionTimer);
|
|
38
35
|
suppressionTimer = null;
|
|
39
36
|
}
|
|
40
|
-
if (
|
|
41
|
-
window.parent?.postMessage({
|
|
42
|
-
|
|
43
|
-
errorCount: pendingErrors.length,
|
|
44
|
-
}, "*");
|
|
45
|
-
pendingErrors = [];
|
|
37
|
+
if (hadSuppressedErrors) {
|
|
38
|
+
window.parent?.postMessage({ type: "sandbox:hmrErrorsRecovered" }, "*");
|
|
39
|
+
hadSuppressedErrors = false;
|
|
46
40
|
}
|
|
47
41
|
});
|
|
48
42
|
import.meta.hot.on("vite:beforeFullReload", () => {
|
|
@@ -69,12 +63,7 @@ function onAppError({
|
|
|
69
63
|
return;
|
|
70
64
|
}
|
|
71
65
|
if (!shouldPropagateErrors) {
|
|
72
|
-
|
|
73
|
-
title: title.toString(),
|
|
74
|
-
details: details?.toString(),
|
|
75
|
-
componentName: componentName?.toString(),
|
|
76
|
-
stack: originalError?.stack?.toString(),
|
|
77
|
-
});
|
|
66
|
+
hadSuppressedErrors = true;
|
|
78
67
|
return;
|
|
79
68
|
}
|
|
80
69
|
window.parent?.postMessage(
|