add lerna to manage monorepo

This commit is contained in:
Yanzhen Yu
2021-08-14 23:58:56 +08:00
parent e5b0750e90
commit 9571c36d80
9 changed files with 3386 additions and 65 deletions

View File

@@ -19,6 +19,7 @@ export declare class Replayer {
private fragmentParentMap;
private elementStateMap;
private virtualStyleRulesMap;
private cache;
private imageMap;
private mirror;
private firstFullSnapshot;
@@ -38,6 +39,7 @@ export declare class Replayer {
addEvent(rawEvent: eventWithTime | string): void;
enableInteract(): void;
disableInteract(): void;
resetCache(): void;
private setupDom;
private handleResize;
private getCastFn;