feat(compiler)!: add config-driven compile pipeline

This commit is contained in:
Rahim
2026-06-17 17:13:40 -07:00
parent 0486765848
commit f941eacf37
26 changed files with 1743 additions and 568 deletions
+5
View File
@@ -27,6 +27,10 @@
"types": "./dist/plugins/vite.d.ts",
"default": "./dist/plugins/vite.js"
},
"./ast": {
"types": "./dist/ast/index.d.ts",
"default": "./dist/ast/index.js"
},
"./matchers": {
"types": "./dist/matchers/index.d.ts",
"default": "./dist/matchers/index.js"
@@ -62,6 +66,7 @@
},
"dependencies": {
"@videojs/utils": "workspace:*",
"kleur": "^4.1.5",
"lightningcss": "^1.32.0",
"tailwindcss": "^4.2.1",
"typescript": "^6.0.2"