diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-07-30 09:19:48 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-07-30 09:19:48 +0200 |
| commit | 006674d7e08146a9bd980e2138ce9444d2e40e6f (patch) | |
| tree | ad0cc364ac5b6f4e97906f8ecb1a5e1d6f189c34 /src/z/root.zig | |
| parent | 4d064042e8a6ebf874fecbc23f13073f39fa1ebe (diff) | |
add formatting
Diffstat (limited to 'src/z/root.zig')
| -rw-r--r-- | src/z/root.zig | 1 |
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; |