Expand description
Port of src/render/format.ts and src/workflows/text.ts, including
JavaScript-compatible rounding so durations format identically.
Functionsยง
- format_
duration - parse_
timestamp_ ms Date.parsefor the ISO-8601 timestamps run bundles contain. Returns milliseconds since the epoch, orNonefor unparsable input.- sanitize_
text - Remove ANSI escapes and control characters from untrusted text so rendering it cannot alter terminal state. Line breaks and tabs collapse to single spaces.
- strip_
ansi - Remove ANSI escape sequences (CSI style) from a string.