File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11name : Tests
22
3- on : [push, pull_request_target ]
3+ on : [push, pull_request ]
44
55concurrency : ${{ github.workflow }}-${{ github.ref }}
66
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ declare global {
1616}
1717
1818import { EventType , IncrementalSource } from 'rrweb' ;
19- import type { eventWithTime } from 'rrweb/typings /types' ;
19+ import type { eventWithTime } from '@ rrweb/types' ;
2020
2121export function inlineCss ( cssObj : Record < string , string > ) : string {
2222 let style = '' ;
Original file line number Diff line number Diff line change 1- import { eventWithTime , playerConfig } from 'rrweb/typings/types' ;
1+ import { playerConfig } from 'rrweb/typings/types' ;
2+ import type { eventWithTime } from '@rrweb/types' ;
23import { Replayer , mirror } from 'rrweb' ;
34import { SvelteComponent } from 'svelte' ;
45
Original file line number Diff line number Diff line change 99 "preserveConstEnums" : true ,
1010 "rootDir" : " src" ,
1111 "outDir" : " build" ,
12- "lib" : [" es6" , " dom" ],
12+ "lib" : [
13+ " es6" ,
14+ " dom"
15+ ],
1316 "downlevelIteration" : true ,
1417 "importsNotUsedAsValues" : " error" ,
1518 "strictBindCallApply" : true ,
1619 "composite" : true
1720 },
1821 "references" : [
1922 {
20- "path" : " ../rrdom "
23+ "path" : " ../types "
2124 },
2225 {
23- "path" : " ../rrweb-snapshot "
26+ "path" : " ../rrdom "
2427 },
2528 {
26- "path" : " ../types "
29+ "path" : " ../rrweb-snapshot "
2730 }
2831 ],
29- "exclude" : [" test" , " scripts" ],
32+ "exclude" : [
33+ " test" ,
34+ " scripts"
35+ ],
3036 "include" : [
3137 " src" ,
3238 " node_modules/@types/css-font-loading-module/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments