mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-04-04 09:13:17 +00:00
- 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
11 lines
172 B
Modula-2
11 lines
172 B
Modula-2
module github.com/Dadido3/go-typst
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/smasher164/xid v0.1.2
|
|
)
|
|
|
|
require golang.org/x/text v0.3.3 // indirect
|