mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
* Add SourceLocation to encapsulate Token/ParseNode debug information. * Specify concrete Token text type as it captures type mismatches. * Responded to comments.