@ember-data/store 5.4.0-alpha.136 → 5.4.0-alpha.137
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/-private.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ARRAY_SIGNAL, C as CacheHandler, j as CollectionRecordArray, I as LiveArray, M as MUTATE, R as RecordArrayManager, k as SOURCE, S as Store, q as StoreMap, _ as _clearCaches, u as _deprecatingNormalize, g as coerceId, f as constructResource, h as ensureStringId, l as fastPush, i as isStableIdentifier, v as log, w as logGroup, n as notifyArray, p as peekCache, r as recordIdentifierFor, m as removeRecordDataFor, t as setCacheFor, o as setRecordIdentifier, s as storeFor } from "./handler-
|
|
1
|
+
export { A as ARRAY_SIGNAL, C as CacheHandler, j as CollectionRecordArray, I as LiveArray, M as MUTATE, R as RecordArrayManager, k as SOURCE, S as Store, q as StoreMap, _ as _clearCaches, u as _deprecatingNormalize, g as coerceId, f as constructResource, h as ensureStringId, l as fastPush, i as isStableIdentifier, v as log, w as logGroup, n as notifyArray, p as peekCache, r as recordIdentifierFor, m as removeRecordDataFor, t as setCacheFor, o as setRecordIdentifier, s as storeFor } from "./handler-BQ09uu8f.js";
|
|
@@ -2254,7 +2254,7 @@ function count(label) {
|
|
|
2254
2254
|
globalThis.counts = globalThis.counts || {};
|
|
2255
2255
|
// @ts-expect-error
|
|
2256
2256
|
// eslint-disable-next-line
|
|
2257
|
-
|
|
2257
|
+
globalThis.counts[label] = (globalThis.counts[label] || 0) + 1;
|
|
2258
2258
|
}
|
|
2259
2259
|
function _unsubscribe(tokens, token, cache) {
|
|
2260
2260
|
const identifier = tokens.get(token);
|