17
17
18
18
import * as api from '../../../src/protos/firestore_proto_api' ;
19
19
20
- import { expect } from 'chai' ;
21
- import { PublicFieldValue } from '../../../src/api/field_value' ;
22
- import { Timestamp } from '../../../src/api/timestamp' ;
23
- import { User } from '../../../src/auth/user' ;
24
- import { Query } from '../../../src/core/query' ;
25
- import { Target } from '../../../src/core/target' ;
26
- import { BatchId , TargetId } from '../../../src/core/types' ;
27
- import { SnapshotVersion } from '../../../src/core/snapshot_version' ;
28
- import { IndexFreeQueryEngine } from '../../../src/local/index_free_query_engine' ;
29
- import { IndexedDbPersistence } from '../../../src/local/indexeddb_persistence' ;
20
+ import { expect } from 'chai' ;
21
+ import { PublicFieldValue } from '../../../src/api/field_value' ;
22
+ import { Timestamp } from '../../../src/api/timestamp' ;
23
+ import { User } from '../../../src/auth/user' ;
24
+ import { Query } from '../../../src/core/query' ;
25
+ import { Target } from '../../../src/core/target' ;
26
+ import { BatchId , TargetId } from '../../../src/core/types' ;
27
+ import { SnapshotVersion } from '../../../src/core/snapshot_version' ;
28
+ import { IndexFreeQueryEngine } from '../../../src/local/index_free_query_engine' ;
29
+ import { IndexedDbPersistence } from '../../../src/local/indexeddb_persistence' ;
30
30
import {
31
31
LocalStore ,
32
32
LocalWriteResult ,
33
33
MultiTabLocalStore
34
34
} from '../../../src/local/local_store' ;
35
- import { LocalViewChanges } from '../../../src/local/local_view_changes' ;
36
- import { Persistence } from '../../../src/local/persistence' ;
37
- import { SimpleQueryEngine } from '../../../src/local/simple_query_engine' ;
38
- import { documentKeySet , MaybeDocumentMap } from '../../../src/model/collections' ;
39
- import { MaybeDocument , NoDocument } from '../../../src/model/document' ;
35
+ import { LocalViewChanges } from '../../../src/local/local_view_changes' ;
36
+ import { Persistence } from '../../../src/local/persistence' ;
37
+ import { SimpleQueryEngine } from '../../../src/local/simple_query_engine' ;
38
+ import {
39
+ documentKeySet ,
40
+ MaybeDocumentMap
41
+ } from '../../../src/model/collections' ;
42
+ import { MaybeDocument , NoDocument } from '../../../src/model/document' ;
40
43
import {
41
44
Mutation ,
42
45
MutationResult ,
@@ -47,14 +50,14 @@ import {
47
50
MutationBatch ,
48
51
MutationBatchResult
49
52
} from '../../../src/model/mutation_batch' ;
50
- import { RemoteEvent } from '../../../src/remote/remote_event' ;
53
+ import { RemoteEvent } from '../../../src/remote/remote_event' ;
51
54
import {
52
55
WatchChangeAggregator ,
53
56
WatchTargetChange ,
54
57
WatchTargetChangeState
55
58
} from '../../../src/remote/watch_change' ;
56
- import { debugAssert } from '../../../src/util/assert' ;
57
- import { addEqualityMatcher } from '../../util/equality_matcher' ;
59
+ import { debugAssert } from '../../../src/util/assert' ;
60
+ import { addEqualityMatcher } from '../../util/equality_matcher' ;
58
61
import {
59
62
byteStringFromString ,
60
63
deletedDoc ,
@@ -77,9 +80,9 @@ import {
77
80
version
78
81
} from '../../util/helpers' ;
79
82
80
- import { CountingQueryEngine , QueryEngineType } from './counting_query_engine' ;
83
+ import { CountingQueryEngine , QueryEngineType } from './counting_query_engine' ;
81
84
import * as persistenceHelpers from './persistence_test_helpers' ;
82
- import { ByteString } from '../../../src/util/byte_string' ;
85
+ import { ByteString } from '../../../src/util/byte_string' ;
83
86
84
87
export interface LocalStoreComponents {
85
88
queryEngine : CountingQueryEngine ;
0 commit comments