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
#![allow(clippy::module_inception)]

pub mod cursor;
pub mod lang;
pub mod lines;
pub mod position;
pub mod script_detector;

// Re-export the main detector for convenience
pub use script_detector::{DetectResult, ScriptDetector, ScriptLanguage};