@ot-builder/common-impl
Advanced tools
@@ -7,2 +7,3 @@ "use strict"; | ||
| exports.rowCount = rowCount; | ||
| const tslib_1 = require("tslib"); | ||
| function pmod(j, n) { | ||
@@ -18,4 +19,4 @@ return ((j % n) + n) % n; | ||
| // re-exports | ||
| exports.Approx = require("./approx"); | ||
| exports.Round = require("./rounding"); | ||
| exports.Approx = tslib_1.__importStar(require("./approx")); | ||
| exports.Round = tslib_1.__importStar(require("./rounding")); | ||
| //# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
| import * as Crypto from "crypto"; | ||
| import type * as Crypto from "node:crypto"; | ||
| export declare abstract class HashRep { | ||
@@ -3,0 +3,0 @@ abstract transfer(h: Crypto.Hash): void; |
+6
-6
@@ -7,15 +7,15 @@ "use strict"; | ||
| Object.defineProperty(exports, "State", { enumerable: true, get: function () { return access_1.State; } }); | ||
| exports.Arith = require("./arith"); | ||
| exports.ArrayHelper = require("./array-helper/index"); | ||
| exports.Arith = tslib_1.__importStar(require("./arith")); | ||
| exports.ArrayHelper = tslib_1.__importStar(require("./array-helper/index")); | ||
| var bitmask_1 = require("./bitmask"); | ||
| Object.defineProperty(exports, "BitMask", { enumerable: true, get: function () { return bitmask_1.BitMask; } }); | ||
| exports.FunctionHelper = require("./function-helper/chain"); | ||
| exports.FunctionHelper = tslib_1.__importStar(require("./function-helper/chain")); | ||
| var hasher_1 = require("./hasher"); | ||
| Object.defineProperty(exports, "Hasher", { enumerable: true, get: function () { return hasher_1.Hasher; } }); | ||
| Object.defineProperty(exports, "HashRep", { enumerable: true, get: function () { return hasher_1.HashRep; } }); | ||
| exports.Iterators = require("./iterators"); | ||
| exports.Order = require("./order"); | ||
| exports.Iterators = tslib_1.__importStar(require("./iterators")); | ||
| exports.Order = tslib_1.__importStar(require("./order")); | ||
| tslib_1.__exportStar(require("./path-map"), exports); | ||
| tslib_1.__exportStar(require("./path-map/interface"), exports); | ||
| exports.Tuple = require("./typing-helper/tuple"); | ||
| exports.Tuple = tslib_1.__importStar(require("./typing-helper/tuple")); | ||
| //# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| export declare class ListStoreFactory<T> implements Data.OrderStoreFactory<T, ListStore<T>> { | ||
@@ -3,0 +3,0 @@ private readonly sourceKind; |
@@ -1,2 +0,2 @@ | ||
| import { PathMapAllocator, PathMap, PathMapLens } from "./interface"; | ||
| import type { PathMap, PathMapAllocator, PathMapLens } from "./interface"; | ||
| declare class PathMapNode<Step, Value> { | ||
@@ -3,0 +3,0 @@ value: Value | undefined; |
+2
-2
| { | ||
| "name": "@ot-builder/common-impl", | ||
| "version": "1.7.7", | ||
| "version": "1.8.0", | ||
| "license": "MIT", | ||
@@ -26,3 +26,3 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/prelude": "1.7.7", | ||
| "@ot-builder/prelude": "1.8.0", | ||
| "tslib": "^2.8.1" | ||
@@ -29,0 +29,0 @@ }, |
27045
0.86%831
0.12%+ Added
- Removed
Updated