summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src/watch.rs
AgeCommit message (Collapse)Author
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-19Watching fixes (#2706)Laurenz
2023-10-19Clear screen instead of resetting the terminal (#2431)frozolotl
Resetting the terminal can change color themes and other settings. This commit changes the behavior to just clear the screen.
2023-09-19Incremental parsing in CLILaurenz
Reparses files in the CLI incrementally and also uses the file modification timestamp to completely skip reparsing if possible.
2023-09-11Forward third-party errorsLaurenz
Better to know something even if it isn't always formatted in the prettiest way
2023-08-06Query-System for metadata (#1812)Beiri22
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-07-19Add infrastructure for compiler warnings (#1731)lolstork
2023-07-10Fix `typst watch` not working with some text editors (#1680)Trévis Morvany
2023-07-02Move everything into `crates/` directoryLaurenz