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
-2
View File
@@ -4,8 +4,6 @@ export default defineConfig({
entry: {
index: './src/index.ts',
cli: './src/cli.ts',
'jsx-runtime': './src/jsx-runtime.ts',
'jsx-dev-runtime': './src/jsx-dev-runtime.ts',
'plugins/vite': './src/plugins/vite.ts',
'ast/index': './src/ast/index.ts',
'matchers/index': './src/matchers/index.ts',