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 {
58
58
parseUpdateData ,
59
59
parseUpdateVarargs
60
60
} from '../lite-api/user_data_reader' ;
61
- import { AbstractUserDataWriter } from '../lite-api/user_data_writer' ;
62
61
import { DocumentKey } from '../model/document_key' ;
63
62
import { DeleteMutation , Mutation , Precondition } from '../model/mutation' ;
64
63
import { debugAssert } from '../util/assert' ;
65
- import { ByteString } from '../util/byte_string' ;
66
64
import { Code , FirestoreError } from '../util/error' ;
67
65
import { cast } from '../util/input_validation' ;
68
66
@@ -73,6 +71,7 @@ import {
73
71
QuerySnapshot ,
74
72
SnapshotMetadata
75
73
} from './snapshot' ;
74
+ import { ExpUserDataWriter } from "./user_data_writer" ;
76
75
77
76
/**
78
77
* An options object that can be passed to {@link (onSnapshot:1)} and {@link
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
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
- = === === =
31
18
export interface CoreVitalMetric {
32
19
value : number ;
33
20
elementAttribution ?: string ;
@@ -38,4 +25,3 @@ export interface WebVitalMetrics {
38
25
inp ?: CoreVitalMetric ;
39
26
lcp ?: CoreVitalMetric ;
40
27
}
41
- > >>> >>> > 86155 b3c8f3974f8d777232625108c14f924e035:packages / performance / src / resources / web_vitals . ts
You can’t perform that action at this time.
0 commit comments