@absolutejs/absolute 0.19.0-beta.863 → 0.19.0-beta.864
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-AKY4B5/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-AKY4B5/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -48,7 +48,7 @@ var warnMissingStreamingSlotCollector = (primitiveName) => {
|
|
|
48
48
|
getWarningController()?.maybeWarn(primitiveName);
|
|
49
49
|
};
|
|
50
50
|
|
|
51
|
-
// .angular-partial-tmp-
|
|
51
|
+
// .angular-partial-tmp-AKY4B5/src/core/streamingSlotRegistry.ts
|
|
52
52
|
var STREAMING_SLOT_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotAsyncLocalStorage");
|
|
53
53
|
var isObjectRecord2 = (value) => Boolean(value) && typeof value === "object";
|
|
54
54
|
var isAsyncLocalStorage = (value) => isObjectRecord2(value) && ("getStore" in value) && typeof value.getStore === "function" && ("run" in value) && typeof value.run === "function";
|
package/dist/build.js
CHANGED
|
@@ -18877,21 +18877,7 @@ ${block}
|
|
|
18877
18877
|
const sourceFileObj = new compiler.ParseSourceFile(tsSource, componentFilePath);
|
|
18878
18878
|
const zeroLoc = new compiler.ParseLocation(sourceFileObj, 0, 0, 0);
|
|
18879
18879
|
const typeSourceSpan = new compiler.ParseSourceSpan(zeroLoc, zeroLoc);
|
|
18880
|
-
const
|
|
18881
|
-
if (decoratorMeta.importsExpr) {
|
|
18882
|
-
for (const el of decoratorMeta.importsExpr.elements) {
|
|
18883
|
-
importsArray.push(new compiler.WrappedNodeExpr(el));
|
|
18884
|
-
}
|
|
18885
|
-
}
|
|
18886
|
-
const declarations = importsArray.map((expr) => ({
|
|
18887
|
-
kind: 0,
|
|
18888
|
-
type: expr,
|
|
18889
|
-
selector: "",
|
|
18890
|
-
inputs: [],
|
|
18891
|
-
outputs: [],
|
|
18892
|
-
exportAs: null,
|
|
18893
|
-
isComponent: false
|
|
18894
|
-
}));
|
|
18880
|
+
const declarations = [];
|
|
18895
18881
|
const meta = {
|
|
18896
18882
|
name: className,
|
|
18897
18883
|
type: { value: wrappedClass, type: wrappedClass },
|
|
@@ -18933,7 +18919,7 @@ ${block}
|
|
|
18933
18919
|
i18nUseExternalIds: false,
|
|
18934
18920
|
changeDetection: null,
|
|
18935
18921
|
relativeTemplatePath: null,
|
|
18936
|
-
hasDirectiveDependencies:
|
|
18922
|
+
hasDirectiveDependencies: false
|
|
18937
18923
|
};
|
|
18938
18924
|
let compiled;
|
|
18939
18925
|
try {
|
|
@@ -21619,5 +21605,5 @@ export {
|
|
|
21619
21605
|
build
|
|
21620
21606
|
};
|
|
21621
21607
|
|
|
21622
|
-
//# debugId=
|
|
21608
|
+
//# debugId=2B77934E6DE30AB864756E2164756E21
|
|
21623
21609
|
//# sourceMappingURL=build.js.map
|