aboutsummaryrefslogtreecommitdiff
path: root/src/z/root.zig
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-07-30 09:19:48 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-07-30 09:19:48 +0200
commit006674d7e08146a9bd980e2138ce9444d2e40e6f (patch)
treead0cc364ac5b6f4e97906f8ecb1a5e1d6f189c34 /src/z/root.zig
parent4d064042e8a6ebf874fecbc23f13073f39fa1ebe (diff)
add formatting
Diffstat (limited to 'src/z/root.zig')
-rw-r--r--src/z/root.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/z/root.zig b/src/z/root.zig
index b23ebc5..e8d22ab 100644
--- a/src/z/root.zig
+++ b/src/z/root.zig
@@ -3,6 +3,7 @@ const std = @import("std");
pub const Minifier = @import("Minifier.zig");
pub const Component = @import("Component.zig");
pub const File = @import("File.zig");
+pub const js = @import("js/parser/root.zig");
const Element = @import("html").Element;