Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
revert Differ exports (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Aug 31, 2023
1 parent 534b782 commit bdcbf46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-mails-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/data": patch
---

revert Differ exports
28 changes: 0 additions & 28 deletions src/Differ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,6 @@ 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
Expand Down

0 comments on commit bdcbf46

Please sign in to comment.