mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Necessary to parse, traverse, and reformat Liquid templates. Uses the _Visitor Pattern_ to walk the template document to inspect and transform each node as appropriate. Each change is stored in the `buffer` by mutating it each time. Milestone: minor