buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
642 stars 45 forks source link

Refactor before fixing zero-width bk APC timestamps #98

Closed pda closed 1 year ago

pda commented 1 year ago

In #97 I ended up with a bunch of refactoring / testing and a working solution for #96. But I don't like the solution, and want to try a different approach.

So this pull request extracts the refactoring and tests, but doesn't change any behaviour.

The previous and future solution PRs can be rebased onto this to make comparison clearer.