Skip to content
Open
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
Apply formatting changes
  • Loading branch information
eoghanmurray authored and github-actions[bot] committed Sep 4, 2025
commit f5095f68147c8f955d62c773d1c6f7fdf5d5ab38
7 changes: 6 additions & 1 deletion packages/rrweb-cutter/src/snapshot.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import type { elementNode, serializedNode, serializedNodeWithId, attributes } from '@rrweb/types';
import type {
elementNode,
serializedNode,
serializedNodeWithId,
attributes,
} from '@rrweb/types';
import { NodeType } from '@rrweb/types';

import type {
Expand Down