verter_core 0.0.1-alpha.1

Vue 3 SFC compiler - transforms Vue Single File Components to render functions with TypeScript support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod common;
pub mod cursor;
pub mod tokenizer;

// pub mod plugin; // Deleted module - references removed
pub mod builder;
pub mod runner;
pub mod syntax;
pub mod utils;

pub mod code_transform;
pub mod codegen;

pub mod analysis;