@effect/data
Advanced tools
Comparing version 0.18.0 to 0.18.1
@@ -10,4 +10,35 @@ /** | ||
import type { HashSet } from "@effect/data/HashSet"; | ||
import * as ChunkPatch from "@effect/data/internal/Differ/ChunkPatch"; | ||
import * as ContextPatch from "@effect/data/internal/Differ/ContextPatch"; | ||
import * as HashMapPatch from "@effect/data/internal/Differ/HashMapPatch"; | ||
import * as HashSetPatch from "@effect/data/internal/Differ/HashSetPatch"; | ||
import * as OrPatch from "@effect/data/internal/Differ/OrPatch"; | ||
export { | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
ChunkPatch, | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
ContextPatch, | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
HashMapPatch, | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
HashSetPatch, | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
OrPatch }; | ||
/** | ||
* @since 1.0.0 | ||
* @category symbol | ||
@@ -308,3 +339,2 @@ */ | ||
}; | ||
export {}; | ||
//# sourceMappingURL=Differ.d.ts.map |
@@ -6,10 +6,15 @@ "use strict"; | ||
}); | ||
exports.zip = exports.updateWith = exports.update = exports.transform = exports.patch = exports.orElseEither = exports.make = exports.hashSet = exports.hashMap = exports.environment = exports.empty = exports.diff = exports.combine = exports.chunk = exports.TypeId = void 0; | ||
exports.zip = exports.updateWith = exports.update = exports.transform = exports.patch = exports.orElseEither = exports.make = exports.hashSet = exports.hashMap = exports.environment = exports.empty = exports.diff = exports.combine = exports.chunk = exports.TypeId = exports.OrPatch = exports.HashSetPatch = exports.HashMapPatch = exports.ContextPatch = exports.ChunkPatch = void 0; | ||
var Dual = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Function")); | ||
var D = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ")); | ||
var HashSetPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/HashSetPatch")); | ||
var ChunkPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/ChunkPatch")); | ||
exports.ChunkPatch = ChunkPatch; | ||
var ContextPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/ContextPatch")); | ||
exports.ContextPatch = ContextPatch; | ||
var HashMapPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/HashMapPatch")); | ||
exports.HashMapPatch = HashMapPatch; | ||
var HashSetPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/HashSetPatch")); | ||
exports.HashSetPatch = HashSetPatch; | ||
var OrPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/OrPatch")); | ||
exports.OrPatch = OrPatch; | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -16,0 +21,0 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } |
{ | ||
"name": "@effect/data", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"description": "Functional programming in TypeScript", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -12,9 +12,36 @@ /** | ||
import * as D from "@effect/data/internal/Differ" | ||
import * as HashSetPatch from "@effect/data/internal/Differ/HashSetPatch" | ||
import * as ChunkPatch from "@effect/data/internal/Differ/ChunkPatch" | ||
import * as ContextPatch from "@effect/data/internal/Differ/ContextPatch" | ||
import * as HashMapPatch from "@effect/data/internal/Differ/HashMapPatch" | ||
import * as HashSetPatch from "@effect/data/internal/Differ/HashSetPatch" | ||
import * as OrPatch from "@effect/data/internal/Differ/OrPatch" | ||
export { | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
ChunkPatch, | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
ContextPatch, | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
HashMapPatch, | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
HashSetPatch, | ||
/** | ||
* @since 1.0.0 | ||
* @category patch | ||
*/ | ||
OrPatch | ||
} | ||
/** | ||
@@ -21,0 +48,0 @@ * @since 1.0.0 |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3011208
64023