Skip to main content

Crate iris_sfc

Crate iris_sfc 

Source
Expand description

Iris SFC —— SFC/TS 即时转译层

核心使命:零编译直接运行源码。 基于 Rust swc 内存内实时 TS→JS,支持泛型 / 装饰器 / TSX。 Vue SFC 官方 Rust 库解析 .vue,自动拆分 template/script-setup/style。

Modules§

sfc
Vue SFC 编译。
style
样式注入系统。
ts
TypeScript 即时转译。

Functions§

init
初始化转译层。