File tree 1 file changed +6
-6
lines changed
packages/firestore/test/unit/local 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,12 @@ import {
66
66
DocumentMap
67
67
} from '../../../src/model/collections' ;
68
68
import { Document } from '../../../src/model/document' ;
69
+ import {
70
+ FieldIndex ,
71
+ IndexKind ,
72
+ IndexSegment ,
73
+ IndexState
74
+ } from '../../../src/model/field_index' ;
69
75
import { FieldMask } from '../../../src/model/field_mask' ;
70
76
import {
71
77
FieldTransform ,
@@ -79,12 +85,6 @@ import {
79
85
MutationBatch ,
80
86
MutationBatchResult
81
87
} from '../../../src/model/mutation_batch' ;
82
- import {
83
- FieldIndex ,
84
- IndexKind ,
85
- IndexSegment ,
86
- IndexState
87
- } from '../../../src/model/field_index' ;
88
88
import { ObjectValue } from '../../../src/model/object_value' ;
89
89
import { FieldPath } from '../../../src/model/path' ;
90
90
import { serverTimestamp } from '../../../src/model/server_timestamps' ;
You can’t perform that action at this time.
0 commit comments