Skip to content

Commit aecbcc3

Browse files
authored
Refactor live query collection (#432)
1 parent 557135d commit aecbcc3

6 files changed

Lines changed: 963 additions & 792 deletions

File tree

.changeset/polite-peaches-relax.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tanstack/db": patch
3+
---
4+
5+
Refactor live query collection

packages/db/src/query/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ export { compileQuery } from "./compiler/index.js"
5050
export {
5151
createLiveQueryCollection,
5252
liveQueryCollectionOptions,
53-
type LiveQueryCollectionConfig,
5453
} from "./live-query-collection.js"
54+
55+
export { type LiveQueryCollectionConfig } from "./live/types.js"

0 commit comments

Comments
 (0)