Skip to content

Commit

Permalink
remove split/collect/collectValues
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva authored and josepot committed May 31, 2021
1 parent 59576a1 commit cb12873
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 748 deletions.
48 changes: 0 additions & 48 deletions packages/utils/src/collect.test.ts

This file was deleted.

20 changes: 0 additions & 20 deletions packages/utils/src/collect.ts

This file was deleted.

179 changes: 0 additions & 179 deletions packages/utils/src/collectValues.test.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/utils/src/collectValues.ts

This file was deleted.

57 changes: 0 additions & 57 deletions packages/utils/src/getGroupedObservable.test.ts

This file was deleted.

27 changes: 0 additions & 27 deletions packages/utils/src/getGroupedObservable.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/utils/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
export { collectValues } from "./collectValues"
export { collect } from "./collect"
export { combineKeys, MapWithChanges } from "./combineKeys"
export { getGroupedObservable } from "./getGroupedObservable"
export { createSignal } from "./createSignal"
export { createKeyedSignal } from "./createKeyedSignal"
export { mergeWithKey } from "./mergeWithKey"
export { partitionByKey } from "./partitionByKey"
export { split } from "./split"
export { suspend } from "./suspend"
export { suspended } from "./suspended"
export { switchMapSuspended } from "./switchMapSuspended"
Expand Down
Loading

0 comments on commit cb12873

Please sign in to comment.