-
Fixed TypeScript syntax highlighting for boundary template-literal and docstring hunks — diffs now keep syntax colors when a hunk starts or ends inside a multi-line string. This fixes cases like the shared
cli/src/database.tspatch where later TypeScript lines were previously rendered as plain white text. -
Fixed
--openon Windows and clarified temp-file help text —critique --opennow launches the default browser correctly on Windows, and the--pdf,review --pdf, and--imagehelp text now describes temp-file locations without assuming/tmp. -
Hide generated artifacts from diff views by default — critique now ignores both
snapshot.jsonand Wrangler's generatedworker-configuration.d.tsfile the same way it already ignores lockfiles, keeping reviews focused on meaningful source changes.
Thanks @shanselman for #40.