File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
performance/src/resources Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff 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' ;
6261import { DocumentKey } from '../model/document_key' ;
6362import { DeleteMutation , Mutation , Precondition } from '../model/mutation' ;
6463import { debugAssert } from '../util/assert' ;
65- import { ByteString } from '../util/byte_string' ;
6664import { Code , FirestoreError } from '../util/error' ;
6765import { 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
Original file line number Diff line number Diff line change 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- = === === =
3118export interface CoreVitalMetric {
3219 value : number ;
3320 elementAttribution ?: string ;
@@ -38,4 +25,3 @@ export interface WebVitalMetrics {
3825 inp ?: CoreVitalMetric ;
3926 lcp ?: CoreVitalMetric ;
4027}
41- > >>> >>> > 86155 b3c8f3974f8d777232625108c14f924e035:packages / performance / src / resources / web_vitals . ts
You can’t perform that action at this time.
0 commit comments