Crate tinymist_analysis

Source
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
ArgsInfo
Describes a function argument list.
DynLabel
A label with a description and details.
PartialSignature
Describes a function signature that is already partially applied.
PrimarySignature
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.