Crate llmcc_ts

Crate llmcc_ts 

Source

Re-exports§

pub use token::LangTypeScript;

Modules§

token

Structs§

BinderVisitor
Visitor for resolving symbol bindings and establishing relationships.
CollectorVisitor
CompileCtxt
ProjectGraph
ProjectGraph represents a complete compilation project with all units and their inter-dependencies.

Constants§

TYPESCRIPT_PRIMITIVES

Functions§

build_llmcc_graph
Build unit graphs for all compilation units in parallel.
build_llmcc_ir
Build IR for all files in the compile context.
infer_type
Infer the type of any TypeScript AST node
print_llmcc_ir
Print HIR to stdout