Expand description
Tinymist Analysis
Modules§
- adt
- docs
- The documentation analyzers.
- location
- Conversions between Typst and LSP locations
- stats
- Tinymist Analysis Statistics
- syntax
- Analyzing the syntax of a source file.
- ty
- Types and type operations for Typst.
- upstream
- Functions from typst-ide
Macros§
- log_
debug_ ct - Completely disabled log
- log_
debug_ ct_ - Completely disabled log
Structs§
- ArgInfo
- Describes a function argument instance
- Args
Info - Describes a function argument list.
- DynLabel
- A label with a description and details.
- Partial
Signature - Describes a function signature that is already partially applied.
- Primary
Signature - Describes a primary function signature.
Enums§
- Signature
- Describes a function signature.
Functions§
- analyze_
expr - Try to determine a set of possible values for an expression.
- analyze_
expr_ - Try to determine a set of possible values for an expression.
- analyze_
import_ - Try to load a module from the current source file.
- analyze_
labels - Find all labels and details for them.
- func_
signature - Gets the signature of a function.