SemanticTree: enable prune by default

This commit is contained in:
Adrià Arrufat
2026-03-18 11:25:34 +09:00
parent 015edc3848
commit e1b14a6833
2 changed files with 2 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ dom_node: *Node,
registry: *CDPNode.Registry,
page: *Page,
arena: std.mem.Allocator,
prune: bool = false,
prune: bool = true,
interactive_only: bool = false,
pub fn jsonStringify(self: @This(), jw: *std.json.Stringify) error{WriteFailed}!void {