@fluidframework/core-utils
Advanced tools
Comparing version
@@ -11,2 +11,3 @@ /*! | ||
export { Lazy, LazyPromise } from "./lazy.js"; | ||
export { DoublyLinkedList, type ListNode, type ListNodeRange, iterateListValuesWhile, walkList, } from "./list.js"; | ||
export type { PromiseCacheExpiry, PromiseCacheOptions } from "./promiseCache.js"; | ||
@@ -13,0 +14,0 @@ export { PromiseCache } from "./promiseCache.js"; |
@@ -7,3 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.oob = exports.isPromiseLike = exports.isObject = exports.unreachableCase = exports.Timer = exports.setLongTimeout = exports.PromiseTimer = exports.shallowCloneObject = exports.Deferred = exports.PromiseCache = exports.LazyPromise = exports.Lazy = exports.NumberComparer = exports.Heap = exports.delay = exports.compareArrays = exports.onAssertionFailure = exports.nonProductionConditionalsIncluded = exports.configureDebugAsserts = exports.debugAssert = exports.fail = exports.assert = void 0; | ||
exports.oob = exports.isPromiseLike = exports.isObject = exports.unreachableCase = exports.Timer = exports.setLongTimeout = exports.PromiseTimer = exports.shallowCloneObject = exports.Deferred = exports.PromiseCache = exports.walkList = exports.iterateListValuesWhile = exports.DoublyLinkedList = exports.LazyPromise = exports.Lazy = exports.NumberComparer = exports.Heap = exports.delay = exports.compareArrays = exports.onAssertionFailure = exports.nonProductionConditionalsIncluded = exports.configureDebugAsserts = exports.debugAssert = exports.fail = exports.assert = void 0; | ||
var assert_js_1 = require("./assert.js"); | ||
@@ -26,2 +26,6 @@ Object.defineProperty(exports, "assert", { enumerable: true, get: function () { return assert_js_1.assert; } }); | ||
Object.defineProperty(exports, "LazyPromise", { enumerable: true, get: function () { return lazy_js_1.LazyPromise; } }); | ||
var list_js_1 = require("./list.js"); | ||
Object.defineProperty(exports, "DoublyLinkedList", { enumerable: true, get: function () { return list_js_1.DoublyLinkedList; } }); | ||
Object.defineProperty(exports, "iterateListValuesWhile", { enumerable: true, get: function () { return list_js_1.iterateListValuesWhile; } }); | ||
Object.defineProperty(exports, "walkList", { enumerable: true, get: function () { return list_js_1.walkList; } }); | ||
var promiseCache_js_1 = require("./promiseCache.js"); | ||
@@ -28,0 +32,0 @@ Object.defineProperty(exports, "PromiseCache", { enumerable: true, get: function () { return promiseCache_js_1.PromiseCache; } }); |
@@ -11,2 +11,3 @@ /*! | ||
export { Lazy, LazyPromise } from "./lazy.js"; | ||
export { DoublyLinkedList, type ListNode, type ListNodeRange, iterateListValuesWhile, walkList, } from "./list.js"; | ||
export type { PromiseCacheExpiry, PromiseCacheOptions } from "./promiseCache.js"; | ||
@@ -13,0 +14,0 @@ export { PromiseCache } from "./promiseCache.js"; |
@@ -10,2 +10,3 @@ /*! | ||
export { Lazy, LazyPromise } from "./lazy.js"; | ||
export { DoublyLinkedList, iterateListValuesWhile, walkList, } from "./list.js"; | ||
export { PromiseCache } from "./promiseCache.js"; | ||
@@ -12,0 +13,0 @@ export { Deferred } from "./promises.js"; |
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.43.0", | ||
"version": "2.50.0-345060", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -72,3 +72,3 @@ "homepage": "https://fluidframework.com", | ||
"@biomejs/biome": "~1.9.3", | ||
"@fluid-internal/mocha-test-setup": "~2.43.0", | ||
"@fluid-internal/mocha-test-setup": "2.50.0-345060", | ||
"@fluid-tools/benchmark": "^0.51.0", | ||
@@ -78,3 +78,3 @@ "@fluid-tools/build-cli": "^0.56.0", | ||
"@fluidframework/build-tools": "^0.56.0", | ||
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.42.0", | ||
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.43.0", | ||
"@fluidframework/eslint-config-fluid": "^5.7.4", | ||
@@ -81,0 +81,0 @@ "@microsoft/api-extractor": "7.52.8", |
@@ -19,2 +19,9 @@ /*! | ||
export { Lazy, LazyPromise } from "./lazy.js"; | ||
export { | ||
DoublyLinkedList, | ||
type ListNode, | ||
type ListNodeRange, | ||
iterateListValuesWhile, | ||
walkList, | ||
} from "./list.js"; | ||
export type { PromiseCacheExpiry, PromiseCacheOptions } from "./promiseCache.js"; | ||
@@ -21,0 +28,0 @@ export { PromiseCache } from "./promiseCache.js"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
426397
27.45%157
6.08%5881
30.66%1
Infinity%