Commit Graph

8 Commits

Author SHA1 Message Date
ab3cee4666 Correct capitalization of Typst and Go 2025-02-27 18:23:30 +01:00
648c449890 Simplify and improve stderr parsing
- Allow multiple errors and warnings
- Remove ErrorWithPath, which is now replaced by Error
- Simplify parsing, allow multiple errors
- Add more tests for stderr parsing
2025-02-24 22:32:27 +01:00
0a600dd2a1 Switch back to --diagnostic-format human 2024-12-19 16:14:11 +01:00
82735f849c Add MIT license 2024-12-18 20:48:49 +01:00
755cee77ac Several changes
- 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
2024-12-18 17:25:28 +01:00
f4d625eab4 Remove debug print 2024-12-18 12:04:31 +01:00
bff2664cfc Improve variable marshalling 2024-12-02 11:52:05 +01:00
c730d437ef Initial commit 2024-12-01 15:03:28 +01:00