gdscript-hir 0.2.0

Semantic layer: name resolution, gradual type inference, and GDScript warning checks — gdscript-analyzer.
Documentation

gdscript-hir

The semantic layer — name resolution, gradual type inference, and the GDScript warning checks. This is where source becomes understood: what each identifier refers to, what type each expression has, and which lints fire.

An internal layer of gdscript-analyzer, a fast, embeddable GDScript (Godot 4.x) static-analysis library ("Roslyn for Godot"). You normally don't depend on this crate directly — use gdscript-ide (the public API), or the @gdscript-analyzer/core (Node) / @gdscript-analyzer/wasm (browser) packages.