mirror of
https://github.com/typst/typst
synced 2025-08-24 19:54:14 +08:00
- rename Loaded::bytes to data - change `let data = source.load()` to `let loaded` - only expose a single `within` method for the LoadedWithin trait - invalid utf-8 data is a rare edge case - only store one EcoString inside LoadError - mutate it when using `LoadedWithin::within` method