Skip to content

Commit 4b5586b

Browse files
committed
refactor: 重构项目结构并添加新功能
- 删除旧项目hxo-types及相关测试文件 - 新增多个编译器模块(hxo-parser-*)及运行时模块(hxo-*) - 添加pnpm工作区配置和.gitignore文件 - 实现核心功能如虚拟DOM、响应式系统和调度器 - 新增示例playground项目 - 配置构建工具链(rolldown/vite)和代码格式化(biome) - 添加WASM支持及LSP基础结构
1 parent fd50bc0 commit 4b5586b

File tree

197 files changed

+52300
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+52300
-62
lines changed

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# OS
2-
.DS_Store/**/*
32

4-
# IDE
5-
.vscode/**/*
6-
.vs/**/*
7-
.idea/**/*
8-
*.iml
3+
# Editor
4+
.idea/
5+
96

107
# Rust
11-
target/**/*
12-
Cargo.lock
8+
/target
9+
10+
11+
# Node
12+
node_modules/

0 commit comments

Comments
 (0)