Skip to content

Commit bde4f39

Browse files
Lint
1 parent 3f74301 commit bde4f39

File tree

5 files changed

+2
-7
lines changed

5 files changed

+2
-7
lines changed

packages/firestore/src/core/sync_engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import {
6262
stringifyQuery
6363
} from './query';
6464
import { SnapshotVersion } from './snapshot_version';
65-
import { newTarget, Target } from './target';
65+
import { Target } from './target';
6666
import { TargetIdGenerator } from './target_id_generator';
6767
import { Transaction } from './transaction';
6868
import {

packages/firestore/src/remote/serializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
queryToTarget
3232
} from '../core/query';
3333
import { SnapshotVersion } from '../core/snapshot_version';
34-
import { isDocumentTarget, newTarget, Target } from '../core/target';
34+
import { isDocumentTarget, Target } from '../core/target';
3535
import { TargetId } from '../core/types';
3636
import { TargetData, TargetPurpose } from '../local/target_data';
3737
import { Document, MaybeDocument, NoDocument } from '../model/document';

packages/firestore/test/unit/core/query.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import {
4747
expectEqualitySets,
4848
filter,
4949
orderBy,
50-
path,
5150
query,
5251
ref,
5352
wrap

packages/firestore/test/unit/local/remote_document_cache.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717

1818
import { expect } from 'chai';
19-
import { Query } from '../../../src/core/query';
2019
import { SnapshotVersion } from '../../../src/core/snapshot_version';
2120
import { IndexedDbPersistence } from '../../../src/local/indexeddb_persistence';
2221
import { MaybeDocument } from '../../../src/model/document';
@@ -25,7 +24,6 @@ import {
2524
doc,
2625
expectEqual,
2726
key,
28-
path,
2927
query,
3028
removedDoc,
3129
version

packages/firestore/test/unit/remote/serializer.helper.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ import {
3434
LimitType,
3535
Operator,
3636
OrderBy,
37-
queryEquals,
38-
QueryImpl,
3937
queryToTarget,
4038
queryWithEndAt,
4139
queryWithLimit,

0 commit comments

Comments
 (0)