Files
pugz/docs
Ankit Patial c7d53e56a9 fix: merge multiple class attributes in parser (single fix location)
- parser.zig: collect and merge all class values (shorthand and parenthesized) into single attribute
- Filter out empty, null, undefined class values during parsing
- Reverted redundant merging logic from codegen.zig, template.zig, zig_codegen.zig
- Added documentation about shared AST consumers relationship
2026-01-29 22:16:55 +05:30
..