@absolutejs/absolute 0.19.0-beta.87 → 0.19.0-beta.88
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/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +5 -4
- package/dist/build.js.map +3 -3
- package/dist/index.js +5 -4
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -204394,10 +204394,11 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
|
|
|
204394
204394
|
if (wasSubprocess) {
|
|
204395
204395
|
const dataFile = (filesToRebuild ?? []).find((f) => f.endsWith(".ts") && !f.endsWith(".d.ts"));
|
|
204396
204396
|
if (dataFile) {
|
|
204397
|
-
|
|
204398
|
-
|
|
204399
|
-
logHmrUpdate(state.lastHmrPath, "react", duration);
|
|
204397
|
+
const path = relative9(process.cwd(), dataFile).replace(/\\/g, "/");
|
|
204398
|
+
logHmrUpdate(path, "react", duration);
|
|
204400
204399
|
}
|
|
204400
|
+
state.lastHmrPath = undefined;
|
|
204401
|
+
state.lastHmrFramework = undefined;
|
|
204401
204402
|
}
|
|
204402
204403
|
sendTelemetryEvent("hmr:rebuild-complete", {
|
|
204403
204404
|
durationMs: duration,
|
|
@@ -205329,5 +205330,5 @@ export {
|
|
|
205329
205330
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205330
205331
|
};
|
|
205331
205332
|
|
|
205332
|
-
//# debugId=
|
|
205333
|
+
//# debugId=74E1D8A2DDE19BE464756E2164756E21
|
|
205333
205334
|
//# sourceMappingURL=index.js.map
|