diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-07-30 09:36:34 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-07-30 09:36:34 +0200 |
| commit | aca38f5c96709f56db75a476051eb644de644d3d (patch) | |
| tree | 1ce90ccffb80cff8d527be6efbd073031fccd3a1 /src/z/root.zig | |
| parent | 006674d7e08146a9bd980e2138ce9444d2e40e6f (diff) | |
restructure project
Diffstat (limited to 'src/z/root.zig')
| -rw-r--r-- | src/z/root.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/z/root.zig b/src/z/root.zig index e8d22ab..1fa8d99 100644 --- a/src/z/root.zig +++ b/src/z/root.zig @@ -3,7 +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"); +pub const parser = @import("parser/root.zig"); const Element = @import("html").Element; |