See #1339 - perf: remove a nested function call and an object clone p… #168
Annotations
10 errors and 1 warning
Build Packages
Argument of type '{ type: EventType.IncrementalSnapshot; data: { texts: textMutation[]; attributes: attributeMutation[]; removes: removedNodeMutation[]; adds: addedNodeMutation[]; isAttachIframe?: true | undefined; source: IncrementalSource.Mutation; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Build Packages
Argument of type '{ type: EventType.IncrementalSnapshot; data: { id: number; x: number; y: number; source: IncrementalSource.Scroll; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Build Packages
Argument of type '{ type: EventType.IncrementalSnapshot; data: { id: number; type: CanvasContext; commands: canvasMutationCommand[]; source: IncrementalSource.CanvasMutation; } | { ...; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Build Packages
Argument of type '{ type: EventType.IncrementalSnapshot; data: { id: number; styles?: { styleId: number; rules: styleSheetAddRule[]; }[] | undefined; styleIds: number[]; source: IncrementalSource.AdoptedStyleSheet; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Build Packages
Argument of type '{ type: EventType.Meta; data: { href: string; width: number; height: number; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Build Packages
Argument of type '{ type: EventType.FullSnapshot; data: { node: serializedNodeWithId; initialOffset: { left: number; top: number; }; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Build Packages
Argument of type '{ type: EventType.IncrementalSnapshot; data: { source: IncrementalSource.MouseMove | IncrementalSource.TouchMove | IncrementalSource.Drag; positions: mousePosition[]; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Build Packages
Argument of type '{ type: EventType.IncrementalSnapshot; data: { type: MouseInteractions; id: number; x?: number | undefined; y?: number | undefined; pointerType?: PointerTypes | undefined; source: IncrementalSource.MouseInteraction; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Build Packages
Argument of type '{ type: EventType.IncrementalSnapshot; data: { width: number; height: number; source: IncrementalSource.ViewportResize; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Build Packages
Argument of type '{ type: EventType.IncrementalSnapshot; data: { text: string; isChecked: boolean; userTriggered?: boolean | undefined; id: number; source: IncrementalSource.Input; }; }' is not assignable to parameter of type 'eventWithTime'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading