vize_atelier_core
vize_atelier_core contains the shared transform and code generation infrastructure used by the
DOM, Vapor, and SSR compilers.
Highlights
- Core transform pipeline and
TransformContext - Shared Vue template code generation
- Runtime helper resolution
- Re-exports for the Relief AST and Armature parser APIs
Key Entry Points
transformgenerateRuntimeHelpersTransformContextDirectiveTransformNodeTransform
Related Crates
vize_armatureparses templatesvize_atelier_dom,vize_atelier_vapor, andvize_atelier_ssrprovide platform-specific backendsvize_atelier_sfcorchestrates full.vuecompilation on top of these building blocks
License
MIT