File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { FirebaseApp as FirebaseAppLegacy } from '@firebase/app-types';
19
19
import { FirebaseApp as FirebaseAppExp } from '@firebase/app-types-exp' ;
20
20
import { deleteApp } from '@firebase/app-exp' ;
21
21
import * as legacy from '@firebase/firestore-types' ;
22
- import * as exp from '../' ;
22
+ import * as exp from '../../exp-types ' ;
23
23
24
24
import {
25
25
addDoc ,
@@ -58,12 +58,12 @@ import {
58
58
updateDoc ,
59
59
waitForPendingWrites ,
60
60
writeBatch
61
- } from '../../exp/index.node ' ;
61
+ } from '../../exp/index' ;
62
62
import { UntypedFirestoreDataConverter } from '../../src/api/user_data_reader' ;
63
63
import { isPartialObserver , PartialObserver } from '../../src/api/observer' ;
64
64
import { isPlainObject } from '../../src/util/input_validation' ;
65
65
66
- export { GeoPoint , Blob , Timestamp } from '../index.node ' ;
66
+ export { GeoPoint , Blob , Timestamp } from '../index' ;
67
67
68
68
/* eslint-disable @typescript-eslint/no-explicit-any */
69
69
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
import * as legacy from '@firebase/firestore-types' ;
19
- import * as lite from '../' ;
19
+ import * as lite from '../../lite-types ' ;
20
20
21
21
import {
22
22
addDoc ,
@@ -43,11 +43,11 @@ import {
43
43
updateDoc ,
44
44
writeBatch ,
45
45
initializeFirestore
46
- } from '../../lite/index.node ' ;
46
+ } from '../../lite/index' ;
47
47
import { UntypedFirestoreDataConverter } from '../../src/api/user_data_reader' ;
48
48
import { isPlainObject } from '../../src/util/input_validation' ;
49
49
50
- export { GeoPoint , Blob , Timestamp } from '../index.node ' ;
50
+ export { GeoPoint , Blob , Timestamp } from '../index' ;
51
51
52
52
/* eslint-disable @typescript-eslint/no-explicit-any */
53
53
You can’t perform that action at this time.
0 commit comments