summaryrefslogtreecommitdiff
path: root/src/dompa/coordinates.cljc
AgeCommit message (Collapse)Author
2025-10-19#1: Fixes an issue where self-closing elements would break the attrs parsingAsko Nõmm
2025-10-19Reduce complex conditionals inside the `compose-reducer-fn`.Asko Nõmm
2025-09-27Clean-up, documenting...Asko Nõmm
2025-09-26Use `cond->` instead of `merge`Asko Nõmm
2025-09-23Make nodes have namespaces keys so that we could make `$` helper macro into ↵Asko Nõmm
a function instead.
2025-09-20Fix issue with node name capture, add another test case.Asko Nõmm
2025-09-20Many fixes to coordinates logic in capturing attributes, and more tests. ↵Asko Nõmm
Coordinates ns is shaping up well.
2025-09-14Fix issue where a text node coordinate would not be created if it's the only ↵Asko Nõmm
node in text.
2025-09-14Restructure and start working on testsAsko Nõmm