feat: el-ui — activation-based frontend framework, spreading activation reactivity, graph state

This commit is contained in:
Will Anderson
2026-04-27 19:15:53 -05:00
commit ea56ad6e09
25 changed files with 4642 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[package]
name = "el-ui-compiler"
version = "0.1.0"
edition = "2021"
description = "el-ui component compiler — transforms .el component files into JavaScript"
license = "MIT"
[[bin]]
name = "el-ui-compiler"
path = "src/main.rs"
[lib]
name = "el_ui_compiler"
path = "src/lib.rs"
[dependencies]
thiserror = "1"
[dev-dependencies]