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/js/parser/result.zig | |
| parent | 006674d7e08146a9bd980e2138ce9444d2e40e6f (diff) | |
restructure project
Diffstat (limited to 'src/z/js/parser/result.zig')
| -rw-r--r-- | src/z/js/parser/result.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/z/js/parser/result.zig b/src/z/js/parser/result.zig deleted file mode 100644 index 106dabe..0000000 --- a/src/z/js/parser/result.zig +++ /dev/null @@ -1,3 +0,0 @@ -pub fn Result(T: type) type { - return struct { T, []const u8 }; -} |