jview v0.20.3
jview 0.20.3 — visual polish for the type overlay.
💅 Improvements
- The
ttype overlay is now syntax-highlighted. The inferred TypeScript
type used to render in flat gray; it's now color-coded TypeScript-style — type
keywords (string/number/boolean/null/any/Record) in green, field
names in cyan, punctuation and the// %fill comments dimmed. A small per-line
tokenizer classifies word runs against a keyword set (so a field literally named
like a type is the only rare mis-color).
📦 Install
Prebuilt binaries for Linux (x86_64/arm64), macOS (Intel/Apple Silicon), and
Windows are attached below. Or cargo binstall jview / cargo install jview.