Commit Graph

5 Commits

Author SHA1 Message Date
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
d53ff24931 fix: template fn name fix for numeric named templates like 404.pug 2026-01-22 22:48:22 +05:30
654b45ee10 Compiled temapltes.
Benchmark cleanup
2026-01-22 11:10:47 +05:30