Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove mirror and correct type imports
  • Loading branch information
Juice10 committed Jun 19, 2024
commit b2a55dae5e54092b9b21cf729a22c2ef1230f44d
11 changes: 5 additions & 6 deletions packages/rrweb/src/record/observers/canvas/webgl.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import type { Mirror } from 'rrweb-snapshot';
import {
blockClass,
type blockClass,
CanvasContext,
canvasManagerMutationCallback,
canvasMutationWithType,
IWindow,
listenerHandler,
type canvasManagerMutationCallback,
type canvasMutationWithType,
type IWindow,
type listenerHandler,
} from '@rrweb/types';
import { hookSetter, isBlocked, patch } from '../../../utils';
import { saveWebGLVar, serializeArgs } from './serialize-args';
Expand Down