Add ujsx dependency and e2e architecture probe

Validates the core architecture: UJSX elements → Type.Module
→ Drizzle rendering, with function components, format
registration, serialization, migration diff, and incremental
module construction. All 28/29 assertions pass.
This commit is contained in:
2026-05-22 11:08:42 +00:00
parent 03a00e2f04
commit 6fe84e1a53
3 changed files with 292 additions and 2 deletions

45
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@alkdev/typebox": "^0.34.49",
"@alkdev/ujsx": "^0.1.0",
"@babel/parser": "^7.24.0",
"@rollup/plugin-typescript": "^11.1.0",
"@types/node": "^18.15.10",
@@ -30,6 +31,24 @@
"drizzle-orm": ">=0.36.0"
}
},
"node_modules/@alkdev/pubsub": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@alkdev/pubsub/-/pubsub-0.1.0.tgz",
"integrity": "sha512-CdCyBMJEWwrSDAalaZCsBHDscljijgx4PdfYjjpV33PB6ad3KNNX1hoIiYGlO0YgARyd466lXqmth2Kw8J5JNw==",
"dev": true,
"license": "MIT OR Apache-2.0",
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"ioredis": "^5.0.0"
},
"peerDependenciesMeta": {
"ioredis": {
"optional": true
}
}
},
"node_modules/@alkdev/typebox": {
"version": "0.34.49",
"resolved": "https://registry.npmjs.org/@alkdev/typebox/-/typebox-0.34.49.tgz",
@@ -37,6 +56,21 @@
"dev": true,
"license": "MIT"
},
"node_modules/@alkdev/ujsx": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@alkdev/ujsx/-/ujsx-0.1.0.tgz",
"integrity": "sha512-GNLpghJZA+dPNA4Umvh+oTBG99xjRKm6odG4FcKk7UadjtZ/Chjo1TWnJUleMNlJjqgx0dwzJ5ODxmddex6GqQ==",
"dev": true,
"license": "MIT OR Apache-2.0",
"dependencies": {
"@alkdev/pubsub": "^0.1.0",
"@alkdev/typebox": "^0.34.49",
"@preact/signals-core": "^1.14.1"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@babel/helper-string-parser": {
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
@@ -616,6 +650,17 @@
"node": ">=14"
}
},
"node_modules/@preact/signals-core": {
"version": "1.14.2",
"resolved": "https://registry.npmjs.org/@preact/signals-core/-/signals-core-1.14.2.tgz",
"integrity": "sha512-RZHdBj9ZF4n40Rp4jS052EHHjBWf96P9oNdXPfhQTovCuWY9iQn3Gq+gOTJSgBO9A/JBuPfMOWsSX/lIU9Pc/A==",
"dev": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/preact"
}
},
"node_modules/@rollup/plugin-typescript": {
"version": "11.1.6",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz",