Skip to content

Commit 9d618a9

Browse files
committed
format
1 parent a61ae21 commit 9d618a9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## 0.0.8 - 2025-02-04
22

3-
4-
53
## 0.0.7 - 2025-02-03
64

75
## 0.0.6 - 2025-02-01

packages/rrweb-snapshot/src/rebuild.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ import {
88
type legacyAttributes,
99
} from '@posthog/rrweb-types';
1010
import { type tagMap, type BuildCache } from './types';
11-
import { isElement, Mirror, isNodeMetaEqual, extractFileExtension, } from './utils';
11+
import {
12+
isElement,
13+
Mirror,
14+
isNodeMetaEqual,
15+
extractFileExtension,
16+
} from './utils';
1217
import postcss from 'postcss';
1318

1419
const tagMap: tagMap = {

0 commit comments

Comments
 (0)