remove unused code, mostly imports

This commit is contained in:
Karl Seguin
2025-05-05 13:23:28 +08:00
parent ca3fa3dc40
commit b8e5e130b9
32 changed files with 5 additions and 87 deletions

View File

@@ -31,8 +31,6 @@ const NodeList = @import("nodelist.zig").NodeList;
const HTMLElem = @import("../html/elements.zig");
pub const Union = @import("../html/elements.zig").Union;
const DOMException = @import("exceptions.zig").DOMException;
// WEB IDL https://dom.spec.whatwg.org/#element
pub const Element = struct {
pub const Self = parser.Element;