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
pub mod analysis;
pub mod ast_vue;
pub mod block_extractor;
pub mod css_parser;
pub mod oxc_parser;

pub use block_extractor::BlockExtractorPlugin;