@absolutejs/absolute 0.19.0-beta.861 → 0.19.0-beta.862
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/index.js
CHANGED
|
@@ -19276,7 +19276,7 @@ var globalCache, getCachedHmrProgram = () => globalCache.__ABSOLUTE_ANGULAR_HMR_
|
|
|
19276
19276
|
return program.compiler.emitHmrUpdateModule(node);
|
|
19277
19277
|
}, encodeHmrComponentId = (absoluteFilePath, className) => {
|
|
19278
19278
|
const projectRel = relative14(process.cwd(), absoluteFilePath).replace(/\\/g, "/");
|
|
19279
|
-
return
|
|
19279
|
+
return `${projectRel}@${className}`;
|
|
19280
19280
|
};
|
|
19281
19281
|
var init_hmrCompiler = __esm(() => {
|
|
19282
19282
|
init_logger();
|
|
@@ -30276,5 +30276,5 @@ export {
|
|
|
30276
30276
|
ANGULAR_INIT_TIMEOUT_MS
|
|
30277
30277
|
};
|
|
30278
30278
|
|
|
30279
|
-
//# debugId=
|
|
30279
|
+
//# debugId=380FB8C9BA691CB164756E2164756E21
|
|
30280
30280
|
//# sourceMappingURL=index.js.map
|