aboutsummaryrefslogtreecommitdiff
path: root/engine/engine.go
Commit message (Expand)AuthorAgeFilesLines
* style: Fix lint warningsFuwn2026-02-111-3/+3
* feat: Support JSON configuration fileFuwn2026-02-111-2/+9
* fix(adapter): Suppress blank lines before continuation keywords (else/catch/f...Fuwn2026-02-111-1/+1
* perf(engine): Write formatted output directly into strings.BuilderFuwn2026-02-051-19/+35
* perf: Reduce allocations and syscalls in formatting pipelineFuwn2026-02-051-5/+8
* feat(engine): Add language-agnostic formatting engine with Go adapterFuwn2026-02-051-0/+130