refactor(compiler)!: move component generation to core

This commit is contained in:
Rahim
2026-06-19 19:37:09 -07:00
parent b2c6b3489f
commit f64acdfd15
158 changed files with 2849 additions and 712 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
"declarationDir": "types"
},
"references": [{ "path": "../utils" }, { "path": "../store" }],
"include": ["src/core/**/*.ts"]
"include": ["src/core/**/*.ts", "src/jsx-runtime.ts", "src/jsx-dev-runtime.ts"]
}