e6a6c1d87f
fix: avoid variable shadowing in nested mixin calls with same parameter name
...
When a mixin calls another mixin passing a variable with the same name
as the parameter (e.g., +alert(message) where alert has param message),
skip generating redundant const declaration since the variable is already
in scope.
Also adds missing alert.pug mixin for demo project.
2026-01-22 23:49:01 +05:30
e189abf30f
fix: build template bug for same field names
2026-01-22 23:36:42 +05:30
66981d6908
fix: build template tag with json data issue.
2026-01-22 23:19:39 +05:30
70ba7af27d
fix: issue with extends layouts
2026-01-22 23:08:53 +05:30
d53ff24931
fix: template fn name fix for numeric named templates like 404.pug
2026-01-22 22:48:22 +05:30
ca573f3166
Replace deprecated ArrayListUnmanaged with ArrayList
...
std.ArrayListUnmanaged is now std.ArrayList in Zig 0.15.
The old managed ArrayList is deprecated as std.array_list.Managed.
2026-01-22 12:45:49 +05:30
0f2f19f9b1
Fix strVal to handle pointer-to-array types correctly
...
- For pointer-to-array (*[N]u8), explicitly slice using @ptrCast
- Prevents returning dangling pointer to stack memory
2026-01-22 12:39:02 +05:30
654b45ee10
Compiled temapltes.
...
Benchmark cleanup
2026-01-22 11:10:47 +05:30