tinymist-analysis 0.15.0-rc2

Typst Static Analyzers for Tinymist.
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use std::ops::Range;
pub use std::path::Path;

pub use ecow::EcoVec;
pub use typst::World;
pub use typst::diag::{EcoString, FileError};
pub use typst::syntax::FileId as TypstFileId;
pub use typst::syntax::{
    LinkedNode, RootedPath, Source, SyntaxKind, SyntaxNode, VirtualPath, VirtualRoot,
    ast::{self, AstNode},
    package::{PackageManifest, PackageSpec},
};
pub use typst_shim::syntax::{VirtualPathExt, resolve_path_from_id};