File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
packages/firestore/src/core Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,15 @@ import * as bundleProto from '../protos/firestore_bundle_proto';
28
28
import * as api from '../protos/firestore_proto_api' ;
29
29
import { DocumentKey } from '../model/document_key' ;
30
30
import { MaybeDocument , NoDocument } from '../model/document' ;
31
- import { debugAssert , debugCast } from '../util/assert' ;
31
+ import { debugAssert } from '../util/assert' ;
32
32
import {
33
33
applyBundleDocuments ,
34
34
getQueryDocumentMapping ,
35
35
LocalStore ,
36
36
saveNamedQuery
37
37
} from '../local/local_store' ;
38
38
import { SizedBundleElement } from '../util/bundle_reader' ;
39
- import {
40
- documentKeySet ,
41
- DocumentKeySet ,
42
- MaybeDocumentMap
43
- } from '../model/collections' ;
39
+ import { MaybeDocumentMap } from '../model/collections' ;
44
40
import { BundleMetadata } from '../protos/firestore_bundle_proto' ;
45
41
46
42
/**
You can’t perform that action at this time.
0 commit comments