mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-04-11 12:13:16 +00:00
A small go module to utilize Typst for PDF, SVG or PNG document/report generation.
- Make VariableEncoder write* methods private - Add VariableEncoder method to write correctly escaped string literals - Fix error handling in VariableEncoder - Add support for time.Time and time.Duration - Fix MarshalText usage in VariableEncoder - Encode byte slice so that it is a valid typst bytes object - Extend tests - Add functions to clean and check typst identifiers - Split Error into Error and ErrorWithPath - Add CLIOptions |
||
---|---|---|
.vscode | ||
.gitignore | ||
cli_test.go | ||
cli-options.go | ||
cli.go | ||
errors_test.go | ||
errors.go | ||
go.mod | ||
go.sum | ||
identifier_test.go | ||
identifier.go | ||
README.md | ||
typst_unix.go | ||
typst_windows.go | ||
variable-encoder_test.go | ||
variable-encoder.go |