Skip to content

Commit

Permalink
implement ctx element and change attrs
Browse files Browse the repository at this point in the history
- inline-loop removed (ctx replaces it)
- ctx (attr) removed  (ctx replaces it)
- template interpretation code refactored
  • Loading branch information
kristoff-it committed Aug 19, 2024
1 parent 36bfabf commit 18ed500
Show file tree
Hide file tree
Showing 5 changed files with 1,361 additions and 1,757 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn setupTestStep(
.target = target,
.optimize = .Debug,
// .strip = true,
// .filter = "nesting",
// .filter = "if-else-loop",
});

unit_tests.root_module.addImport("superhtml", superhtml);
Expand Down
Loading

0 comments on commit 18ed500

Please sign in to comment.