Skip to content

Commit a67e4ce

Browse files
Move methods
1 parent c7d4b97 commit a67e4ce

File tree

3 files changed

+447
-460
lines changed

3 files changed

+447
-460
lines changed

packages/firestore/exp/src/api/reference.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ import { DocumentSnapshot, QuerySnapshot } from './snapshot';
2828
import {
2929
applyFirestoreDataConverter,
3030
ensureFirestoreConfigured,
31-
SnapshotMetadata,
32-
validateHasExplicitOrderByForLimitToLast
31+
SnapshotMetadata
3332
} from '../../../src/api/database';
3433
import { ViewSnapshot } from '../../../src/core/view_snapshot';
3534
import {
@@ -39,7 +38,8 @@ import {
3938
newUserDataReader,
4039
Query,
4140
SetOptions,
42-
UpdateData
41+
UpdateData,
42+
validateHasExplicitOrderByForLimitToLast
4343
} from '../../../lite/src/api/reference';
4444
import { Document } from '../../../src/model/document';
4545
import {

0 commit comments

Comments
 (0)