@base44-preview/vite-plugin 1.0.2-pr.54.01b12f0 → 1.0.2-pr.54.58bdb49
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.
|
@@ -4,18 +4,16 @@ window.removeEventListener("error", handleWindowError);
|
|
|
4
4
|
window.addEventListener("unhandledrejection", handleUnhandledRejection);
|
|
5
5
|
window.addEventListener("error", handleWindowError);
|
|
6
6
|
let shouldPropagateErrors = true;
|
|
7
|
-
let suppressionTimer
|
|
7
|
+
let suppressionTimer;
|
|
8
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
|
-
|
|
14
|
-
clearTimeout(suppressionTimer);
|
|
15
|
-
}
|
|
13
|
+
clearTimeout(suppressionTimer);
|
|
16
14
|
suppressionTimer = setTimeout(() => {
|
|
17
15
|
shouldPropagateErrors = true;
|
|
18
|
-
suppressionTimer =
|
|
16
|
+
suppressionTimer = undefined;
|
|
19
17
|
if (hadSuppressedErrors) {
|
|
20
18
|
window.parent?.postMessage({ type: "sandbox:hmrErrorsSuppressed" }, "*");
|
|
21
19
|
hadSuppressedErrors = false;
|
|
@@ -24,10 +22,8 @@ if (import.meta.hot) {
|
|
|
24
22
|
});
|
|
25
23
|
import.meta.hot.on("vite:afterUpdate", () => {
|
|
26
24
|
shouldPropagateErrors = true;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
suppressionTimer = null;
|
|
30
|
-
}
|
|
25
|
+
clearTimeout(suppressionTimer);
|
|
26
|
+
suppressionTimer = undefined;
|
|
31
27
|
if (hadSuppressedErrors) {
|
|
32
28
|
window.parent?.postMessage({ type: "sandbox:hmrErrorsSuppressed" }, "*");
|
|
33
29
|
hadSuppressedErrors = false;
|
|
@@ -35,10 +31,8 @@ if (import.meta.hot) {
|
|
|
35
31
|
});
|
|
36
32
|
import.meta.hot.on("vite:beforeFullReload", () => {
|
|
37
33
|
shouldPropagateErrors = false;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
suppressionTimer = null;
|
|
41
|
-
}
|
|
34
|
+
clearTimeout(suppressionTimer);
|
|
35
|
+
suppressionTimer = undefined;
|
|
42
36
|
});
|
|
43
37
|
}
|
|
44
38
|
function onAppError({ title, details, componentName, originalError, }) {
|
|
@@ -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,
|
|
1
|
+
{"version":3,"file":"unhandled-errors-handlers.js","sourceRoot":"","sources":["../../src/injections/unhandled-errors-handlers.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@ window.addEventListener("unhandledrejection", handleUnhandledRejection);
|
|
|
7
7
|
window.addEventListener("error", handleWindowError);
|
|
8
8
|
|
|
9
9
|
let shouldPropagateErrors = true;
|
|
10
|
-
let suppressionTimer: ReturnType<typeof setTimeout> |
|
|
10
|
+
let suppressionTimer: ReturnType<typeof setTimeout> | undefined;
|
|
11
11
|
let hadSuppressedErrors = false;
|
|
12
12
|
|
|
13
13
|
if (import.meta.hot) {
|
|
@@ -15,13 +15,11 @@ if (import.meta.hot) {
|
|
|
15
15
|
shouldPropagateErrors = false;
|
|
16
16
|
hadSuppressedErrors = false;
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
clearTimeout(suppressionTimer);
|
|
20
|
-
}
|
|
18
|
+
clearTimeout(suppressionTimer);
|
|
21
19
|
|
|
22
20
|
suppressionTimer = setTimeout(() => {
|
|
23
21
|
shouldPropagateErrors = true;
|
|
24
|
-
suppressionTimer =
|
|
22
|
+
suppressionTimer = undefined;
|
|
25
23
|
if (hadSuppressedErrors) {
|
|
26
24
|
window.parent?.postMessage({ type: "sandbox:hmrErrorsSuppressed" }, "*");
|
|
27
25
|
hadSuppressedErrors = false;
|
|
@@ -30,10 +28,8 @@ if (import.meta.hot) {
|
|
|
30
28
|
});
|
|
31
29
|
import.meta.hot.on("vite:afterUpdate", () => {
|
|
32
30
|
shouldPropagateErrors = true;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
suppressionTimer = null;
|
|
36
|
-
}
|
|
31
|
+
clearTimeout(suppressionTimer);
|
|
32
|
+
suppressionTimer = undefined;
|
|
37
33
|
if (hadSuppressedErrors) {
|
|
38
34
|
window.parent?.postMessage({ type: "sandbox:hmrErrorsSuppressed" }, "*");
|
|
39
35
|
hadSuppressedErrors = false;
|
|
@@ -41,10 +37,8 @@ if (import.meta.hot) {
|
|
|
41
37
|
});
|
|
42
38
|
import.meta.hot.on("vite:beforeFullReload", () => {
|
|
43
39
|
shouldPropagateErrors = false;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
suppressionTimer = null;
|
|
47
|
-
}
|
|
40
|
+
clearTimeout(suppressionTimer);
|
|
41
|
+
suppressionTimer = undefined;
|
|
48
42
|
});
|
|
49
43
|
}
|
|
50
44
|
|