vize_croquis
vize_croquis is the semantic analysis layer for Vue templates and SFCs.
Highlights
- Scope tracking for template and script bindings
- Binding metadata used by compilers and type checking
- Reactivity and macro analysis
- Cross-file and virtual TypeScript support modules
Key Entry Points
AnalyzerAnalyzerOptionsCroquisBindingMetadataScopeChainSymbolTable
Related Crates
vize_armatureprovides the parsed template treevize_atelier_dom,vize_atelier_vapor, andvize_atelier_ssrconsume binding metadatavize_canonandvize_maestroreuse the analysis layer for type-aware features
License
MIT