File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/firestore/test/unit/local Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
import { Query } from '../../../src/core/query' ;
19
+ import { SnapshotVersion } from '../../../src/core/snapshot_version' ;
20
+ import { IndexedDbRemoteDocumentCache } from '../../../src/local/indexeddb_remote_document_cache' ;
19
21
import { Persistence } from '../../../src/local/persistence' ;
20
22
import { PersistencePromise } from '../../../src/local/persistence_promise' ;
21
23
import { RemoteDocumentCache } from '../../../src/local/remote_document_cache' ;
@@ -28,7 +30,10 @@ import {
28
30
} from '../../../src/model/collections' ;
29
31
import { MaybeDocument } from '../../../src/model/document' ;
30
32
import { DocumentKey } from '../../../src/model/document_key' ;
33
+ < < < << << HEAD
31
34
import { SnapshotVersion } from '../../../src/core/snapshot_version' ;
35
+ === === =
36
+ >>> >>> > ea391a2d ... Sort some imports
32
37
33
38
/**
34
39
* A wrapper around a RemoteDocumentCache that automatically creates a
You can’t perform that action at this time.
0 commit comments