File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ import { MemoryCollectionParentIndex } from './memory_index_manager';
129
129
import { MemoryEagerDelegate , MemoryPersistence } from './memory_persistence' ;
130
130
import { PersistencePromise } from './persistence_promise' ;
131
131
import {
132
+ IdbDatabaseDebugIdPair ,
132
133
SimpleDbSchemaConverter ,
133
- SimpleDbTransaction ,
134
- type IdbDatabaseDebugIdPair
134
+ SimpleDbTransaction
135
135
} from './simple_db' ;
136
136
137
137
/** Performs database creation and schema upgrades. */
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ import {
23
23
} from '../../../src/local/encoded_resource_path' ;
24
24
import { PersistencePromise } from '../../../src/local/persistence_promise' ;
25
25
import {
26
+ IdbDatabaseDebugIdPair ,
26
27
SimpleDb ,
27
28
SimpleDbSchemaConverter ,
28
29
SimpleDbStore ,
29
- SimpleDbTransaction ,
30
- type IdbDatabaseDebugIdPair
30
+ SimpleDbTransaction
31
31
} from '../../../src/local/simple_db' ;
32
32
import { ResourcePath } from '../../../src/model/path' ;
33
33
import { path } from '../../util/helpers' ;
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ import { dbKeyComparator } from '../../../src/local/indexeddb_remote_document_ca
23
23
import { PersistencePromise } from '../../../src/local/persistence_promise' ;
24
24
import {
25
25
getAndroidVersion ,
26
+ IdbDatabaseDebugIdPair ,
26
27
SimpleDb ,
27
28
SimpleDbSchemaConverter ,
28
29
SimpleDbStore ,
29
- SimpleDbTransaction ,
30
- type IdbDatabaseDebugIdPair
30
+ SimpleDbTransaction
31
31
} from '../../../src/local/simple_db' ;
32
32
import { DocumentKey } from '../../../src/model/document_key' ;
33
33
import { fail } from '../../../src/util/assert' ;
You can’t perform that action at this time.
0 commit comments