@absolutejs/absolute 0.19.0-beta.866 → 0.19.0-beta.867
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
|
@@ -9858,7 +9858,6 @@ var ENTITY_DECORATOR_RE, buildHmrTail = (className, encodedIdLiteral) => `
|
|
|
9858
9858
|
]);
|
|
9859
9859
|
if (!u || typeof u.default !== 'function') return;
|
|
9860
9860
|
if (${className}.\u0275cmp && typeof core.\u0275\u0275replaceMetadata === 'function') {
|
|
9861
|
-
console.log('[abs-hmr] \u0275\u0275replaceMetadata for ${className}, def before:', !!${className}.\u0275cmp);
|
|
9862
9861
|
try {
|
|
9863
9862
|
core.\u0275\u0275replaceMetadata(
|
|
9864
9863
|
${className},
|
|
@@ -9868,7 +9867,6 @@ var ENTITY_DECORATOR_RE, buildHmrTail = (className, encodedIdLiteral) => `
|
|
|
9868
9867
|
import.meta,
|
|
9869
9868
|
__ng_hmr_id
|
|
9870
9869
|
);
|
|
9871
|
-
console.log('[abs-hmr] \u0275\u0275replaceMetadata returned for ${className}');
|
|
9872
9870
|
} catch (err) {
|
|
9873
9871
|
console.error('[abs-hmr] \u0275\u0275replaceMetadata threw for ${className}:', err);
|
|
9874
9872
|
}
|
|
@@ -30291,5 +30289,5 @@ export {
|
|
|
30291
30289
|
ANGULAR_INIT_TIMEOUT_MS
|
|
30292
30290
|
};
|
|
30293
30291
|
|
|
30294
|
-
//# debugId=
|
|
30292
|
+
//# debugId=FEFC595D5DEBE05064756E2164756E21
|
|
30295
30293
|
//# sourceMappingURL=index.js.map
|