Skip to content

Commit f4c8d1a

Browse files
committed
Build fixes
1 parent 6ddfd12 commit f4c8d1a

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

packages/firestore/src/api/reference_impl.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,9 @@ import {
5858
parseUpdateData,
5959
parseUpdateVarargs
6060
} from '../lite-api/user_data_reader';
61-
import { AbstractUserDataWriter } from '../lite-api/user_data_writer';
6261
import { DocumentKey } from '../model/document_key';
6362
import { DeleteMutation, Mutation, Precondition } from '../model/mutation';
6463
import { debugAssert } from '../util/assert';
65-
import { ByteString } from '../util/byte_string';
6664
import { Code, FirestoreError } from '../util/error';
6765
import { cast } from '../util/input_validation';
6866

@@ -73,6 +71,7 @@ import {
7371
QuerySnapshot,
7472
SnapshotMetadata
7573
} from './snapshot';
74+
import {ExpUserDataWriter} from "./user_data_writer";
7675

7776
/**
7877
* An options object that can be passed to {@link (onSnapshot:1)} and {@link

packages/performance/src/resources/web_vitals.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
<<<<<<<< HEAD:e2e/jest.config.ts
19-
import type { Config } from 'jest';
20-
21-
const config: Config = {
22-
verbose: true,
23-
testEnvironment: './fix-jsdom-environment.ts',
24-
globals: {
25-
FIREBASE_APPCHECK_DEBUG_TOKEN: process.env.APP_CHECK_DEBUG_TOKEN
26-
}
27-
};
28-
29-
export default config;
30-
========
3118
export interface CoreVitalMetric {
3219
value: number;
3320
elementAttribution?: string;
@@ -38,4 +25,3 @@ export interface WebVitalMetrics {
3825
inp?: CoreVitalMetric;
3926
lcp?: CoreVitalMetric;
4027
}
41-
>>>>>>>> 86155b3c8f3974f8d777232625108c14f924e035:packages/performance/src/resources/web_vitals.ts

0 commit comments

Comments
 (0)