Skip to content

Commit 34f1595

Browse files
authored
feat: Expose HTMLElement#rawAttrs (make public)
1 parent 0fc4cf5 commit 34f1595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export default class HTMLElement extends Node {
171171
public constructor(
172172
tagName: string,
173173
keyAttrs: KeyAttributes,
174-
private rawAttrs = '',
174+
public rawAttrs = '',
175175
parentNode: HTMLElement | null,
176176
range?: [number, number]
177177
) {

0 commit comments

Comments
 (0)