@absolutejs/absolute 0.20.0-beta.53 → 0.20.0-beta.54
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-WVc43d/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-WVc43d/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-WVc43d/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/package.json
CHANGED
|
@@ -289,12 +289,12 @@
|
|
|
289
289
|
"main": "./dist/index.js",
|
|
290
290
|
"name": "@absolutejs/absolute",
|
|
291
291
|
"optionalDependencies": {
|
|
292
|
-
"@absolutejs/native-darwin-arm64": "0.20.0-beta.
|
|
293
|
-
"@absolutejs/native-darwin-x64": "0.20.0-beta.
|
|
294
|
-
"@absolutejs/native-linux-arm64": "0.20.0-beta.
|
|
295
|
-
"@absolutejs/native-linux-x64": "0.20.0-beta.
|
|
296
|
-
"@absolutejs/native-windows-arm64": "0.20.0-beta.
|
|
297
|
-
"@absolutejs/native-windows-x64": "0.20.0-beta.
|
|
292
|
+
"@absolutejs/native-darwin-arm64": "0.20.0-beta.54",
|
|
293
|
+
"@absolutejs/native-darwin-x64": "0.20.0-beta.54",
|
|
294
|
+
"@absolutejs/native-linux-arm64": "0.20.0-beta.54",
|
|
295
|
+
"@absolutejs/native-linux-x64": "0.20.0-beta.54",
|
|
296
|
+
"@absolutejs/native-windows-arm64": "0.20.0-beta.54",
|
|
297
|
+
"@absolutejs/native-windows-x64": "0.20.0-beta.54"
|
|
298
298
|
},
|
|
299
299
|
"overrides": {
|
|
300
300
|
"@sinclair/typebox": "0.34.52",
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
]
|
|
509
509
|
}
|
|
510
510
|
},
|
|
511
|
-
"version": "0.20.0-beta.
|
|
511
|
+
"version": "0.20.0-beta.54",
|
|
512
512
|
"workspaces": [
|
|
513
513
|
"tests/fixtures/*",
|
|
514
514
|
"tests/fixtures/_packages/*"
|